cancel
Showing results for 
Search instead for 
Did you mean: 

LOIPRO03 standard workflow in SAP MII

Former Member
0 Kudos

Dear All,

Is there anyone who can guide me how to find the back-end MII transaction associated with LOIPRO03 service transaction "java:com.sap.me.integration.ERPProductionOrderHandler". I need to modify the back-end transaction in order to achieve business requirement.

Your help is highly appreciated.

I have gone through below link, but looking for easy procedure.

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member182330
Active Contributor
0 Kudos

Hello,

"java:com.sap.me.integration.ERPProductionOrderHandler" is not MII transaction and doesn't trigger any MII transaction in background. It's a pure java code that handles the LOIPRO03 request and production order import into ME.


Regards,
Konstantin

Former Member
0 Kudos

Hello Konstantin,

Thanks for your reply. I need to customize the code as per requirement. I understood that it cant be done as native MII built transaction as backend code is Java. How I need to alter the standard workflow.

I need to put conditions for SFC status once the order is received from ERP and before it gets imported to SAP ME. Whats the best way you suggest?

Regards,

Vijaya

0 Kudos

Hi!

At the moment, which you mentioned above, the SFC does not exist yet, and you cannot tell the system which status should be used at SFC creation. This status will appear only at Shop Order Release. So it looks as if you need to write a hook for POST_ORDER_RELEASE hook point activated at site level. Then this hook might be able to operate on the just created SFCs to change their status.

Regards,

Sergiy

former_member182330
Active Contributor
0 Kudos

Sergiy is correct. There are no SFCs at the time of production order integration so you won't be able to update their status at this point. So you'd rather need to code a hook to satisfy your requirements or create a service extension and assign to shop order release methos in Service Extension Maintenance.

Both require custom java coding and NWDI/NWDS for ME experience.

Regards,
Konstantin

Former Member
0 Kudos

Thanks Konstanian and sergiy.

Once the above handler is completed(java:com.sap.me.integration.ERPProductionOrderHandler), is there any way to to execute custom MII transaction for change production activity?

Can we use "pass handler transaction" for this?

Regards,

Vijaya

former_member182330
Active Contributor
0 Kudos

Yes, you could. But as I wrote before, it won't help much to change SFC status as those SFCs don't exist at the moment when SO is created.

Regards,
KC

former_member185280
Active Contributor
0 Kudos

You may want to post this question one level up in the manufacturing section. There seems to be more ME traffic there.

agentry_src
Active Contributor
0 Kudos

Discussion successfully moved from SAP Manufacturing Integration and Intelligence (SAP MII) to SAP Manufacturing

as suggested correctly that ME question belong at the parent community level.

Regards, Mike (Moderator)

SAP Technology RIG