‎2006 Sep 13 11:46 AM
When I am calling to transaction variant its open
bu not commit the skip first screen .
Does someone know how can i fix it ?
‎2006 Sep 13 11:51 AM
While creating the transaction you must check the <b>"skip first screen"</b> checkbox.If it is not checked then first screen will be shown.
‎2006 Sep 13 12:03 PM
‎2006 Sep 13 11:58 AM
You have to create a "Parameter Transaction " in order to skip the first screen.
‎2006 Sep 13 12:04 PM
‎2006 Sep 13 12:04 PM
Hi Kobi ,
as per my knowledge , there is no such command in SAP to skip first screen for transaction variants.Transaction variant is nothing but a transaction with some modifications.
but what u are talking abt is calling transaction , so this u have to call like this --->
<b>
call transaction 'MM03' and skip first screen.</b>
Regards
Prabhu
‎2006 Sep 13 2:22 PM
I did it in another transaction , it's work fine
I create transaction variant to me23n called zme23n
and call this trans with skip first scrn its work ok
but when i did it to va12 called zva12 the skip first scrn
not working ?