on 2020 Nov 26 1:56 PM
Hi Experts,
in our production we have case where we need to Assemble more Compnents as it is in Production Order defined. This means in Production Order is defined 30kg of material but in real production we consume 33kg. Is there any rule in SAP ME which allow booking more material as it was defined?
In current example we are getting always follow error:
"Quantity to Assemble field value must be less or equal to Qty Unassembled field value (Message 13211)
Thank you!
Request clarification before answering.
In system rules enable the "Allow Assembly Qty As Required" rule then follow this help page https://help.sap.com/viewer/e1adc70af32241619335c8768a892edb/15.4/en-US/0092e9f87f844d64933f9de1fffb... and modify your BOM .
Thanks
Kevin
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Kevin,
sorry for late naswer.
If settings Allow Assemly Qty as Required is set to YES my understaning was that filed Allow Assemly Qty as Reqired in BOM maintenance will be editable.
In our case even in System Rule Manitenance filed Allow Assembly Qty As Required is set to YES we can't select it in BOM Maintenance:
Because of this we change the Logic in XSLT and with sending of new component in System the filed will be always selected by all components.
Best regards
Darko
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Kevin, hi Supriya,
thank you very much for your answers. We solve issue with cominantion of both answers (SAP ME configuration,PAPI service +XSLT changes).
Thank you!
Many regards
Darko
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Darko, can you explain a little more what you did ? There should be no need to call any PAPI's or make any XLST changes.
Calling the assemble non bom components PAPI could also mean that the incorrect qtys are being confirmed to ERP/S4.
If you set the system rule and make the change in the BOM then it will allow the operator to type 33kg and it will confirm 33kg to ERP/S4 without any other changes.
Thanks
Kevin
Hey Darko ,
I also came across the same situation . To address this you need to perform 2 PAPI service call in SAP ME .
1. use PAPI service "assembleByComponents" and consume as per your planned quantity (for your example consume 30kg)
2.use PAPI service "assembleNonBomComponents" and consume the extra quantity(for your example consume 3kg) for same Component Reference you did in Step 1.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
2 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.