cancel
Showing results for 
Search instead for 
Did you mean: 

Adding multiple hyperlinks in Flexible Workflow My Inbox Notification

10-03-2022 4:56 PM
2321 views 2 comments
0 Likes
SAP Managed Tags
Subscribe

Hello,

I am working on custom flexible workflow, where I need to show multiple hyperlinks in My Inbox notification. Currently I achieved one hyperlink for VA03 as shown below, but need to add more hyperlinks.

Above hyperlink is achieved by writing CALL TRANSACTION 'VA02' inside method BI_OBJECT~EXECUTE_DEFAULT_METHOD. Is there anyway where I can show more hyperlink for additional transactions?

0 Likes

Accepted Solutions (0)

Answers (1)

Answers (1)

SBach
Product and Topic Expert
Product and Topic Expert
0 Likes

Hello,

in the object tab you could add more objects, by adding them into the task container and instantiate/ bind them. Their default method will be called. If that is what you want to achieve via the link? If you are interested on a different reaction you could change in SWFVISU implementation for that object type.

Best regards

Sebastian

mayurespatil1168
Explorer
0 Likes

Hello Sebastian,

Actually, I want to achieve calling of transaction VK12 and MD04, somehow prepopulate values just like we do using SET PARAMETER ID. Currently I am calling VA03 using below code logic, but same way I am not able to add more hyperlinks.

I am checking on the way you suggested in above reply.

Thanks & Regards,

Mayuresh