Hi folks,
I have an requirement in web dynpro in which
when I enter "4" in a text box and hit a button.
4 action to link (hyperlinks) must be created below.
Please see the below image.
My logic:
I have already read the text box value in lv_attribute = 4.
DO lv_attribute TIMES.
*Create the hyperlink
ENDDO.
******************************************************************************
PS: I dont know how to create hyperlink
Can any one help me please.