cancel
Showing results for 
Search instead for 
Did you mean: 

idoc

Former Member
0 Kudos

hi ,

what are the configurations we have to do in R/3 system while working with file to idoc and idoc to file

Accepted Solutions (1)

Accepted Solutions (1)

santhosh_kumarv
Active Contributor
0 Kudos

Hi kln

If u r using BPM in this scenario u should have 2 Interface determination and 2 receiver determination and 1 sender and receiver aggrement.

U should also assign the file system and the r/3 system to the business system of that scenario and import the idoc to ur software component.

Interface detrminination:

1-->Sender service:fileserver

interface: outbut msg interface

Receiver service: bpm

inbound interface:abstract interface

Interface mapping.

2-->Sender service:bpm

interface: abstract interface

Receiver service: bpm

inbound interface:abstract interface

Interface mapping.

Receiver Determinitation

1-->Sender service:fileserver

interface: outbut msg interface

Receiver service: bpm

interface:abstract interface

interface mapping:

2-->Sender service:bpm

interface: abstract interface

Receiver service: R/3 system

interface:idoc

interface mapping: not required.

Also see to the following links.

FILE TO IDOC:

/people/michal.krawczyk2/blog/2005/08/17/xi-operation-system-command--error-catching

/people/sravya.talanki2/blog/2005/08/23/sender-xi-ftp-adapter-with-regular-path-expression-150-abap

IDoc to File

/people/prateek.shah/blog/2005/06/08/introduction-to-idoc-xi-file-scenario-and-complete-walk-through-for-starters

Regards

Santhosh

If info is useful reward points.

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

Check these wiki page:

https://www.sdn.sap.com/irj/sdn/wiki?path=/display/xi/fileToIDOC&

https://www.sdn.sap.com/irj/sdn/wiki?path=/display/xi/sapR3%28Idocs%29ToXI--Steps+Summarized&

Regards,

Subhasha

former_member529475
Active Contributor
0 Kudos

Hi

<u>Maintain the Sender R/3 System</u>

Create a RFC Destination to XI using the Tcode SM59

Create a TRFC Port and specify RFC Destination created above using the TCode WE21

Create the partner profile for Inbound and Outbound Parameters using WE20

<u>Maintain the Receiver XI System</u>

Create the RFC Destination for sender system using SM59

Create the port to get IDOC Metadata from Sender System using the Tcode IDX1. Here the Port name we are given and port name in the IDOC header will be identical.

Maintain the IDOC Metadata using the Tcode IDX2.

Cheers..

Vasu

<i>** Reward Points if found useful **</i>

Former Member
0 Kudos

Hi kln,

Checkout the below link..

https://wiki.sdn.sap.com/wiki/display/XI/SAPR3%28Idocs%29ToXI--Steps+Summarized

Blog /people/ravikumar.allampallam/blog/2005/02/23/configuration-steps-required-for-posting-idocsxi

Regards,

sumit

ps : award points if that helped u.