cancel
Showing results for 
Search instead for 
Did you mean: 

Add additional characteristic

babarkhan_mujawar
Participant
0 Kudos

Hi Experts,

I have one requirement where i have to add additional characteristic for results recording.

My question is where should i add?

1. At the time of production order creation and released, number is assign to Inspection lot but not able to add addition Insp characteristic Once the order is save, we can add characteristic in  change mode of order.

    How to add extra characteristic at order creation or rel or at the time of savings.

2. Is it possible to add characteristic automatic while results recording with some condition. If Yes, How? and when it can be added

User don't want to add the characteristic manually at any stage from Order creation to result recording screen.

I am trying with Enhancement -QEEV0002, it is not taking.

Pleas guide how it will possible.

Accepted Solutions (0)

Answers (3)

Answers (3)

0 Kudos

Hi ,

I will suggest to use enhancement at the time of result recording and make a bapi call to add additional characteristics.

Thanks,

Amol

former_member195779
Active Participant
0 Kudos

Hi Mujawar,

Please try BADI WORKORDER_UPDATE.

Or you can use following document for searching the user exit and Badi in Production Order:

User exists and BADIs of production order - ERP Manufacturing (PP) - SCN Wiki

Regards,

Amarnath Dube

busyaban7
Active Contributor
0 Kudos

Hi Mujawar,

Please confirm, if you already know that you need to automate the adding of an MIC to an inspection lot, under specific condition, why don't you add it directly to the inspection plan under correct operation itself? Is it like for certain condition, ad hick MIC1 needs to be added and for some other purpose, MIC2 needs to be added to the inspection lot, on top of the available set of MIC's picked form inspection plan?

I do not understand the option 1 you explained, as this is similar to option 2 only, only think is how we look at it. Reason being, when you call an inspection lot for adding Ad hick MIC, the newly added MIC picks the system status "2" (I guess). So to my understanding, you should consider this option 2 as the most suitable option.

Now the main question is how to do it? You may check the below FMs with ABAP team:

QEEB_UNPLANNED_CHARACTERISTIC

QEEM_UNPLANNED_CHARACTERISTIC

Please check and share your observations.

Thanks,

Arijit

babarkhan_mujawar
Participant
0 Kudos

Thanks Arijit,

yes as you said, adding the chars base on some condition/indicator. But this MIC is required to only specific order not for all orders.

I am trying with with Enhancement and its looks like it will work. but still need to test properly till eod.

I already checked your FM, but when and how it should trigger is big question.

busyaban7
Active Contributor
0 Kudos

May be you should speak to your ABAP team to do this enhancement before result recording, through some z program, and set some user status to your inspection lot once this enhancement is done. This will help to identify which among the inspection lots got added to new ad hock MIC.