cancel
Showing results for 
Search instead for 
Did you mean: 

WebService for sending data from ME to MII

Former Member
0 Kudos

Hi All,

my scenario is like integration of SAP ME and Shop Floor systems using MII.

In SAP ME POD at POST_COMPLETE I want to call MII BLS and pass some data. Is this possible using standard webservices of ME or do I need to go for custom webservice development using SAP ME SDK.

Regards,

Anudeep KM.

Accepted Solutions (0)

Answers (1)

Answers (1)

sergiy_katerinich
Active Contributor
0 Kudos

Hi,

Calling MII transaction at POST_COMPLETE was a standard implementation of Yield Confirmations/Backflushing in SAP ME a while ago. However, recently it has been changed to gain a higher reliability: the data are written to a database table where MII scheduler transaction reads them from.

If the data you want to pass from ME to MII is wider than the data of standard collaboration directives, it is likely you will need to use SDK to implement your own data acquisition and formatting plug-ins at least.

As to using standard webservices of ME, I'm not sure how you are going to use them in POD.

Regards,

Sergiy

Former Member
0 Kudos

Hi Sergiy,

Thanks for the reply.

The data that I want to pass from ME to MII is is very small (POD information like SFC,Operation,Resource..etc). Could you please tell me the procedure for using standard collaboration directives to make Webservice call from ME to MII (calling MII Trx using ME colloboration feature)

Regards,

Anudeep KM.