cancel
Showing results for 
Search instead for 
Did you mean: 

Linking a ABAP Dynpro View to LInkToURLUIElement

Former Member
0 Kudos

Hi All

Good morning,

I have a home screen where in i have few links [LinkToURLUIElements] , and i have few views in the same Dynrpo Component, now i want to link those LinkToURLUIElements with the views,

Thank you

Best Regards

Chaitanya.A

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Chaitanya,

Design your main view like take two transaprent container one is to place all the links and in the other place one viewcontainerUIElment to show the called view on click of link.

Check this standard program WDR_TEST_TABLE test this application.The output is same as your requirement.

Go to the MAIN view and check the methods WDDOMODIFYVIEW and ONACTIONGOTO_TEST to place the links and call the views.

Former Member
0 Kudos

Hi

thank you for response

instead of LinkToURLUIElement i have used LinkToActionUIElement.

Best Regards

Chaitanya.A

Answers (0)