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:
SAP CRM Training : Best Ressources to learn SAP CRM
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.
SAP Gateway Overview : SAP GW Architecture, Deployment and Builder
SAP Gateway is a NetWeaver Add-on making an online mobile application providing access via SMP to SAP Business Suite using Odata protocol…
SAP Mobile Platform SMP Architecture
SAP Mobile Platform Overview
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.
SAP Modules List: Main SAP ERP Modules (Business and Technical)
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.
Full ABAP Program How to Delete Customer Address in SAP
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.
Step-step Guide how to SAP remote table comparison with ABAP Code
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.
SAP Remote Table Comparison: Full ABAP Program
SAP Remote Table Comparison: The following ABAP Program will remote compare table.
The 3 ways to Mass Update Contacts of Customer in SAP
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 – Full ABAP Code
Mass Update Personal Numbers of Customer KNVP: This sample ABAP Code covers mass updating Personal Numbers for Customers.