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 many types of size categories and data classes are there? : abap data dictionary
Can i know some of the Realtime tickets that anyone has been faced ?
if while coding power goes off , how to retrieve the codes?
How is the command suppress-dialog useful?
Explain the differences between sap memory and abap memory?
What is the maximum No. Of structures that can be included in a table or structure. : abap data dictionary
Explain what is the step-by-step process to create a table in data dictionary?
What is the differences between abap and ooabap. In which situation we useooabap?
What are the types of windows in sap script?
What is the client concept in sap?
Does the bdc-insert function allow multiple transactions to be processed by sap? : abap bdc
What is the difference b/t Session method and call transaction method ??
Explain the systems fields used for interactive lists and lists?
Explain the difference between function group and function module?
How is conversion of data types done between abap/4 & external level?