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 difference between the function module and a normal abap/4 subroutine? : abap modularization
what is the purpose of BAPI BAPI_CUSTMATINFO_GETLIST What is input and output of this BAPI.
What are the difference between tables and structures? : abap data dictionary
what is abstract classes
What is an “on request field” statement?
What are field symbols?
Update function modules are classified as either v1 or v2. Which type of update is performed first and in what mode (asynchronously, synchronously or locally) can each type be processed in?
any 1 having notes on SAP-ABAP certification, or even if any 1 could provide the url for getting notes on SAP-ABAP certification, would be appreciated.
What is the difference between the function module and a normal abap/4 subroutine?
What is the use of 'table index'?
What are the buffering options in abap?
What happens if we use leave to list-processing without using suppress-dialog?
Does the call transaction method allow multiple transactions to be processed by sap?
What are the steps in creating screen ?
What is the process to enhance the Infotype