how to transfor the data from flat file to bdc
plz send the steps as well as example
Answers were Sorted based on User's Feedback
Answer / sreehari
1.USING GUI_UPLOAD UPLOADED DATA FROM FLATFILE TO INTERNAL
TABLE.
2.APPLY A MAPPING LOGIC USING VARIOUS METHODS I.E
SESSION,CALL TRANSACTIION ETC I.E WE CALLED TRANSFER THE
DATA.
3.UPDATE THE DATABASE.
Is This Answer Correct ? | 5 Yes | 0 No |
Answer / 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 |
what is the T.Code to function module?
what is the difference between at selection-screen output and at selection screen?
How to add a column to a table control while using alphanumerical layout editor ?
17) How will you validate selection screen elements?
What is the meaning of ABAP editor integrated with ABAP data dictionary?
In a transaction there are 5 screens (say) but while recording you could see only 3 screens.what will u do to avoid such situation?will u save it like that?
What are uses of foreign key?
Which and How will you use function module for ALV Interactive report?
How to maintain the table control in BDC?
Can we have two reports running parallely and both the reports sharing the same internal table for processing the data?
What is the difference between open sql & native sql ?
3 Answers Accenture, SAP Labs,
which layout sets you used?