Application Development and Automation 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: 
Read only

EDI, mass trigger upload files.

Former Member
0 Likes
902

Hi,

I've customized EDI to upload a file into SAP. I'm using T-Code WE16. This transaction allows me, using the path and file, to upload the selected file. Is there a standard report, that i can use to schelude the upload of all the files stored in a specific directory ?

Regards,

Pedro Castro

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
683

Hi,

Yes ... please use program RSEINB00 instead of WE16.

Regards,

Ferry Lianto

Hi,

I've customized EDI to upload a file into SAP. I'm using T-Code WE16. This transaction allows me, using the path and file, to upload the selected file. Is there a standard report, that i can use to schelude the upload of all the files stored in a specific directory ?

Regards,

Pedro Castro

3 REPLIES 3
Read only

Former Member
0 Likes
684

Hi,

Yes ... please use program RSEINB00 instead of WE16.

Regards,

Ferry Lianto

Read only

0 Likes
683

Thanks Ferry,

Like in WE16, in report RSEINB00, i have to indicate the file name. If the name file is generated dynamically, it changes all the time, and the report cant be schedulle (job) for the same variant. Does the name of the file have to be allways the same ?

Regards,

Pedro Castro

Read only

Former Member
0 Likes
683

Hi Pedro,

Well ... you can write a custom ABAP report which has a logic to select the dynamic file name(s) then use SUBMIT statement to call program RSEINB00 and pass the corrspnding file name and port.

Regards,

Ferry Lianto