BDC ( Batch Data Communication )

 

  • SAP BDC stands for batch data communication and it is a technique using with legacy data or data loading in to SAP system which is not updated in the SAP systems.
  • The purpose of BDC is to transfer data from Non-SAP ( legacy ) system to SAP systems.

Principal of BDC :-

  • BDC works on the Principal of Screen Recording.
  • Firstly we record the steps for data transfer, then we use the specific steps for migrating the data in BDC.
  • It can be sales order data, Material Master data.
  • We just need to record the steps.
  • Before recording make sure to practice the steps, so that we cannot make any mistake during recording because whatever you will do, It will be recorded during recording.

Transaction code For Recording :- SHDB


Precautions for recording :-

  • Never use F4 and F1 help during recording, otherwise It will get stored into the recording.
  • Do not press wrong values.

BDC Methods :-

  • There are three methods for BDC :-
    1. Call Transaction Method
    2. Session Method
    3. Direct Input Method

Note :-

  • Call transaction method and Session method are called as Batch Input Methods.

  • We will start with the practical implementation in the next part.

Comments

Popular posts from this blog

Understanding Different Types of SAP Function Modules: Normal, RFC, and Update

Unlocking SAP ABAP Secrets: Interactive Classical Reports with GET CURSOR, At User Command, and a Comparison of HIDE Statements

Mastering ABAP: A Step-by-Step Guide to Function Modules and Groups for Modularized Programming