cancel
Showing results for 
Search instead for 
Did you mean: 

Pop-Up in decision rejection at both R/3 as well as Portal level.

Former Member
0 Kudos

Hi There,

We have one workflow, in which there is a decision task. On click to reject button we are displaying a pop-up using

FM CATSXT_SIMPLE_TEXT_EDITOR, which is called inside a method, and this method is getting called inside an

activity in workflow. For Rejection reason we are using Advance With Immediate Dialog.

Currently in R/3 when user is rejecting through decision step a pop-up is appearing where he/she can provide rejection text.

But when same decision step workitem is getting rejected from UWL, then this pop-up is not appearing, whereas a new workitem

for this pop-up is getting created, and when we are executing this workitem then pop-up is appearing.

But we don't want it in this way, we want this pop-up automatically appear once decision step workitem is getting rejected.

We tried with "UserDecisionHandler" at portal level, by keeping"UserDecisionNote" property as mandatory, but in that case

pop-up from R/3 needs to be removed. But we want pop-up at both the places, because user can approve either from R/3 or from EP

(UWL).Suggest us some way so that we can have pop-up at both the places, i.e;R/3 and EP at the time of rejection from Decision Step.

Regards,

Amar

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

You can't display the popup in UWL without enhancements, the only supported standard solution is to use "notes". If you want to look at enhancing the solution, create a BSP/WDJ/WDA/etc. application for the workitem and configure SWFVISU accordingly.

Answers (1)

Answers (1)

anja_engelhardt2
Active Contributor
0 Kudos

<< Do not post the same question across a number of forums >>