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 the master data necessary before you can start posting in MM?
In which time constraint does the infotype records depend on the subtype ? : abap hr
What is Field group?
What is a match code? : abap data dictionary
What are the techniques involved in using sap supplied programs?
What is an Open Item in SAP? How will you find an Open Item in SAP?
What are different types of parameters?
What is its? : abap hr
What are datasets in abap?
While sorting field groups we cannot use more than one key field. State true or false. : abap modularization
What are spa/gpa parameters (sap memory)?
What is tcode se16? For what is it used.
What is meant by performance analysis? Have done anything to improve the performance?
Are you familiar with all steps for setting up a workflow?
Can a filed occur in several field groups?