I have a report where output is done as ALV-Grid
where I like to call transaction VD02
SET PARAMETER ID 'KUNNR' FIELD rs_selfield-value.
SET PARAMETER ID 'KUN' FIELD wa_ausgabe-kunnr.
" SET PARAMETER ID 'BUK' FIELD wa_ausgabe-bukrs.
SET PARAMETER ID 'VKO' FIELD wa_ausgabe-vkorg.
SET PARAMETER ID 'VTW' FIELD wa_ausgabe-vtweg.
SET PARAMETER ID 'SPA' FIELD wa_ausgabe-spart.
CALL TRANSACTION 'VD02' AND SKIP FIRST SCREEN.
In principle this works, but VD02 starts with General data. I would prefer to start with Sales Area Data.
Is there another parameter I can set? Which one?
Manual I have to use CTRL+F3 to switch - is there a chance to execute this? How?
Thanks in advance for your help.
Best regards
Manfred