Recording -- Transaction code?

Answer Posted / ajeesh

General flow of a BDC program is like this....

1) First create recording for the T code which you want to
make BDC for... Use T code SHDB for recording.

2 ) Now save that recording and create pogram from that
recording using Create Program button. give the BDC driver
program name and create.

3 ) Now the general logic of BDC program goes like this....

- Upload Flat file into and internal table using function
module "UPLOAD"
- OPEN BDC GROUP.
- Now loop at that internal table which contains the data
from flat file.
- move data from internal table to fields of BDCDATA using
automatically gebnerated code from BDC.
- CALL TRANSACTION <T CODE> using BDCDATA...
- CLOSE BDC GROUP

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are conversion & interface programs in sap?

645


What is value table? : abap data dictionary

632


What is page window?

570


How is conversion of data types done between abap/4 & db layer?

626


What are the function modules used to create batch input session? : abap bdc

621






Explain about drill down report?

8763


Explain Singleton class

827


What is processing class, where we do them and why? : sap abap hr

561


i have executed a report via back ground job, in this report i have used enqueue and dequeue function modules on a table, but before releasing the lock(before dequeue function module is not call) job gives the dump, so the lock is not released the table, here my question is how to set the lock automatically release the there is a short dump before calling the dequeue module?

1712


How to Modify Layout set for RVORDER01 for printing sales order confirmation. plz mention the detail coding Tahnks, Rahul

3401


Can we display a list in a pop-up screen other than full-size stacked list?

682


What primary key and foreign key relationship

877


What are the different methods of passing data?

587


What are the attributes of the data in data dictionary? : abap data dictionary

595


What are the basic object types? : sap abap hr

618