cancel
Showing results for 
Search instead for 
Did you mean: 

Transaction Variant

Former Member
0 Kudos

Hi Experts!

For a particular program I want to assign more number of transaction and one variant should be attached to each transaction. When I am executing the program through transaction it should pick the concerned variant automatically and should display the result(Means selection screen should be invisible also). Is there a way to do it?? How ?

Thanks in advance for advice!

Thanks,

Ask

Accepted Solutions (0)

Answers (2)

Answers (2)

jayanthi_jayaraman
Active Contributor
0 Kudos

Hi,

Create a transaction (zzz_test) by choosing the second option 'Transaction with selection screen'.

Give your program name and variant name there.

Create another transaction(zzz_test1) by chosing fourth option 'Transaction with variant' by giving transaction name(radio button should be clicked) as zzz_test and check mark skip initial screen.

Then if you execute zzz_test1,you will get the required solution.

I did just now.Hope this satisfies your requirement.

Former Member
0 Kudos

Hi Jayanti,

Create another transaction(zzz_test1) by chosing fourth option 'Transaction with variant' by giving transaction name(radio button should be clicked) as zzz_test and <b>check mark skip initial screen</b>.

Could you please tell where is this skip initial screen check box. I am not able to find either 4.6C or 4.7E version.

Thanks,

Ask

jayanthi_jayaraman
Active Contributor
0 Kudos

Hi Ashok,

It is available in 4.6c.Sorry the option you have to chose is fifth <b>'Transaction with parameters</b>'.In that check mark the skip initial screen and give the previous transaction's name.

If this solves your problem,reward points and close the thread.Otherwise get back.

Is it working?

Message was edited by: Jayanthi Jayaraman

Former Member
0 Kudos

Hi,

See in this link

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/webas/abap/abap faqs.faq

Topic <b>Defining a default variant</b>

Thanks & Regards,

Judith.