on 2018 Oct 02 7:52 AM
Hi experts,
I want to send activity confirmation (like setup, processing, tear down etc.) with BAPI_PRODORD_CONF_TT which is standard order confirmation BAPI in OEE system.
I can send to quantity confirmation but, i can not send activity confirmation.
In this screenshot, i can choose correct activities.
And I can see that, SAP OEE calculate actual activity time as you see in this screenshot,
When i send to quantity confirmation with ORDER_CONFIRMATION_BAPI, I can not send actual activity time.
Please, help me about this issue.
Request clarification before answering.
Have you looked at the content of the Confirmation sent by the BAPI? Did you get a response from the sent BAPI indicating a possible error message?
Might also want to check testing the BAPI from t-code BAPI within the ERP system to see what the BAPI actually expects for those fields being populated. Sometimes things like UOM do not automatically get populated even if displayed in the screen. There might also be some other fields which must be populated even if they are not displayed. Testing in t-code BAPI might show where this might be necessary.
mbozkir , thomas.mader3
I would also recommend that you both change your responses from Answers to Comments (since neither of your posts are actually trying to answer the Question) so people don't think that the Question already has responses and skip looking at it.
Cheers, Mike
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Dear All
Any solution for the main query.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi All,
In my project, i did this in custom way and it worked perfectly fine. But for a standard approach, as per my memory goes, activities confirmation should work as long as you use the same data collection element (standard defined in OEE addon ) for those activities. the standard value keys (prod/process order) and DCE names should match and both should be downloaded into OEE and then use the same DCE to report the value which ultimately gets saved into PROD_DATA table. also try "Report data" extension and see if this works.
else custom is ofcourse a solution especially when you have your own calculation for these activity values. Good luck and let me know if this worked.
Thanks
Mahalakshmi.S
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The BAPI CO_MES_PRODORDCONF_CREATE_TT has the new parameter IV_PROPOSE_ACTIVITIES using which the calling system can request the determination of default values for the activity confirmation. Set the parameter to 'X' for the proposed activity confirmations to be added to the current confirmation. However, note that the system takes the proposed activities into account only if the activity fields in the interface of the module CO_MES_PRODORDCONF_CREATE_TT were not already filled by the caller.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello Mustafa
We as well facing the same issues when trying to send the activity confirmation from MII(OEE).
Did you find any solution for the same?
Thanks & Regards,
Mugunthan
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It has been a while but from my memory I think the default xsl used to format the BAPI call xml doesn't consider activities. Unfortunately If this is the case I do not know the customization/configuration steps needed to change this but that is the direction I would look into. There might have been a similar thread some time back about this as well but I couldn't find it.
Regards,
Christian
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Nobody knows?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
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.