Show TOC

BeispieldokumentationBeispiel: Automatisierte Datenerfassung für eine Ressource

 

Folgendes Beispiel erfasst parametrische Daten nur zu einer Ressource (ähnlich der Standalone-Datenerfassung).

Beispielnachricht

<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">

<s:Body xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">

<ParametricRequest_sync xmlns="http://sap.com/xi/ME">

<ParametricRequest>

<DcGroupRef>

<DcGroup>MOULDING</DcGroup>

<Revision>#</Revision>

</DcGroupRef>

<ParametricMeasure>

<MeasureGroup>MOULDING</MeasureGroup>

<MeasureName>PARAM1</MeasureName>

<Actual>100</Actual>

</ParametricMeasure>

<ResourceRef>

<Resource>R_IM01_LINE</Resource>

</ResourceRef>

<SiteRef>

<Site>UD02</Site>

</SiteRef>

</ParametricRequest>

</ParametricRequest_sync>

</s:Body>

</s:Envelope>

Weitere Informationen finden Sie im SAP ME Public API (PAPI) Web Services Guide unter Anfang des Navigationspfads http://service.sap.com/instguidesAuf Nicht-SAP-Site veröffentlichte Informationen Navigationsschritt SAP Business Suite Applications Navigationsschritt SAP Manufacturing Navigationsschritt SAP Manufacturing Execution Ende des Navigationspfads.