This is a sample ABAP program to Update Customer Or Person / contact with the SAP API Class CMD_EI_API for Customer Modification.
First let’s introduce the main Class Methods , then a sample ABAP Program showing how to use the CMD_EI_API class to update SAP Customer Data.
How to SAP Upload Excel File with TEXT_CONVERT_XLS_TO_SAP
Upload Excel File to internal table in SAP using the standard FM TEXT_CONVERT_XLS_TO_SAP is a common business requirement for fast upload data or mass data manipulation.
Find also a full ABAP Program, just copy and paste it and start playing with Excel.
Two ways to Check if email is valid in ABAP : Function Vs Regex
Check if email is valid is a common business requirement for input email address field.
Email is structural list
[mail]@[Domain].[Extension]
SAP CRM Business Transaction: The main SAP CRM Tables and BAPI
SAP CRM Business: In SAP CRM, Business Transaction in CRM is defined by Object Type which defines the kind of the Business Transaction.
In this post, you will find the most used SAP CRM transaction Codes and the related SAP CRM tables also more details about the usefull BAPI for Business Transaction BAPI.
SAP CRM Business Partner with SAP CRM Tables and BAPIs
SAP CRM Business Partner are the key object in CRM because the aim of CRM is to give a 360? view of customer and vendor . It is oriented on Business Partner.
All the party are modelized as?SAP CRM?Business Partner (BP).
SAP CRM Middleware Important Tcodes/Transactions
SAP CRM Middleware allows SAP CRM Integration to exchange Data between Different Systems.
Middleware use Business Document (BDoc) messagas.
The most used transaction for middleware is SMW01 to display Bdoc messages.
Frequently Used SAP CRM Tcodes Transaction by Topics
This topic regroups the list of most important Transactions used in SAP CRM.
In the end, the non-exhaustive list of All SAP CRM Transactions or SAP CRM Tcodes.
Handling Files on Application Server in SAP: DATASET Statement and other Tips
This article introduces working with files on application server in SAP with ABAP.
Its covers the most used functions to Handle Files on Application Server in SAP with ABAP with ready to run ABAP program to handle file.
Document Flow SAP SD and MM with Tcodes and Tables
Learn the main steps to create a sales order in SAP system (ECC).Easy SAP SD – Sales Order Process for end users.
This post deals with Document Flow SAP SD ( For Sales and Distribution ) and SAP MM ( for Material Management) .
It details the different SAP documents with Tcodes and SAP Tables. The main focus will be The Sales Order Process flow.
How To find SAP BADI and User exit for any SAP transaction
SAP BADI: Enhancement of a SAP Standard Program/Class/function are a daily routine for ABAP-er ( at least for me ).
The most harsh part is to find the right place to put the custom code.
This article will give two different step-by-step guides to find the BADI or User-Exit for a transaction or program. It is up to you to choose the most relevant for your case.
- Debugging the CL_EXITHANDLER Class
- Analyse SQL Trace