Application Development and Automation 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: 
Read only

Transaction Variant do not commit skip first screen

Former Member
0 Likes
954

When I am calling to transaction variant its open

bu not commit the skip first screen .

Does someone know how can i fix it ?

6 REPLIES 6
Read only

Former Member
0 Likes
837

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.

Read only

0 Likes
837

I could not see it in se93.

where can I find this check box ?

Read only

Former Member
0 Likes
837

You have to create a "Parameter Transaction " in order to skip the first screen.

Read only

0 Likes
837

How can I create a parameter transaction ?

Read only

Former Member
0 Likes
837

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

Read only

0 Likes
837

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 ?