cancel
Showing results for 
Search instead for 
Did you mean: 

PO XML services issue

Former Member
0 Kudos

Hello Experts,

We are on the last stage of implementation

System Details : SRM 7.01 with ECC 6.0 EHP 4.

Scenarios : Two stage Bidding, Plan Driven and Cent Contract.

Problem : We are on a classic scenario

I just want to know the XML (service) related to change PO in ECC.

When i change any PO data in ECC, system triggers a XML using proxy as : PurchaseOrderChangedInformation_Out

But which proxy should be configured in SRM in reference to above mentioned proxy.Here i could not able to find the correct proxy.

Any help will be highly apprecaited.

Regards,

Neeraj

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Neeraj,

we are having the exact the same issue, did you find out what the issue was?

Thanks,

Abdul.

Former Member
0 Kudos

Hello Rahul,

Thanks for your reply.

Actually we did the same but we are getting error and XML got failed.

Error :

Information about the method parameters is missing

for the interface II_SRM_PO_CHANGE_REQUEST_IN

(ABAP interface, request message

PurchaseOrderChangedInformation, request message

namespace http://sap.com/xi/SAPGlobal20/Global)

Even i tried to process the XML manually but same error :

System expected the element 'PurchaseOrderChangeRequest'

Exception of class CX_ST_MATCH_ELEMENT

Due to which i thought probably i am configuring incorrect proxy.

If you also faced the same, please let me know.

Regards,

Neeraj

former_member22425
Active Participant
0 Kudos

Hello Neeraj,

It looks to be some Abap Code issue with the proxy here.

Refer to notes 1450949 ; 1568052 ; 1174793 if it helps else suggest you to raise a ticket to SAP.

Thanks & Best Regards,

Rahul

former_member22425
Active Participant
0 Kudos

Hello,

For the Plan-Driven Procurement business scenario, the Plan_Driven_Procurement_SupplierEnablement integration scenario provides the following interfaces, which you can check in the Integration Builder.

Supplier Self-Services Direction Materials Management

SupplierPortalTradingPartner_ Asynchronous call (provider) Z_CREMAS_SUSMM.CREMAS03

CreateOrChange_In

PurchaseOrderRequest_In Asynchronous call (provider) ORDERS.ORDERS02

PurchaseOrderChangeRequest_In Asynchronous call (provider) ORDCHG.ORDERS02

PurchaseOrderConfirmation_Out Asynchronous call (consumer) ORDRSP.ORDERS02

DespatchedDeliveryNotication_ Asynchronous call (consumer) DESADV.DELVRY01

Out

InvoiceRequest_Out Asynchronous call (consumer) INVOIC.INVOIC01

ServiceAcknowledgementInformation_ Asynchronous call (provider) STPPOD.DELVRY03

In

InvoiceRequest_In Asynchronous call (provider) GSVERF.GSVERF01

PurchaseOrderRequest_In Asynchronous call (provider) DELINS.DELFOR02

Also in ERP for the sender interface PurchaseOrderChangedInformation_Out namespace used is http://sap.com/xi/APPL/Global2 .

PurchaseOrderChangedInformation_Out interface will be used for ERP - SCM integration scenario's.

For SRM - ERP integration you should check PurchaseOrderChangeRequest_In/ PurchaseOrderChangeRequest_Out

with proxy name II_SRM_PO_CHANGE_REQUEST_IN.

Hope this answer your query here.

Best regards,

Rahul