cancel
Showing results for 
Search instead for 
Did you mean: 

Attach more than one link to sap workflow task

former_member221194
Participant
0 Kudos

Hi ,

Actually I am developed one workflow for specific requirement but I am facing one issue .

  • I have already attached one link for one transaction let's say ( MM03 ) using class default method .
  • Also I have used program exit for creating another link ( url link ) .

But the issue is I have to add another link for another transaction (MM01) to sap workflow task because using class default method only one link ( transaction ) can be generated and using program exit document attachment can be done.


Pls guide me how to add another transaction link ( means t code link ).


Thank you.

Accepted Solutions (1)

Accepted Solutions (1)

DoanManhQuynh
Active Contributor
0 Kudos

The link you said is business object. if you want to attachment more than 1 object to a task, you have to initialize it. follow bellow blogs for more detail:

https://blogs.sap.com/2016/05/06/multiple-associated-business-objects-in-a-task-with-class-based-wor...

https://blogs.sap.com/2013/10/18/quick-and-simple-steps-to-create-multiple-objects-in-a-workflow/

former_member221194
Participant
0 Kudos

Thank you.

It is working perfect .

Answers (1)

Answers (1)

former_member221194
Participant
0 Kudos

Hi ,

Thank you for your reply.

I am using Class not busiess object.