Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

FilePath is not getting recorded while recording to upload text file to sys

Former Member
0 Kudos

hello,

My requirement is to upload text files from desktop into abap programs using BDC.

While recording, the filename which is pass is not getting recorded so there is no code for selecting filename while execution of the BDC.

Please help me out with this problem.

1 ACCEPTED SOLUTION

SuhaSaha
Advisor
Advisor
0 Kudos

Hello Aarti,

The filepath will not be there in the transaction. You upload the file, read its contents, populate the internal table & then use this internal table to upload the data.

Further details on SDN

Good Luck !!

2 REPLIES 2

SuhaSaha
Advisor
Advisor
0 Kudos

Hello Aarti,

The filepath will not be there in the transaction. You upload the file, read its contents, populate the internal table & then use this internal table to upload the data.

Further details on SDN

Good Luck !!

Former Member
0 Kudos

Hello Suhas,

Thank you so much, u gave the required solution.