‎2009 Jul 31 6:47 AM
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.
‎2009 Jul 31 6:54 AM
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
‎2009 Jul 31 7:03 AM
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 .