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

Explain what are the events used for logical database?

687


On which even we can validate the input fields in module progams?

757


Does the bdc-insert function allow multiple transactions to be processed by sap? : abap bdc

865


I just wanted to know that when I am recruiting somebody, I am generating his personal no also. Then I want to give him training also. Now I just want to create 2 scenarios to clear my doubts? : sap abap hr

758


What is meant by hot spots? : abap data dictionary

832






Explain what is sap script?

826


Explain the disadvantages of logical databases?

731


What is runtime analysis?

797


How to create user interfaces for lists?

779


What are the different software packets available in the market? : sap abap hr

805


What is the difference between the function module and a normal abap/4 subroutine?

827


Explain the systems fields used for interactive lists and lists?

707


What are the events driven batch jobs?

775


Explain get pernr concept when we use logical data base? : abap hr

955


What is delivery class? : abap data dictionary

849