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: 

Call transaction

Former Member
0 Kudos
192

hi,

Calling VK11 tcode.

Say for condition type PR00 first screen should be skipped and the second screen 'POP UP' with radio buttons will come..instead of first radio button checked need to check the second radio button.

For skipping first screen I did using.

SET PARAMETER ID 'VKS' FIELD 'PR00'.

CALL TRANSACTION 'VK11'

AND SKIP FIRST SCREEN.

but in the second screen first default radio button is checked but I need to check the second radio button.

How to do this?

3 REPLIES 3

Sandeep_Kumar
Product and Topic Expert
Product and Topic Expert
0 Kudos
125

Hi,

U can try using Modify screen at selection screen output event.

Former Member
0 Kudos
125

hi,

I dont think its possible

Former Member
0 Kudos
125

Hi Sreedevi ,

When calling a transaction we have an addition of passing the selection screen values also using the addition <b>USING itab</b>.

Why dont you try using this addition .

Regards

Arun