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

flat file

Former Member
0 Likes
289

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,

Please create the flat file first. During creation of this file, you need to consider the format and the type of the file.Then create the ABAP program and declare the internal table accrodingly to accomodate the flat file data. Then use the function module to upload the flat file data into your internal table. Then use Call transaction method or Session method to upload the data.

Hope this helps.

Please reward if useful.

Thanks,

Srinivasa