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

Skip Initial screen..

0 Likes
974

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.

6 REPLIES 6
Read only

former_member210123
Active Participant
0 Likes
855

the call back program should be made as sy-repid or sy-cprog.or it will not return back to the earlier screen.

Read only

0 Likes
855

Example

CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'

EXPORTING

  • I_INTERFACE_CHECK = ' '

  • I_BYPASSING_BUFFER = ' '

  • I_BUFFER_ACTIVE = ' '

i_callback_program = sy-cprog

Read only

0 Likes
855

Hi,

Use

CALL TRANSACTION 'ME21N' AND SKIP first SCREEN.

regards

Sandipan

Read only

0 Likes
855

oh ppl.. Please answer only if u have some idea about my Question.. Otherwise let it be please ..

Read only

ak_upadhyay
Contributor
0 Likes
855

Hi Deepa,

Could u please clarify ur Thread.

Regards

AK

Read only

manubhutani
Active Contributor
0 Likes
855

create ur own button