cancel
Showing results for 
Search instead for 
Did you mean: 

How to post consumption in MII using OEE Service Interface

Former Member
0 Kudos

Hi Experts,

I am trying to post consumption from MII transaction using OEE service interface action block. There is an OEE service called reportRawMaterialConsumption which I am using. The inputs that I am giving to the action block is -

  • Node ID (Node Id for a particular WorkCenter/Machine which I am getting from PCo Notification XML)
  • Order no. (Production Order)
  • Operation No.
  • Raw Material no.(which I am querying from a MII table)
  • Data Collection Element (RAW_MATERIAL_CONS)
  • Quantity
  • UOM
  • event time (22-08-2016T17:55:00)
  • Entry_type(M)

I am getting an error while executing the transaction which says that "Error executing the selected service i.e. reportRawMaterialConsumption ".

Can anyone suggest some ideas on this? Am I giving any wrong inputs or anything is missing?

Regards,

Shitikantha Nanda

Accepted Solutions (0)

Answers (1)

Answers (1)

msaurabh_sharma
Discoverer
0 Kudos

Hi Shitikantha,

The Node Id you provide should be the valid Node ID for the workcenter (You can goto Display SAP ERP Master Data) link placed under Worker UI Management in MII main menu. Select the workcenter node here and you will get correct NODE ID.

Second check if Order is in active state in OEE dashboard and the same Order has the raw materials in components. (You can check in Order components in ECC)

Next you need to check what actual error, you can do this by placing a log action block after the OEE service action block and in properties map the response of OEE Service action to the message field of Logger.

if you get the detailed error message i can help better.

Regards

Saurabh

msaurabh_sharma
Discoverer
0 Kudos

Also please confirm which build of MII \ OEE you are working on because OEE has descoped this service from MII 15.1 release as now it advisable to use Application Launchpad (Goods Issue \ Goods receipt) application to report raw material consumption. And as of now no service has been exposed for GI and GR.