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
In select-options, how to get the default values as current month first date and last date by default?
What is view? Different types of view.
What type of user exits have you written ?
What is the step-by-step process to create a table in data dictionary? : abap data dictionary
What is the project you are currently working and work that you are doing
What are the differences between session method and call transaction method? : abap bdc
Explain the advantages of different types of bdc's?
How are BAPI different from Normal function modules ?
What are the advantages and disadvantages of using views in abap programming ?
Different types of locks?
A function module can be called from a transaction screen outside an abap/4 program. State true or false. : abap modularization
What is the difference between a pool table and a transparent table?
What primary key and foreign key relationship
How is the command suppress-dialog useful?
How to create user interfaces for lists?