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

Former Member
0 Likes
775

Hi Experts,

How to create transaction variant?

Hi Experts,

How to create transaction variant?

5 REPLIES 5
Read only

prasanth_kasturi
Active Contributor
0 Likes
709

Hi,

You create in TCODE shd0.

Procedure

You can create transaction variants in the SAP Reference IMG.

...

1. Choose Basis Components ---> Application Personalization --->Tailoring of Application Transactions --->Configure Transaction-Related Display Values for Fields (transaction SHD0).

2. To execute a transaction variant, you have to define a variant transaction using the Transaction Maintenance transaction (SE93).

3. Once you have entered a transaction code and short description, choose transaction type Transaction with variant (Variant transaction).

4. To define a variant, enter the name of the transaction and the name of the variant.

5. Usually the settings in the Classification group box are set by default.

check this link for creation with screen shots

http://www.saptechnical.com/Tutorials/ABAP/TransactionVariant/Create.htm

more links

http://searchsap.techtarget.com/tip/0,289483,sid21_gci1213076,00.html

http://www.erpgenie.com/abap/tvar.htm

regards

prasanth

Read only

Former Member
0 Likes
709

Hi,

How to create a transaction variant

Transaction variants are created with transaction: SHD0

In the field Transaction on SHD0 enter the transactioncode for the screen you want tpo modify (E.g. VA03)

In the field Variant on SHD0 enter the name you want to give the transaction variant (E.g. ZVA03)

Press Create

Now the screen for the transaction is shown and you can enter default values in the fields of the screen

Press Enter. Now a screen that enbles you to make further customizing (Hide, Output only, Invisible, Mandatory) if the screen fields is shown.

After you have finished customizing the screen press Enter to go to the next screen or ave and exit to save the Transaction variant

To run the transaction varian, you must create a new Transaction code in SE93 that referes to the Transaction variant. Choose Transaction with variant as Start object.

Note: The transaction variant can also be called from a program that imcludes a call to function module RS_HDSYS_CALL_TC_VARIANT

http://www.saptechies.com/transaction-variants-screen-variants-2/

http://www.saptechnical.com/Tutorials/ABAP/TransactionVariant/Create.htm

http://help.sap.com/saphelp_nw70/helpdata/en/43/132f9803d76f40e10000000a422035/content.htm

Regards

Adil

Edited by: Syed Abdul Adil on Jun 23, 2008 10:32 AM

Read only

Former Member
0 Likes
709

Hi,

The following link might also help you.

Warm Regards

R Adarsh

Read only

Former Member
0 Likes
709

Hello Siva,

Check out this link for info on creating transaction variants:

http://help.sap.com/saphelp_nw70/helpdata/en/7d/f639fb015111d396480000e82de14a/content.htm

Reward if useful.

Thanks,

Bhumika

Read only

Former Member
0 Likes
709