‎2008 Apr 02 9:21 AM
Hi all,
"call Transaction skip initial screen" is working fine.. but when i click the back button it comes to the initial screen.
I want to skip that when i come back..
I saw a similiar thread already.. but its not solved yet..
So plz.. if someone knows plz reply..
Thank u.
‎2008 Apr 02 9:22 AM
the call back program should be made as sy-repid or sy-cprog.or it will not return back to the earlier screen.
‎2008 Apr 02 9:24 AM
Example
CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
EXPORTING
I_INTERFACE_CHECK = ' '
I_BYPASSING_BUFFER = ' '
I_BUFFER_ACTIVE = ' '
i_callback_program = sy-cprog
‎2008 Apr 02 9:33 AM
Hi,
Use
CALL TRANSACTION 'ME21N' AND SKIP first SCREEN.
regards
Sandipan
‎2008 Apr 02 9:54 AM
oh ppl.. Please answer only if u have some idea about my Question.. Otherwise let it be please ..
‎2008 Apr 02 9:25 AM
‎2008 Apr 02 9:32 AM