cancel
Showing results for 
Search instead for 
Did you mean: 

Calibratiom Equipment Rejected Status

Former Member
0 Kudos

Hi QM Experts,

If equipment has been rejected at the time of calibration. (It is not in use for further)

So that i can give the usage decision as rejected.

For above condition what system will do?

whether system automatically block the equipment for next scheduling. (Next Inspection Lot create or not)

Because we don't want this equipment, it is Scrap.

Kindly give the suggestion if equipment rejected what will be the procedure.

Thanks in Advance.

Regards,

Babu.S

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

I understand u hv taken UD as rejected. then go to IE02 main menu Equipment>>>Function>>> and set status as Inactive and SAVE.

so that system will not create lot.

for more information.......in case if repair is possible then again change the status to active after repair so that u can use it in calibration cycle as usual. no need to Scrap.

SANTOSH KAMBLE

Former Member
0 Kudos

Hi,

It is possible to automatic if the equipment got rejected in Usage decision.

Thanks in Advance,

Regards,

Babusingh.S

Former Member
0 Kudos

Hi Singh,

No as per std sap UD will not set the equipment INACTIVE / DELETION automatic. For that thing you will have to incorporate some enhancement about your requirement and I think following function module and/or the User exists may help you.

For that thing the available............

Function modules;

CC_SET_DELETE_FLAG_HIERACHY Sets all deletion flags for all linked changes in a hierarchy

CLS_POPUP_DELETE_ATTRIBUTE Confirm to delete

CLS_POPUP_DELETE_REPORT_DEF Confirm to delete

COM_ATTRIBUTE_TAB_DELETE delete one attribute

DB_CLUSTER_DELETE Function module to delete a cluster table

DB_CLUSTER_DELETE_S Function module to delete a cluster table

PP_ORDER_REORG_CHECK Check PP order for ability to be deleted

User Exits

QEVA0010 UD: Usage decision check

MENUQA00 QM: Enhancement in QA00 Area Menu (Quality Inspection)

QEVA0008 Usage decision: Customer function key (e.g. to cancel UD)

About a User exit QEVA0010 you may procede this way.

Steps:

1.The solution is to use the User Exit namely QEVA0010 and use the logic as mentioned below.

2. Test and use the above mentioned user exit.

3. The first condition should be checked for Inspection Type - 14 and for UD code NG.

4.Logic to be used To set the deletion flag for the Equipment.

Go to Table QAPP - Pass inspection lot Number and get the Equipment no.

Go to Table EQUI - Pass Equipment no and get OBJNR

Go to Table JEST - Pass the Objnr - The value for deletion flag status is active is I0076 and the value for deletion flag inactive is I0320.

In order to set the deletion Flag,use help of FM - STATUS_CHANGE_INTERN to code.

5.Logic to be used To set the deletion flag for the Maintenance Plan.

Go to Table QALS - Pass inspection lot no and get the order no.

Go to Table AFIH - Pass order no - Get maintenance Plan.

Go to Table MPLA - Pass the maintenance plan and get the Objnr no.

JEST - Pass the Objnr - The value for deletion flag status is active is I0076 and the value for deletion flag inactive is I0320.

In order to set the deletion Flag,use help of FM - STATUS_CHANGE_INTERN to code.

This reply contains a compiled ratiocination of a conversation of older thread.

Regards,

Shyamal

Answers (3)

Answers (3)

Former Member
0 Kudos

Good Suggestion

Former Member
0 Kudos

Hi,

You can also meet the same requiement without using the user exit , find below the steps to follow -

1. Create a new function module to change the equipment status to inactive or deletion indicator.

2. Create new follow up function in configuration, assign newly created function module to follow up action

3.. Assign follow up action to rejected usage decision code.

Now when ever equipment is failed , you can choose rejected usage decsion code and follow up function will be triggered to change the equipment status.

Thanks

Sanjay

former_member187991
Active Contributor
0 Kudos

hi

i think system will allow to create an inspection lot ,i think system will not allow to use the equipment any more (for usage).i think while making the usage decision you an scrap it straight away.

you can check the equipment status after rejecting and also check the business transactions allowed

regards

thyagarajan