0 votes
in SAP by
What should be the approach to writing a BDC program?

1 Answer

0 votes
by

The steps to writing a BDC program are:

Firstly, a recording has to be created.

Legacy system data is converted into the internal table as referred as “conversion”.

The flat file is transferred into the SAP system called “SAP Data Transfer”.

Depending on the BDC type CALL TRANSACTION or CREATE SESSION.

...