cancel
Showing results for 
Search instead for 
Did you mean: 

Posted stock into quality should be hold for 12 Hours

Former Member
0 Kudos

Dear Sir,

Posted stock in quality against the Process order / Purchase order should be hold for maximum 12 Hours.

Before 12 Hours Quality manager should not be able to do U/D for that particular posted stock in SAP.

Please help me this our client requirements to do so.

Thanks in advance for valuable answer.

regards,

VBP

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Thanks for both of you my query get resolved now.

former_member42743
Active Contributor
0 Kudos

You can only do this with a user exit. Have the user exit when the UD is saved, check the age of the insp. Lot. If less than 12 hrs, don't allow the save.

FF

Former Member
0 Kudos

Dear FF

Where i have to check the age of the inspection lot and also brief how to proceed for user exit.

Thanks Inadvance.

Vijay

anand_rao3
Active Contributor
0 Kudos

Hello VBP,

I agree with FF.

Try following exits with the help of your ABAP programmer.

QEVA0001- Enhancement: Quantity posting for usage decision

QEVA0010 - UD: Usage decision check

Define logic there (with ABAP Code) as, if system time is greater that or equal to (lot creation time + 12 hours) then allow UD and stock posting, else stop.

Regards,

Anand Rao

Edited by: Anand Rao on Feb 16, 2012 4:02 PM