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 do we assign dynamic views while creating material master and generating bdc? : abap bdc
Explain what are the problems in processing batch input sessions? How is batch input process different from processing on line?
How to Raise a Particular Ticket in Realtime ?
What are the problems in processing batch input sessions?
What are the ways you can do the tuning?
What is sap abap data dictionary?
What is the major difference between pool tables and transparent tables?
Explain badi in abap.
In Table Field when display the Name, whose first charecter should be capital letter and rest will be small letter.
What is the function of a domain? : abap data dictionary
What is a development class? : abap data dictionary
What is an “on request field” statement?
What is meant by hot spots? : abap data dictionary
What does the ‘suppress dialog’ do?
What are extracts?