cancel
Showing results for 
Search instead for 
Did you mean: 

consume web service production proposal business by design

Former Member
0 Kudos

Hello community, download the web service and create production proposal but only allows me to modify certain fields, what I need is to change two dates but only allows me to change one, anyone have any idea how to add, the official code of sap is next :

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:glob="http://sap.com/xi/SAPGlobal20/Global">

<soapenv:Header/>

<soapenv:Body>

<glob:CreateProductionProposal>

         <!--1 or more repetitions:-->

<CreateProductionPlanningOrder>

<SequenceNumber>?</SequenceNumber>

<SupplyPlanningAreaID schemeID="?" schemeAgencyID="?">?</SupplyPlanningAreaID>

<MaterialID schemeID="?" schemeAgencyID="?">?</MaterialID>

<MaterialAvailabilityDateTime timeZoneCode="?">?</MaterialAvailabilityDateTime>

<Quantity unitCode="?">?</Quantity>

<QuantityTypeCode listID="?" listVersionID="?" listAgencyID="?" listAgencySchemeID="?" listAgencySchemeAgencyID="?">?</QuantityTypeCode>

</CreateProductionPlanningOrder>

</glob:CreateProductionProposal>

</soapenv:Body>

</soapenv:Envelope>

Accepted Solutions (0)

Answers (1)

Answers (1)

stefan_resag
Advisor
Advisor
0 Kudos

Hello Cesar,

unfortunately from your description it is not clear what you want to achieve. The web service can create one or multiple production proposals. Similar to the normal user interface you have to specify material, supply planning area, quantity + UoM and the material availability date.

So what do you mean by 'what I need is to change two dates but only allows me to change one'.

Please let me know.

Best regards,

Stefan

Former Member
0 Kudos

thank you very much