cancel
Showing results for 
Search instead for 
Did you mean: 

UD can't be done before Notification closed.....

Former Member
0 Kudos

Hi All,

My requirement is UD can't be done before Notification closed,means for lot notification created it, shoud not allow to do UD.

Even if Defect created it shold not allow or intimate the users.

Regards,

sid

Accepted Solutions (1)

Accepted Solutions (1)

former_member587434
Active Contributor
0 Kudos

Either you can use suggested exit to development or

Create user status as following:

QN1 - Notification created (Initial status - UD should not allow)

QN2 - Notification is in process (UD not allowed)

QN3 - Notification closed (UD allowed)

Assign this user status to inspection lot.

Moment you create notification system should assign QN1 status to lot. Change status to QN2 mnaually. Give authorization to few peopel only to chage status.

Once you close notification change status to QN3, now you can do UD.

Refer follwoing docs to learn more about user status.

[http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/20fbc091-ea3a-2b10-f0a3-877ffbf36436?QuickLink=index&overridelayout=true]

Answers (2)

Answers (2)

Former Member
0 Kudos

Check exit QEVA0010 -->UD: Usage decision check

Logic :If status of related notification is OSNO then UD should not happen !

Former Member
0 Kudos

hi,

u need to do some workaround by using some user exits for this requirement , not available in std. SAP

Regards