on 2017 Jan 17 8:02 AM
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
Request clarification before answering.
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>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
13 | |
3 | |
2 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.