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 PS structure
What is synchronous update?
What is the difference between data elements and domains?
From excel to abap - is batch mode possible ? : abap bdc
Is there any method apart from bdc for data upload to sap? : abap bdc
What function does data dictionary perform?
What is the step-by-step process to create a table in data dictionary? : abap data dictionary
Specify the types of data dictionary objects.
Suppose there is check box along with the rows. The requirement is, select the require check boxes and press a used defined button to save all these checked row data to another table. How can you do it?
What is the difference between a substructure and an append structure?
What is read line in abap?
How to use messages in lists?
What are the kinds of foreign key fields?
On ABAP, Did you set up a workflow? Are you familiar with all steps for setting up a workflow?
What are the value tables?