What you did in BDC?

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 ?    18 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How are BAPI different from Normal function modules ?

1570


What are the two statements which are required in an abap program to output an icon using a write statement?

756


What is off cycle payroll run

1938


How do you Export a session ?

1590


What is the differrences between structure and table in data dictionary in abap? : abap hr

713






What are the time related infotypes? : abap hr

606


Explain get cursor field?

669


Sales Order Information Report that lists information like sales order no, Item no, material no, Quantity, Quantity unit, Net value, Currency,Sub Total, Grand Total. plz mention the detail coding Tahnks, Rahul

1706


Proxy Programming with ABAP - How to develop the Proxy identification through programming

1876


What are the three hierarchical levels of data types and objects?

576


What is the length of function code at user-command?

746


What is the disadvantage of a call by reference?

634


What is the difference between dialog program and a report?

606


What are base tables of an aggregate object?

611


how 2 create the normal form by using functional module

2130