cancel
Showing results for 
Search instead for 
Did you mean: 

Call transaction slg1 and skip the first screen using Web dynpro

Former Member
0 Kudos

Hi,

How to call slg1 tcode from webdynpro for abap using ITS

i have used the following url but it is showing the initial screen I want to skip the intial screen . I have used &~OKCODE=SHOW' also

CONCATENATE 'http'

'://' host ':' port

'/sap/bc/gui/sap/its/webgui/?sap-client=&~transaction='

k_slg1

'&BALHDR-OBJECT=' k_object '&~OKCODE=ENT2'

INTO url.

Thanks

Bala Duvvuri

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

HI bala ,

Try giving &~OKCODE=SELE' .

And also k_object should not be in quotes i guess.

Its working for me.

Thanks,

Aditya.

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Bala,

Could you please send me the whole processing steps in more detailed manner.

I too got a requirement like this to call transaction '--' and skip first screen using Web dynpro.

thanks and regards,

suresh