2007 Mar 09 12:45 PM
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 ??
2007 Mar 09 12:50 PM
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
2007 Mar 09 12:53 PM
2007 Mar 09 12:53 PM
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
2007 Apr 03 7:06 PM
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
2007 Apr 04 12:11 PM