cancel
Showing results for 
Search instead for 
Did you mean: 

SAP CRM Workflow , Associate Business Object column is Empty in Worklist WorkCenter

AB069
Active Participant
0 Kudos

Hi Frds,

I am new to workflow, I have created workflow, it working fine, but Order link is not coming in the Associated BUsiness Obejct colomn in Worklist Workcenter. Through Exsisting workflow we are getting Associated Business Object link but not from my workflow.

Please Help me out of it.  below is the screen shot.

Thanks

Imran

Accepted Solutions (0)

Answers (4)

Answers (4)

AB069
Active Participant
0 Kudos

Sure Modak. Thanks

AB069
Active Participant
0 Kudos

Thanks It resolve now.

I have one Doubt.

Hi Karri,

I have got list of Agent using

CALL FUNCTION 'SAP_WAPI_WORKITEM_RECIPIENTS'
EXPORTING
workitem_id
= wf_id
tables
recipients
= lt_approvers.

how can we delete selected agant from the list lt_approvers.

Please suggest

Thanks,

Imran

I042439
Employee
Employee
0 Kudos

Hi Imran

Guess you have been posting this question at multiple places (http://scn.sap.com/message/15085265#15085265)

I am sure the moderators will ask you to open a new thread if the issue is a new one....

kindly close the thread if original point was answered 🙂

Regards,

Modak

AB069
Active Participant
0 Kudos

Thanks Modak,

Your are absoultly right. Few min back i did that and resolve this issue.

Modak one query is this possible to disble or hide Execution Button to restrict the user to approve from the worklist. Please advice.

Thanks for your response.

Thanks

Imran

I042439
Employee
Employee
0 Kudos

Hi Imran

I am not sure if I got your question...can you please elaborate?

Also, objects and attachments is a behavior for all work items; what I understood from above was that the same is replicated to the UI which you use in CRM. Is your query specific to this UI or something else?

Regards,
modak

0 Kudos

Hi Imran,

If you want to prevent the execution of a workitem from the SAP (SBWP) Inbox then you can try the following.

1. Create the implementation for the BAdi 'WF_BWP_SELECT_FILTER'  and filter the workitems. So that the workitems doesn't appear in the Inbox.

2. Contact the Basis team to create the Security Roles by which you can restrict the workitems appearing in the Inbox.

3. Create a method to Display a Information Message, Notifying the user that this task can not be executed from SAP inbox and then Raise a Temporary Exception in that method.

If you want to disable the execution button then you have to find the standard class used for workitems and in that you have to find the method which is building the toolbar and buttons then you have to create an implicit enhancement and delete the execution button from the internal table.

You can also try creating the post-exit for that method which is building the toolbar and buttons.

Regards,

Syed Nasir

I042439
Employee
Employee
0 Kudos

Hi Imran

Do you have the "order" business object with a valid instance in your workflow?

If yes, are you passing this to the Task through binding?

If yes, is it visible in the work item  in the backend inbox, transaction SBWP, under Object and Attachments?

Regards,

Modak