cancel
Showing results for 
Search instead for 
Did you mean: 

MII - OEE - Post Activity Confirmation to ERP

adnanmaqbool
Contributor
0 Kudos
576

Hi All

I am using activity id Activity ID ACT_STD_VAL (SAP-Standard Value Data Collection), Class/URL sap.oee.ui.oeeReportStandardValueDataCollection to report production activities data but on saving it no BAPI for confirmation is triggering at backend/ERP although I have already activated/enabled "Report SAP ERP Confirmation on Reporting Quantity" as an Extension within General Configuration.

Queue Monitor is also not showing any call to ORDER_CONFIRM_BAPI , however when we confirm the quantities of activity ACT_REP_QTY to post Yield , Rework, Scrap BAPI is triggering. How to post Setup, Machine, Labor mentioned within activity ACT_STD_VAL

Accepted Solutions (1)

Accepted Solutions (1)

nasirramzan
Participant
0 Kudos

Dear Mr. Adnan,

May this note help to solve your problem

https://launchpad.support.sap.com/#/notes/3261186

Regards/ NR

Answers (3)

Answers (3)

adnanmaqbool
Contributor
0 Kudos

Hi Everyone

Any possibility to update Setup, Machine and Labor activities while calling workflow ORDER_CONFIRM_BAPI.

Standard BAPI is only sending Yield, Scrap and Rework Quantities while completing the Order or Reporting the Production.

Mahalakshmi1
Participant
0 Kudos

Hi Adnan,

To debug the custom bls being called from a standard extension, i suggested write file or you can use logger as per your requirement. only post execution, you can check what is wrong. Also i suggested this custom bls first to make sure standard extension call to custom bls is working or not.

Thanks

Mahalakshmi Syamsunder

Mahalakshmi1
Participant
0 Kudos

Hi Adnan,

If i am not wrong, ERP confirmation scheduler (ERPConfirmationenqueuer) expects some value for yield atleast a zero to get triggered. I am not sure if such expectation exist when reporting standard values using report quantity extension as no yield will be reported here. Have a check on this with SAP. Before checking this with SAP, also have a check if at all extensions are getting triggered with standard values activity. keep a write file in a custom bls and add that to the extension and see if the bls gets invoked. this is to ensure no bug in extension configuration of standard values.

if standard is not suitable for your requirement, the other way is to use the same BAPI and create a custom BLS and map all the required values to the BAPI.

Thanks

Mahalakshmi Syamsunder

adnanmaqbool
Contributor
0 Kudos

Thanks

If I am triggering a custom BLS from standard dash board, can I debug standard BLS.

Putting a breakpoint and executing transaction directly from workbench is triggering the break point but when calling same BLS from dashboard , how to check that at which step of BLS, values are not giving expected result, i.e. can we debug the BLS when calling through dashboard.