cancel
Showing results for 
Search instead for 
Did you mean: 

Replicate Materials from SAP ERP - SalesOrg Mapping issue

abdulkalam_a
Participant
0 Kudos
686

Dear Masters,

We have enabled following Asynchronous Web Service call for MATERIAL REPLICATION from ERP.

Replicate Material from SAP Business Suite: https://myxxxxxx.crm.ondemand.com/sap/bc/srt/scs/sap/materialreplicationinitiatedby

Is this the right webservice for replicating Materials from ERP system.??. Could any body confirm please.?? why is this checking the ID Mapping with 'CRM Product Categories'??

we have downloaded the WSDL and trying to test from SOAP UI and its giving mapping error while updating SalesProcess Information and we have already maintained the ID mapping for SalesOrg but still giving an error. .. below is the code and also attached complete payload.

<SalesProcessInformation actionCode="04"> <SalesOrganisationID>0050</SalesOrganisationID> <ReceiverSalesOrganisationID>50</ReceiverSalesOrganisationID> <DistributionChannelCode>01</DistributionChannelCode> <ProductGroupCode>NORM</ProductGroupCode> <LifeCycleStatusCode>2</LifeCycleStatusCode> </SalesProcessInformation>

payload-for-material-async-call.txt

Please suggest us with some inputs,

Thank you,

Abdul

View Entire Topic
abdulkalam_a
Participant
0 Kudos

Solved myself.. & Added following constants and its working fine now...

SalesOrganisationIDTypeCode as '917'

ProductCategoryIDTypeCode as '923'

IDTypeCode as '20'

<SalesProcessInformation actionCode="04">

<SalesOrganisationID>0050</SalesOrganisationID>

<SalesOrganisationIDTypeCode>917</SalesOrganisationIDTypeCode>

<DistributionChannelCode>01</DistributionChannelCode>

<ProductGroupCode>NORM</ProductGroupCode>

<LifeCycleStatusCode>2</LifeCycleStatusCode>