Quantcast
Channel: SCN : All Content - Web Dynpro ABAP
Viewing all articles
Browse latest Browse all 3667

Dynamically create number of link of actions

$
0
0

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.

Capture.JPG

 

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.


Viewing all articles
Browse latest Browse all 3667

Trending Articles