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
Explain what are the events used for logical database?
On which even we can validate the input fields in module progams?
Does the bdc-insert function allow multiple transactions to be processed by sap? : abap bdc
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
What is meant by hot spots? : abap data dictionary
Explain what is sap script?
Explain the disadvantages of logical databases?
What is runtime analysis?
How to create user interfaces for lists?
What are the different software packets available in the market? : sap abap hr
What is the difference between the function module and a normal abap/4 subroutine?
Explain the systems fields used for interactive lists and lists?
What are the events driven batch jobs?
Explain get pernr concept when we use logical data base? : abap hr
What is delivery class? : abap data dictionary