cancel
Showing results for 
Search instead for 
Did you mean: 

Keep aligned qty in Erp production order and in ME

former_member236869
Participant
0 Kudos

Hello !

Our users are asking us to change the 'quantity to make' in ERP production order automatically when we change SFC quantity in Sap ME.

Any idea how to make this improvment ?

We are using MII/ME 15.0.3

Thanks in advance for any suggestion.

Accepted Solutions (0)

Answers (1)

Answers (1)

0 Kudos

Hi Romano,

Making a long story short, you need a customization that can fire at COLLABORATION_SFC_QTY_ADJ trigger action. Such customization includes:

- Data Acquisition, Formatting and Transport plugins to setup a collaboration directive that will be linked to the trigger action;

- this directive passes the data to MII transaction;

- in MII, a transaction is triggered to execute a BAPI call to ERP (if such BAPI exists, otherwise you can code it).

Or you can implement MII part of this customization in a way similar to how SAPMEINT works - check the online help and these sources:

http://scn.sap.com/docs/DOC-48738

http://scn.sap.com/docs/DOC-49311

Regards,

Sergiy