cancel
Showing results for 
Search instead for 
Did you mean: 

wrong SNDPRN, SNDPRT in response IdocOutbound...

Former Member
0 Kudos

Hi,

I have configured one scenario where I receive a XML message from an external system, and I do a XSL mapping on it, obtaining one Idoc type ZPRDRSP. And this idoc is sent to a SAP System, my problem is that in sap system i should see that the partner type is a LI and the partner number is a number, but instead of that the partner type is a LS, and the partner number is the logical system name defined in the SLD for the external system. Ive achieved a party configuration in my configuration, but it seems that im doing somethig wrong...the point is that in the response IdocOutbound I have as SNDPRN the LSN instead of the number..and in SNDPRT i have LS instead of LI, what should i achieve in my configuration for changing this???

Thanks very much for your help!

Luis

Accepted Solutions (0)

Answers (2)

Answers (2)

MichalKrawczyk
Active Contributor
0 Kudos

hi,

you need to do it in the header mapping

like described in SAP note 871022

Regards,

michal

-


<a href="/people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions"><b>XI / PI FAQ - Frequently Asked Questions</b></a>

bhavesh_kantilal
Active Contributor
0 Kudos

Hi michal,

Thanks for that info

Regards,

Bhavesh

MichalKrawczyk
Active Contributor
0 Kudos

no problem Bhavesh

Regards,

michal

-


<a href="/people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions"><b>XI / PI FAQ - Frequently Asked Questions</b></a>

Former Member
0 Kudos

Hi Michal,

are you sure that i have to configure only that??, because it doesnt work in my scenario, Ive followed all the steps but Im still receiving the LS instead the LI, how should the party be configured? I have it configured in the sender...

Thanks,

Luis

bhavesh_kantilal
Active Contributor
0 Kudos

Hi Luis,

am not sure ,but just try it for both sender and receiver.

regards,

Bhavesh

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

try also checks in idoc receiver adapter that

Bhavesh mentioned

but I'm sure you need to do header mapping

like in that note as I did that a few times

REgards,

michal

bhavesh_kantilal
Active Contributor
0 Kudos

hi,

in the IDOC receiver adapter,slect the option

<b>1.Take sender from payload

2. take receiver from payload

3.apply control record from payload.</b>

and pass the value in your control record of your IDOC.

This will take all values from the paylaod of the IDOC.

Regards,

Bhavesh

MichalKrawczyk
Active Contributor
0 Kudos

hi,

this will not do for non LS

he needs to do it as in SAP note: 871022

Regards,

michal

-


<a href="/people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions"><b>XI / PI FAQ - Frequently Asked Questions</b></a>