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?