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
How will you define posting procedures?
To how many tables can an append structure be assigned. : abap data dictionary
What two statements are required in an abap program to output an icon using a written statement?
How do you validate the selection criteria of a report? And how do you display initial
Type casting and error handling
What is web dynpro for abap?
What are the list of screen elements?
How do you move on to the next screen in interactive reporting?
1. what is IDOC monitoring ? what is the tcode used for idoc monitoring ? 2 . what is change pointer in ale ?
What are the different types of locks? : abap data dictionary
Is main window mandatory in smartforms?
What happens when you post goods issue after delivery? How does the inventory get reduced after the delivery?
What are the parameters in bdc_insert? : abap bdc
Specify the types of data dictionary objects.
Explain difference between primary key and unique key?