cancel
Showing results for 
Search instead for 
Did you mean: 

Adding multiple hyperlinks in Flexible Workflow My Inbox Notification

mayurespatil11
Explorer
0 Kudos

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?

View Entire Topic
SBach
Advisor
Advisor
0 Kudos

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

mayurespatil11
Explorer
0 Kudos

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