cancel
Showing results for 
Search instead for 
Did you mean: 

Problem in Outbound IDOC

Former Member
0 Kudos

Scenario: R/3(IDOC)->XI->File share (normal xml file).

File Share (available in a separate WINNT Server) is defined as a Business system in SLD

Partner Profile is created under “KU” in the sender R/3. There are multiple partner profiles maintained for each dealer. So the <RCVPRN> value will vary depending on the dealer.

<EDI_DC40 SEGMENT="1">

<TABNAM>EDI_DC40</TABNAM>

<MANDT>030</MANDT>

<DOCNUM>0000000000707087</DOCNUM>

<DOCREL>46C</DOCREL>

<STATUS>30</STATUS>

<DIRECT>1</DIRECT>

<OUTMOD>2</OUTMOD>

<IDOCTYP>ORDERS05</IDOCTYP>

<CIMTYP>Z1TDORDERS05_EXT</CIMTYP>

<MESTYP>ORDRSP</MESTYP>

<STD>X</STD>

<STDVRS>004010</STDVRS>

<STDMES>855</STDMES>

<SNDPOR>SAPD20</SNDPOR>

<SNDPRT>LS</SNDPRT>

<SNDPRN>D20030</SNDPRN>

<RCVPOR>D01010_XI</RCVPOR>

<RCVPRT>KU</RCVPRT>

<RCVPFC>AG</RCVPFC>

<RCVPRN>0006036041</RCVPRN>

<CREDAT>20060208</CREDAT>

<CRETIM>171944</CRETIM>

<SERIAL>20060207095859</SERIAL>

</EDI_DC40>

The Problem is

When an IDOC is sent from R/3 to XI I get the following error: “Party and service not defined”.

Trace Reveals this:

<Trace level="2" type="T">party-scheme: ALE#KU#AG</Trace>

<Trace level="1" type="T">party normalization error: scheme = ALE#KU#AG</Trace>

<Trace level="2" type="T">Set Sender Routing-object </Trace>

<Trace level="1" type="T">Set Receiver Routing-object </Trace>

I’m using service without Party in the Integration Directory.

Kindly help me to resolve this problem.

regards,

Sundararamaprasad.

Accepted Solutions (0)

Answers (2)

Answers (2)

sam_raju
Contributor
0 Kudos

Hi Sundararamaprasad,

Try the following steps:

========================

1) Create two parties

a) Party_one (your partner)

b) Party_two (SAP R/3)

2) Specify alternative identifiers like DUNS Number for both parties if necessary.

3) Create Business Service under each party

Party_one

Orders_855_V4010_Buyer( follow naming convention )

Party_two

Orders_855_V4010_Seller( follow naming convention )

4) Create Communication Channel under Party_one

Party_one

Orders_855_V4010_Buyer

File_orders_receiver

Party_two

Orders_855_V4040_Buyer

No Communication channel needed

5) Under the "Service without party" add r/3 Business system( not really needed )

6) Receiver Determination: Since R/3 to XI is A2A you don't have to specify the Party in the Sender info.

Sender

Service: SRS_100 (BS for R/3)

interface: ORDRSP.ORDERS05

Namespace: urn:sap-com:document:sap:idoc:messages

Configured Receivers

Party : Party_one

Service: Orders_855_V4010_Buyer

7)Specify ID

8)Specify RA with file CC.

Hope this helps.

Rgds,

Sam Raju

MichalKrawczyk
Active Contributor
0 Kudos

Hi Sundararamaprasad,

if you want to use partner profiles != LS

has a look at this document to see how to configure them:

https://websmp102.sap-ag.de/~sapdownload/011000358700003604082004E/HowTo_IDOC_XI_Scenarios.pdf

Regards,

michal