cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

flat file

Former Member
0 Likes
284

how to handle the flat file in bdc? how to upload the flat file data into inernal table? what to do before using the ws_upload FM?

thank you,

View Entire Topic
Former Member
0 Likes

Hi,

First do the BDC recording for a transaction.Then create the internal table into se38 based on the transaction. You have to create the flat file based on the recording. Then use the function module (WS_UPLOAD) for uploading the data from flat flie to internal table. In the function module you have to mention the path for the flat file.

Regards

Srinu