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
What is an interactive report? What is the obvious difference of such report compared with classical type reports?
What is the different between template and a table?
Does sap handle multiple languages?
What are the rules to create a BAPI?
What are the functional areas? User groups? and how does ABAP query work in relation to these?
How do you restrict the data to be entered in the payroll area? : sap abap hr
Why do we use abstract class
What is an “on request field” statement?
What is interactive reporting?
What is img? : sap abap hr
What type of user exits have you written ?
In sap scripts, how will you link form with the event driven?
What is your approach to find exit and BAdi?
Did you create any joins?
What are the differences between a database index and a match code?