Answer Posted / bandivenkateswarlu
bdc is used to upload the data into the sap system by using
the transaction recording SHDB.
this is structure of the bdc to upload the data into the sap
database.
1.analyze the data from the local file or flat file
2.analyze the transaction
3.declaring the internal table (BDCDATA)
programm: name of the module pool programm name
dynpro : screen number
dynbegin: it indicates for the new screen number
fname : name of the fileds in the screen
fval :values are assinged with the fields.
4.transffering the data from flat file to internal
table(BDCDATA)
5.populating the internal table (BDCDATA)
Is This Answer Correct ? | 19 Yes | 0 No |
Post New Answer View All Answers
Difference between user exit and badis?
How do you validate the selection criteria of a report? And how do you display initial
What are the different types of views and their definition?
Persistent class
Can we use flow logic control key words in abap/4 and vice-verse?
How do you delete duplicate records from internal table?
What is the purpose of creating symbolic a/c, what is transaction code for same? Can we assign one symbolic a/c to multiple wage types? : sap abap hr
Can a posting run be deleted? : sap abap hr
Explain about Recording Function?
What are the aggregate objects in data dictionary? : sap abap data dictionary
How is conversion of data types done between abap/4 & external level?
wat is the difference between A-gate & W-gate?where are they used?
What is the use of f4if_shlp_exit_example function module ? : sap abap data dictionary
What is the use of table maintenance allowed?
What are function modules?