cancel
Showing results for 
Search instead for 
Did you mean: 

EDI: Partner profile inbound not available

Former Member
0 Kudos

Hi All,

I have a proxy to IDOC scenario in XI . i.e. SRM as the sender and ECC6.0 as the reciever.

In my scenario i need to create the vendor master using IDOC(at the reciever side ECC).

Following is the IDOC configuration done in ECC.

1.have created the logical system in ECC by name ECCCLNT120.

2.Created the partner profile ECCCLNT120 and added the CREMAS message type as the inbound message type in the partner profile.used the CRE1 as the process code.

Following is the IDOC config done in XI.

1.created the port in XI for ECC as SAPNED and gave the rfc destination as ECCCLNT120 which points to the ECC systems

2.also loaded the metadata in IDX2 tcode for CREMAS.

Following DESIGN and CONFIGURATION is done in XI.

Mapping for IDOC in XI.

BEGIN = 1.

edi_dc40 segment values

SEGMENT = 1.

TABNAM = EDI_DC40.

MANDT = 120.

DIRECT = 2.

IDOCTYP = CREMAS05.

MESTYP = CREMAS.

SNDPORT = SAPNBD.(XI port)

SNDPRT = LS.

SNDPRFC = LS

SNDPRN = NXICLNT120.

RCVPOR = SAPNED.(ECCport)

RCVPRT = LS

RCVPFC = LS

RCVPRN = ECCCLNT120(ECC partner number).

My maaping test is getting executed successfully in XI.

Whe i run the scenario.in XI sxmb_moni..i see that message are processed successfully.

Now when i come to ECC to check whether the IDOC are posted successfully in WEO2.i am getting the fillowing error.

**************************************************************************************************************************************************

EDI: Partner profile inbound not available

Message no. E0337

Diagnosis

An inbound partner profile could not be found with the following key:

/NSRMCLNT20/LS//CREMAS////

This involves the key fields of table EDP21:

-SNDPRN partner number of sender

-SNDPRT partner type of sender

-SNDPFC partner function of sender

-MESTYP logical message type

-MESCOD logical message code

-MESFCT logical message function

-TEST test flag

Procedure

Please check the inbound partner profiles.

Execute function.

***********************************************************************************************************************************

NSRMCLNT120 is getting picked up from the sender busness system/i.e. from the IDOC specific identifier where my logical system for SRM is NSRMCLNT120.

when i take the idoc number of the above idoc processed.and try to test it from we19.the idoc is getting posted successfully creating vendor accout number.

Can any one tell me what could be the problem and how do i rectify it.

Thanks in advance.

Rohan Patil.

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member181962
Active Contributor
0 Kudos

Hi Rohan,

Check this link to know how to configure the Inbound Partner Profiles in WE20 transaction:

http://help.sap.com/saphelp_nw04/helpdata/EN/dc/6b809b43d711d1893e0000e8323c4f/frameset.htm

Regards,

Ravi Kanth Talagana

Former Member
0 Kudos

>

> BEGIN = 1.

> edi_dc40 segment values

> SEGMENT = 1.

> TABNAM = EDI_DC40.

> MANDT = 120.

> DIRECT = 2.

> IDOCTYP = CREMAS05.

> MESTYP = CREMAS.

> SNDPORT = SAPNBD.(XI port)

> SNDPRT = LS.

> SNDPRFC = LS

> SNDPRN = NXICLNT120.

> RCVPOR = SAPNED.(ECCport)

> RCVPRT = LS

> RCVPFC = LS

> RCVPRN = ECCCLNT120(ECC partner number).

Hello Rohan,

IDocs SNDPRN/SNDPRT/MESTYP will be taken in SAP for processing the received IDOC,so in your case either you need to create the partner profile NXICLNT120 with all inbound details or need to change the same in mapping and pass the values of your partner in SNDPRN SNDPRT fileds of control record

HTH

Rajesh

former_member200962
Active Contributor
0 Kudos

Check Bhavesh's reply:

Regards,

Abhishek.