SAP CRM Certification is a good asset to endorse your SAP CRM career. Here the list of SAP Official certification and Topics covers by these certifications:
Continue reading “All the SAP CRM Certification with Syllabus”
SAP Transformation: Legacy ECC to S/4HANA, BTP & ABAP Cloud
SAP CRM Certification is a good asset to endorse your SAP CRM career. Here the list of SAP Official certification and Topics covers by these certifications:
Continue reading “All the SAP CRM Certification with Syllabus”
SAP CRM Training will cover the official Training also some excellent books to develop quickly your SAP CRM Skills on the technical side.
But First in order to have an overview on CRM, you have to read/follow the CR100 course. Continue reading “SAP CRM Training : Best Ressources to learn SAP CRM”
SAP Gateway is a NetWeaver Add-on making an online mobile application providing access via SMP to SAP Business Suite using Odata protocol… Continue reading “SAP Gateway Overview : SAP GW Architecture, Deployment and Builder”
SAP Mobile Platform provides seamless end-to-end authentication and security policy integration across the platform without proxies or intermediary configurations.
SMP-Server allows you to configure end-to-end authentication from the client to the back end without a VPN.
The server uses the standard HTTPS protocol to integrate into your existing security landscape without disruption.
Continue reading “SAP Mobile Platform SMP Architecture”This article can help you understand the different SAP functional Modules and Technical Components.
It contains the list of?none-exclusive SAP Modules and SAP Business Suite.
This sample code will delete a customer address following :Delete Customer Address in SAP.
It uses the standard function ADDR_DELETE.
ADDR_MEMORY_SAVE and ADDR_MEMORY_CLEAR are called at the end to commit modification and clean the address buffer.
SAP remote table comparison: This article will help you compare two remote tables. First, it will check if the SAP DDIC strutures of both tables are the same. If it is the case, it will compare the data in these tables.
Continue reading “Step-step Guide how to SAP remote table comparison with ABAP Code”
SAP Remote Table Comparison: The following ABAP Program will remote compare table.
Continue reading “SAP Remote Table Comparison: Full ABAP Program”
Update Contacts of Customer: One of recurrent business requirement in SAP ECC is mass update Contacts for Customer in SAP.
The Standard way with Batch input is tricky and has low performance. In this post, I will give a technical overview of Customer’s Contacts then go through different method to Update Contacts of Customer.
Mass Update Personal Numbers of Customer KNVP: This sample ABAP Code covers mass updating Personal Numbers for Customers.