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 are the 3 types of function modules in sap?
What is search help exit? : sap abap data dictionary
Is it possible to bring select option in module pool screens?
Tell me a scenario where did you use secondary index?
What are the steps in a bdc session? : abap bdc
What are the different functions used in sap script?
What are the different kinds of lock modes?
What are the rules to create a BAPI?
Can we handle two transaction codes in the same program using call transaction bdc input method? : abap bdc
when do you need to create an internal table with header line ? and with out a header line?
Polymorphism real time scenario
Explain what are the system fields? Explain?
Badi concepts
What is a multiple line field? : abap bdc
What are conversion routines? : abap data dictionary