cancel
Showing results for 
Search instead for 
Did you mean: 

Change the user status for a task in quality notification

Former Member
0 Kudos

Hi,

I have a requirement, when the user selects a task 'Esclation Assessment' a pop should appear with 'YES' or 'NO' option, when the user select either option i need to change the user status as per the selected one, In my config the default value is 'NO'., even iam changing the value in debug mode to 'Yes', but in the user status screen it is still showing the default value as 'NO'.

I can show the pop up to user by writing a Z function module in the task activities. But iam unable to find, how can i pass the user selected value(Yes/No) to the screens.

Thanks

Srinivas

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

I solved it myself by calling a function module STATUS_SET_USER_STATUS_DIALOG in the user exit EXIT_SAPMIWO0_019, which call the user dialog screen directly and we can set the status.