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
Former Member
0 Likes

Hie Bharath,

What you can do is...Create a Normal User Decision Step.. with you Self made task and pass the BO "BUS2002" in that as the Binding parameter. Now To which ever transaction this BO is linked...

The User can see that by clicking on the link for this BO in the User Decision...

let me know if you need more clarification on this.. !!

Regards,

Kanika

vijy_mukunthan
Active Contributor
0 Likes

Hi Kanika

What you can do is...Create a Normal User Decision Step.. with you Self made task and pass the BO "BUS2002" in that as the Binding parameter. Now To which ever transaction this BO is linked...
The User can see that by clicking on the link for this BO in the User Decision...

How you will do that?. As for as i know what ever you create WF container as a BOR you cannot bind methods you can bind only attributes. Even in the container it will never show the methods list. How you will bind let me know that first.

Regards

vijay

Former Member
0 Likes

Dear Kanika,

As Vijay says even though i create a Wf container element for standard BO that has the display method i am not able to bind it in user decision step. Can anyone please tell me is it possible to attach a link to a BO's display method in user decision step i.e when a click that link the display method will call the required tcode and it will open in display mode.

I am pretty stuck up with this as I am now using two activity steps, one for display method of BO and other for user decision step. This is in not effective as approver receives two work items and he has to open two work item for making a approval.

Regards,

Bharath