2006 Dec 04 9:33 AM
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?
2006 Dec 04 9:38 AM
Hi,
U can try using Modify screen at selection screen output event.
2006 Dec 04 9:40 AM
2006 Dec 04 9:42 AM
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