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

BACK button functionality

Former Member
0 Likes
336

Hi all,

From the initial screen im displaying the o/p in tree structure which is interactive tree. My tool bar has 3 button which dispalys their respective outputs. But when i click Back button is not triggering and not going to the initial screen. It jus moves thru all list outputs displyed before sequentially.

I tried with GUI status in the function module RS_TREE_LIST_DISPLAY and also with at user-command , but the BACK functionality is not triggerring (while debugging also).

Some body help with some code.

Regards.

2 REPLIES 2
Read only

Former Member
0 Likes
289

You would have to call your module at exit-command.

MODULE EXIT AT EXIT-COMMAND

Inside the module try the statement leave program.

OR try call screen <intial screen number>.

leave screen.

The function type needs to be set as 'E' in the GUI status - function keys against the icons 'EXIT' CANCEL and BACK.

Hope it helps.

Edited by: jaya rangwani on Jul 31, 2009 7:55 AM

Edited by: jaya rangwani on Jul 31, 2009 7:59 AM

Read only

Former Member
0 Likes
289

hi,

what you mentioned is correct . it is a standard functionality.

if you want to get initial screen write modify your code according to that mentiing your screen no .