Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Link in module -pool programming

Former Member
0 Likes
880

Dear Friends,

Please suggest me a way to put a link(not a hyper-link) to navigate to the next page. This can be done by putting push button also but i want to create a link like 'href' in J2EE. Eg.- if the user click at 'admin' it should rederect the user to the admin home page.Please reply as soon as possible.

3 REPLIES 3
Read only

sridhar_meesala
Active Contributor
0 Likes
555

Hi,

You can achieve this by selecting "respond to double click" for the text element in the attributes window.

Thanks,

Sri.

Read only

Former Member
0 Likes
555

i have selected the option responds to double click in attributes window and simply wrote a test code to the PAI of the screen....but wen i double click it shows a msg 'choose a valid function'. the code as given below--

save_ok = sy-ucomm.

case save_ok.

when 'SAVE' or 'PRNT' or 'FIND'.

message 'THIS FUNCTION IS NOT AVAILABLE' type 'S'.

when 'BACK'.

call screen 100.

when 'EXIT' or 'CNCL'.

leave program.

when '&IC1' .

case sy-lilli.

when 9.

call screen 102.

when 11.

call screen 103.

endcase.

endcase.

Read only

0 Likes
555

Hi,

Check this link.

[]

Thanks,

Sri.