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: 

Transportation of Variants

Former Member
0 Kudos
1,308

When we save a variant where it is stored and how can we transport it???

And what about the transportation of Transaction Variants we are creating though SHD0 ??

5 REPLIES 5

Former Member
0 Kudos
564

Hello,

If u want to transport the report varaint the u have to name theVariant as

<b> &SAP or &CUS...</b>

The variants are saved under the table


VARI	ABAP/4: Variant storage (similar to INDX)
VARICON	Selection variants: Content
VARICONCI	Selection Variants: Content (Cross-Client)
VARID	Variant directory
VARID_CI	Variant Catalog, Cross-Client
VARIDESC	Selection Variants: Description
VARIDESCCI	Selection Variants: Description (Cross-Client)
VARINUM	Internal number assignment for variants
VARIS	Assignment of variant to selection screen
VARIS_CI	Assignment of Variant to Selection Screen
VARIT	Variant texts
VARIT_CI	Variant Texts, Cross-Client
VARK	Delivery Plan: Customer-Specific Itinerary
VARZ	Delivery Plan: Zone-Specific Itinerary

Regards,

Vasanth

0 Kudos
564

Use program RSTRANSP for transport of variant.

- Ashish

former_member181962
Active Contributor
0 Kudos
564

The variants in report selection screen contexts and the transaction variants(SHD0) are totally unrelated.

To transport the Variants in the report selection screen, we have to run the program: RSTRANSP.

For transporting the transaction variants it would prompt you to create a transport request as and when you save the transaction variant.

Regards,

ravi

Former Member
0 Kudos
564

Hi sam

This is a key peice of information regarding Variants:

<b>If you want the variant to be transported automatically with its program, you must create a system variant. The name of a system variant starts "CUS&" for customers, and "SAP&" for SAP system variants. You can only use the "&" character within this prefix in the name of a system variant. It may not occur in any other context. System variants are administered by the Workbench Organizer. Although you can create and access variants from any client, they are always stored in client "000". </b>

(Ref: http://help.sap.com/saphelp_46c/helpdata/en/d1/802cfc454211d189710000e8322d00/frameset.htm)

Hope this helps u in understanding Variants..

Reward points if useful

Regards

Former Member
0 Kudos
564

Thanks all of you for your help.