cancel
Showing results for 
Search instead for 
Did you mean: 

Where can I find the Complete documentation of SAP ME PAPI webservices?

0 Kudos
1,669

I want to get the data collection data associated with the SFC Using one of the webservice i.e sfcDataServiceWSService but I donnt know what to pass in the parameters. I am using the SOAP UI for testing.

Please find the sample code

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:mep="mepapi:com:sap:me:production" xmlns:prod="http://www.sap.com/me/production">

<soapenv:Header/>

<soapenv:Body>

<mep:findSfcDataBySfc> <!--Optional:--> <mep:Site>?</mep:Site> <!--Optional:--> <mep:RequestContext></mep:RequestContext>

<!--Optional:-->

<mep:Request> <!--Optional:-->

<prod:sfcRef>?</prod:sfcRef> </mep:Request>

</mep:findSfcDataBySfc> </soapenv:Body> </soapenv:Envelope>

What to pass in "?" marked fields?

Accepted Solutions (0)

Answers (3)

Answers (3)

kumar_semmalai
Active Contributor

Hello , please find the below.

http://schemas.xmlsoap.org/soap/envelope/" xmlns:mep="mepapi:com:sap:me:production" xmlns:prod=" http://www.sap.com/me/production">

<soapenv:Header/>

<soapenv:Body>

<mep:findSfcDataBySfc> <!--Optional:--> <mep:Site><Plant name or site name>ex . 1000</mep:Site> <!--Optional:--> <mep:RequestContext></mep:RequestContext>

<!--Optional:-->

<mep:Request> <!--Optional:-->

<prod:sfcRef>SFCBO:<Plant Name>,<SFC number> ( Example: SFCBO:1000,SFC000001)</prod:sfcRef> </mep:Request>

</mep:findSfcDataBySfc> </soapenv:Body> </soapenv:Envelope>

michael_koerner3
Product and Topic Expert
Product and Topic Expert

Hi,

You can find the full documentation here:

SAP ME PAPI Webservice Development Guide

This link is taken from the Development Section of the SAP ME Help Portal.

I hope this is helpful.
Best regards, Michael

suresh7
Explorer

Hi,

As mentioned by Michael, use the SAP ME Help Portal - Develop Tab

Download the Javadoc Zip file, unzip it and launch index.html. You will find a lot of good information.

Note:

I found that develop Javadocs link for ME versions 15.3 and 15.4 are not currently functional. Alternatively, you can use 15.2 documentation from SAP ME Javadocs 15.2