how to transfor the data from flat file to bdc
plz send the steps as well as example
Answer Posted / shweta
1. upload the data from flat file to internal table using upload or gui_upload function module.
2.run loop for all records in internal table
do the mapping by using bdcdata_internal_table .
3.call transaction 'tcode' using 'bdcdata_internal_table'
mode 'a|e|n'.
endloop.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to eliminate duplicate entries in internal tables? : abap data dictionary
What is maintenance view?
What are the differences between sap memory and abap memory?
What is value table? : abap data dictionary
How to copy table across clients?
How many types of size categories and data classes are there?
How do you validate the selection criteria of a report? And how do you display initial
Can I execute user exits? If yes, how?
Explain how is batch input process different from processing on line?
What are the table controls in bdc ? What is the difference between bdc and lsmw ?what is the difference between bdc and rfc ? : abap bdc
How do you send files to the legacy systems from SAP and vice versa? How does one know that the legacy files have come on to the SAP server you are working on?
What are the time related infotypes? : abap hr
Why do we use FOR ALL ENTRIES and what is the pre-requisite
What is full form of bdc session? : abap bdc
What is the collect statement? How is it different from append?