cancel
Showing results for 
Search instead for 
Did you mean: 

Hi Experts , My Requirement is , until system status is AVAC , User can not change User Status .

0 Kudos

Hi Experts ,

my requirement is until my system status is AVAC , user not allowed to change any user status .

after system status AVAC only , user status can be changed .

i am doing this by validation , please help me in this .

expecting prompt reply .

Accepted Solutions (0)

Answers (7)

Answers (7)

former_member469721
Participant
0 Kudos

There is nothing like user exit for user status, wbs priority so on.. On save of the transaction i.e. you have Standard exit (BADI) where you can input your custom code like in your case validating user status and so on. User exit are written in validation and substitution rule (SPRO config).

Let me know if you need more information on user exist in validation and substitution.

0 Kudos

Can somebody tell me , user exit for User status in CJ20N

kenmelching
Active Contributor
0 Kudos

You will need a Developer, it is a little tricky to check for a change then see if it is allowed.

The status settings are in table JEST.

kenmelching
Active Contributor
0 Kudos

The user exit doesn't exist, you will need to create it per your specific requirements.

0 Kudos

Hi Sir ,

Please tell me how to create it .

IT is urgent , I need to validate , until project status is AVAC , user status should not be changed .

please tell me on urgent basis.

Kehkashan
Participant
0 Kudos

Yes Bheeshan you have to use User Exit in Validation.

Abaper can help you with this

kenmelching
Active Contributor
0 Kudos

You will use validations but you need a user exit for the Check. It's very common.

0 Kudos

Please tell me the user exit name

Kehkashan
Participant
0 Kudos

To apply validation on system status ,you will need to check with ABAPer for user Exits ,as on WBS or PRPS table , system status or User status field is not available.It is available in JEST table.

0 Kudos

Hi Kehkashan ,

can't it be done through Validation ?

0 Kudos

Please tell me the user exit name