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

Processing Inbound IDOC's from FTP.

Former Member
0 Likes
615

Hi,

I have an issue where IDOC's (WPUBON01 & DEBMAS01) are being saved in ftp folder and once these IDOC's are saved, we have to process it in SAP System, i would like to know the simple way of having these IDOC's processed in Unix based SAP system as the IDOC's will be coming in at Real time evey minutes or Seconds.

is there a way to do it with out ABAP process i mean just by using the Unix Scripts or by triggering the SAP background job.

Thanks in Advance.

1 ACCEPTED SOLUTION
Read only

mvoros
Active Contributor
0 Likes
443

Hi,

for testing purposes you can trigger inbound IDoc processing in transaction WE16. Otherwise you can schedule program RSEINB00 to periodically import IDoc into system. You can make a copy of that program and made changes if you need to add some extra logic.

Cheers

Hi,

I have an issue where IDOC's (WPUBON01 & DEBMAS01) are being saved in ftp folder and once these IDOC's are saved, we have to process it in SAP System, i would like to know the simple way of having these IDOC's processed in Unix based SAP system as the IDOC's will be coming in at Real time evey minutes or Seconds.

is there a way to do it with out ABAP process i mean just by using the Unix Scripts or by triggering the SAP background job.

Thanks in Advance.

1 REPLY 1
Read only

mvoros
Active Contributor
0 Likes
444

Hi,

for testing purposes you can trigger inbound IDoc processing in transaction WE16. Otherwise you can schedule program RSEINB00 to periodically import IDoc into system. You can make a copy of that program and made changes if you need to add some extra logic.

Cheers