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
What is the length of function code at user-command?
How do you backup Sapscript layout sets? Can you download and upload? How?
What are the different types of parameters?
Explain the differences between sap memory and abap memory?
THANKS ALL. i CLEARED THE INTERVIEW OF INFOSYS BASED ON THIS QUESTION SET. IT REALLY WORKS. LONG LIVE ALLINTERVIEW.COM
What are the differences between session method and call transaction method? : abap bdc
What are the mandatory fields to be filled for BAPI_CUSTOMER_CREATEFROMDATA1
What is function group?
What are the types of indexes in abap?
How to combine multiple billing into one RV document ( Step by Step)?
What is view? Different types of view.
What is luw or data base transaction ?
What is the structure of the bdc table? : abap bdc
What is the significance of technical settings (specified while creating a table in the data dictionary)? : abap data dictionary
What two statements would be used to exchange data between programs using abap memory?