cancel
Showing results for 
Search instead for 
Did you mean: 

Alternative to MSN20, MSN21, MSN32

Former Member
0 Kudos

Hi Everybody,

I need to configure an error response to appear whenever a repeat "confirmation" actions is run. that is, an error should appear if an employee already has a confirmation action executed for it.

I know that MSN20,MSN21,MSN32 is an option , but the limitation of those features is that they can only be run at STAT2, whereas I need similar functionality for STAT1.

Any ideas experts?

Cheers.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Go for either BADI or User exit. These would be easier to implement and maintain than custom feature.

cheers

AJ

Former Member
0 Kudos

Hi Amanda,

Would not you want to achieve this with user exit or dynamic action implementation?

Regards,

Dilek

Former Member
0 Kudos

Hi ,

create a Z feature and use the customer specific status.

set customer specific status for customer in Personnel action table.

so u have to configure ur z feature in such a way that when customer specific status is same it should throw error,Else continue...

Cheers,

Nachy

0 Kudos

There would be no standard way to deal with values in STAT1 (given that the any values used in this field are configured, and not SAP standard).

You may try developing your own feature (in order to mirror the MSN** features). An alternative method is to build a user exit in IT 0000 that carries this check out on the STAT1 field and aborts the action if it is repeated a second time.