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: 

send inbound IDOC to another system

Former Member
0 Kudos
396

Hi,

I want to send an inbound idoc to another system. Is there any standard way to achieve it?  Please suggest.

Thanks.

Moderator message: please do more research before posting.

Message was edited by: Thomas Zloch

1 REPLY 1

Former Member
0 Kudos
82

Hi,

Follow the following steps:

Step 1: Go to transaction we19 and give the idoc number and ececute

Step 2: Click inbound file and remove the tick option from the start idoc inbound box.

provide the file name with directory ( Example, /local/data/interface/sample.txt )

Step 3: File will store in application server in AL11 transaction then download to that file using cg3y transaction code from production directory to your desktop and upload agian upload file to AL11 in acceptance environement directoty using cg3z transaction code.

Step 4: Now file placed under AL11, so just pass the file directory (/local/data/inteface/sample.txt)  in WE19 towards radio button  -- File as template.

SteP 5 : Choose the option, file as template and execute.

Step 6:  You can see option to chose on the direction inbound or Outbound.

IDoc number will be generate ..

Moderator message: copy/pasted from http://saplocker.blogspot.de/2010_11_01_archive.html

Message was edited by: Thomas Zloch