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
What is sap luw or update transaction?
Can you create an internal table dynamically?(at run time)
Explain the differences between interactive and drill down reports?
Why do we use events and actions in web dynpro?
What are aggregated objects : abap data dictionary
How to Raise a Particular Ticket in Realtime ?
how to modify the standard method as per your requirement
Difference between open sql and native sql? : abap data dictionary
What are the advantages of logical databases?
How to combine multiple order in one Delivery ( Step by Step)?
How can we achieve MVC ?
Can a filed occur in several field groups? : abap modularization
What are the screen painter and menu painter?
How we format the data before before write statement in report ?
How do you differentiate tax for different countries? : sap abap hr