cancel
Showing results for 
Search instead for 
Did you mean: 

Exit or Badi for controlling the change of user status in notification

former_member662213
Contributor
0 Kudos

Hi,

I want to check the current user status of notification while saving the notificaton. If the current user status satisifies particular situation, then the notification should be save else not.

Is there any user exit or Badi which can be used to control the change of user status in notification.

Thanks

SUMIT

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi ,

You can use BADI IQS0_STATUS_MAINTAIN in SE18 ..

Else use user exit QQMA0014 : User Exit while saving the Maintenance Notification in this user exit you can user Function Module Status_read in SE37 to read user status and then can use FM STATUS_CHANGE_INTERN to set or delete User status ..

regrds

pushpa

former_member662213
Contributor
0 Kudos

Hi Pushpa,

Thanks for the reply.

the problem over here is that the BADi IQS0_STATUS_MAINTAIN only allows to disable the user status.

the other function module STATUS_READ only fetches the data from JEST.

whereas my problem is that i want to check on the changed status on the screen(which is not saved also).

Appreciate your reply on the same.

Thanks

SUMIT

Former Member
0 Kudos

Hi ,

Check whether STATTEXT Modification exit for formatting status text lines can meet ur requirement ..

regrds

pushpa