cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Dear Experts,

I have a user decision step in my workflow. I also have a standard BO "BUS2002" that has a display method. This method will display the standard screen of CN23. I want to show this screen to approver before he makes a decision. So in a activity step i have used this display method which will send a workitem to approver. Once he clicks the work item he can see CN23 in display mode. Next i want my approver to approve or reject. So i placed a user decision step in workflow. This will send a workitem to same approver which has approve, reject buttons.

Now i do not want to have two workitems one to display the screen and the other to make decision. Is there any possibility to display CN23 screen as well ask for user decision approve, reject in same workitem. Or is it possible to display a link to CN23 screen in objects and attachments part of user decision step so that user can click that link, see CN23 screen and then come back to make his approve or reject decision. Kindly help me with this issue

0 Likes
View Entire Topic
bpawanchand
Active Contributor
0 Likes

My suggestion to the problem is

1. First create a copy of the Standard Decision Task and create the appropriate conatiner elements in the task.

2. When you insert the Decision task in the workflow template naviagate to the tab WORKITEM DISPLAY. Under this tab you have section with name STEP-SPECIFIC TAB PAGE FOR WORKITEM DISPLAY in this section all you ahve to do is

3. Give the program name and the screen number of the respective txn but you have to do a abit of programming by includeing the include <WIDISP>. This include is responsible to comminucate betweent the screen you developed and workitem specific data.

and when the workitem is in the user's inbox , when he selects the workitem and click's on the display icon you will see a separate tab page where your screen will be displayed.