cancel
Showing results for 
Search instead for 
Did you mean: 

Business needs scaling of scrap.

former_member202601
Participant
0 Kudos

Hi All,

Is there any possibilities to pick automatically scrap % for different quantity.

Example 10% scrap for 0 to 100 units of production,

5% scrap for 101 to 500 units of production,

2% scrap for 501 to 1000 units of production.


Thanks and regards,

Chandrashekhar,

Accepted Solutions (0)

Answers (1)

Answers (1)

0 Kudos

Hi,

I doubt it is possible in GUI of SAP ME because the qty of scrap comes from Qty field of POD that is used during Log NC. But you might try to emulate Log NC with Scrap be means of PAPI calls: you will have a chance to decide about qty and then pass that qty to the calls.

Regards,

Sergiy

former_member202601
Participant
0 Kudos

Hi Sergiy,

Can you explain me some what deeply..?

0 Kudos

The logic of determining scrap qty can be implemented in MII, for example. As soos as your code has decided on this value, it should trigger SAPMEINT PAPI Action Block with a call to ME (first is createNC(), and then disposition() call) where this qty is specified.