Application Development 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: 

how to call standard screen in our Z program

Former Member
0 Kudos

hi,

i am trying to call standard screen on the hotspot event.

in my program i have written a state with hot spot.

at line selection i have call standard screen which is present in

screen:

message class 'K/'

message no 111 on selecting it and click on long text so it will get a screen.

that screen i have to call in my z program on hot spot event.

3 REPLIES 3

Former Member
0 Kudos

Hi,

Use Call transaction <tcode>. (with addtion skip first screen if required)

Can you tell which screen you need to call.

Thanks & Regards,

Navneeth K.

0 Kudos

hi,

thanx for reply

i have to call the screen which comes after following the steps:

1 goto se91

2. message class 'K/'.

3. message no 111.

4. select that message and click on 'long text' button.

5. we will get screen.

that screen i have to call in z prog on hotspot only.

Edited by: snehal patil on Oct 14, 2008 9:33 AM

Former Member
0 Kudos

Hi,

use

set pf status...to hold the value..

call trasaction t.code and skip first screen,,

try this way..

u can get it..

regards,

Vamshi

Edited by: Vamshi T on Oct 14, 2008 9:26 AM