0 votes
in SAP by
What Should Be The Approach For Writing A Bdc Program?

1 Answer

0 votes
by

Convert the legacy system data to a flat file and convert the flat file into an internal table. Transfer the flat file into sap system called “sap data transfer”. Call transaction(Write the program explicitly) or create sessions (sessions are created and processed, if success data will transfer).

...