cancel
Showing results for 
Search instead for 
Did you mean: 

SRM/SUS Information about the method parameters is missing for interface

Former Member
0 Kudos

Hello,

we are gettign this error when trying to send a purchase order chagne request to SRM/SUS component.

Information about the method parameters is missing for the interface II_BBPX1_SUSPO_CHANGE_REQU_IN (ABAP interface, request message PurchaseOrderRequest, request message namespace http://sap.com/xi/SAPGlobal/Global)

I did debug the issue but I got no where. I went to the interface II_BBPX1_SUSPO_CHANGE_REQU_IN in SRM but I couldnt find the missing parameter. I doubled checked the configuration in SXMB_ADM and nothing in there too.

Any suggestions?

Thanks,

Abdul.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

This issue was due to the fact that we were using the old XI Content (SRM 5.5 instead of the new SAP SRM IC 7.01 and SAP APPL 6.05) .

Thanks,

Abdul.

Answers (1)

Answers (1)

Former Member
0 Kudos

I've had the same error recently and i solved it by revisiting the routing conditions used in the receiver determination. If this is not the case make sure yo are using the correct SI when testing.

Former Member
0 Kudos

Adrian,

I found this note which explains the exact issue I am having but with different error

https://websmp230.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=1174793

I went to the receiver determination in XI and I was able to double check everything except one thing that is causing this error in the XML MainDocument "PurchaseOrderRequest" is incorrect, it should be "PurchaseOrderChangeRequest" (before the upgrade SRM was tolerating this issue, but not anymore) .

My question is Where do I configure this type "PurchaseOrderRequest"?

<?xml version="1.0" encoding="UTF-8" ?>

- <ns0:PurchaseOrderRequest xmlns:ns0="http://sap.com/xi/SAPGlobal/Global">

- <MessageHeader>

<ID schemeAgencyID="SBX_500">0000000000610016</ID>

<CreationDateTime>2012-03-16T10:35:36Z</CreationDateTime>

</MessageHeader>

- <PurchaseOrder>
Thanks,
Abdul.