cancel
Showing results for 
Search instead for 
Did you mean: 

Force Close of open Inspection Characteristic based on weight

Former Member
0 Kudos

Dear All,

I have requirement to add authorization to do Force Close of open inspection characteristic during UD.

The authorization will be based on the weighing of the characteristic itself.

For example, some role can only force close open Minor characteristic, while the other role can also force close Major characteristic.

Is there such standard function in SAP to do this? If I need to do enhancement, please suggest me the user exit to do it.

Thanks,

Steve

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member42743
Active Contributor
0 Kudos

There is standard security functionality to only allow certain people to force close a characteristic. Several things on the internet should be out there to cover that.

But there is no standard functionality to have that security also take into consideration the weighting of the characteristic.

You could use a user exit that blocks the saving of the force close on a major characteristic. One of these exits should work for you.

QEEM0003 User exit: add. functions after valuating insp. characteristics

QEEM0004 User exit: add. functions after valuation of partial sample

QEEM0006 User exit: add. functions after closing inspection char

QEEM0007 User exit: add. functions after completing partial sample

QEEM0011 User exit: add. functions before valuating insp. characteristics

QEEM0012 User exit: add. functions before valuating partial sample

QEEM0015 User exit: add. functions after entering individual res

Craig