With the batch input method, an ABAP program reads the external data that is to be entered in the R/3 System and stores the data in a "batch input session". The session records the actions that are required to transfer data into the system using normalSAP transactions. When the program ...
SAP Managed Tags: ABAP Development Hi, Difference between BAPI and BDC: BAPI is a higher end usage for tranfering the data from SAP to non-SAP and vice-versa. for ex: if we are using VB application,where in that we want to connect to SAP and retireve the data,and then change an...
2. Next, create SAP data structures which are used to export the data. (Creation of internal table, BDCDATA) 3. Now, export the data in to a sequential file. Be very careful about the character format which is used. 4. You can use the standard SAP batch input program or customize and...
SAP Managed Tags: ABAP Development Hi, BDC is basically a tool to upload the data in tables. You can do recording using Tcode SHDB/SM35. there give the recording name and the Tcode for which you want to do recording. Once the processing is complete you can save the recording and SAP...
SAP ABAP Interview Questions SAP ABAP Certification CostSAP ABAP » SAP ABAP ForumDifference between Synchronous and Asynchronous in the context of BDCUpdated May 18, 2018Hello, Explain what are the difference between synchronous and asynchronous in the context of BDC? Thanks in advance.Comments...