<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: table that stores all variant data in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-that-stores-all-variant-data/m-p/2660424#M613690</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check into table VARI and VARID.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points, if helpful,&lt;/P&gt;&lt;P&gt;Sandeep kaushik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 09 Aug 2007 07:49:42 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-08-09T07:49:42Z</dc:date>
    <item>
      <title>table that stores all variant data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-that-stores-all-variant-data/m-p/2660423#M613689</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have ascreen which has 4 fields as input parameters.After specifying values and save it as variant..it stores all this info in some tabel.I need tat table name which stores all these variant info i.e.&lt;/P&gt;&lt;P&gt;variant name and its associated fields  with values&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;points will be awarded&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Aug 2007 07:46:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-that-stores-all-variant-data/m-p/2660423#M613689</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-09T07:46:08Z</dc:date>
    </item>
    <item>
      <title>Re: table that stores all variant data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-that-stores-all-variant-data/m-p/2660424#M613690</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check into table VARI and VARID.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points, if helpful,&lt;/P&gt;&lt;P&gt;Sandeep kaushik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Aug 2007 07:49:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-that-stores-all-variant-data/m-p/2660424#M613690</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-09T07:49:42Z</dc:date>
    </item>
    <item>
      <title>Re: table that stores all variant data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-that-stores-all-variant-data/m-p/2660425#M613691</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Variants are stored in table VARI and VARID.&lt;/P&gt;&lt;P&gt;You can use RS_ALL_VARIANTS_4_1_REPORT to get all the variants for a report program. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please check out the link below it will be helpful to you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="3809023"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can also identify the variants by following this steps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Simple.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. goto se38 initial screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. type the program name&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. Choose RADIO BUTTON - VARIANTS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;6. Choose change&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;7. a new screen will come&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;8. select the variant name&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;9. Choose DELETE button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the definition of a variant transaction code, a dialog transaction is linked with a transaction variant. When a variant transaction is accessed, the dialog transaction is called and executed with the transaction variant. In transaction variants, you can assign default values to the input fields on several Dynpro screens in a transaction, change the attributes of screen elements, and hide entire screens. Transaction variants are maintained in transaction SHD0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use Transaction Variants to make fields Mandatory, Hidden or Display. Also applicable to screens and tabstrips. &lt;/P&gt;&lt;P&gt;You can hide unwanted screens and fields in any of the standard SAP programs without changing any of the standard programs. Additional features such as making the variant as default on the standard SAP transaction code is only available as of 4.6x. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Transaction SHD0 - Create a variant for the required transaction by changing the layout through hiding fields and screens.&lt;/P&gt;&lt;P&gt;Transaction SE93 - Create a variant transaction (e.g. for VA02 = ZVA02). &lt;/P&gt;&lt;P&gt;Next allocate the transaction variant to this variant transaction.&lt;/P&gt;&lt;P&gt;In 4.6c, you can default your transaction variant as the standard variant. (SHD0 - Edit -&amp;gt; Activate/Deactivate as standard variant)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;An example for using transaction variant (restricting the field displayfor CO11N - Goods movement) :- &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to restrict changes to the fields in Goods movement forone group of users. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Create a transaction variant for CO11N &lt;/P&gt;&lt;P&gt;2. Create a new transction code for the transaction variant and assign an authorization object to it &lt;/P&gt;&lt;P&gt;3. Divide the users into this two transaction code. Those who can change the field using CO11N. For those that have limited &lt;/P&gt;&lt;P&gt;field change, give them the authorizationfor ZCO11 (this is a new transaction code you have to create). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check out the following link it might help you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_webas620/helpdata/en/c0/98038ce58611d194cc00a0c94260a5/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_webas620/helpdata/en/c0/98038ce58611d194cc00a0c94260a5/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_webas620/helpdata/en/c0/980389e58611d194cc00a0c94260a5/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_webas620/helpdata/en/c0/980389e58611d194cc00a0c94260a5/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="466241"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;************&lt;STRONG&gt;please reward points if the information is helpful to you&lt;/STRONG&gt;*************&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Aug 2007 07:50:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-that-stores-all-variant-data/m-p/2660425#M613691</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-09T07:50:41Z</dc:date>
    </item>
    <item>
      <title>Re: table that stores all variant data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-that-stores-all-variant-data/m-p/2660426#M613692</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check &amp;lt;b&amp;gt;VARI&amp;lt;/b&amp;gt; table&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Aug 2007 07:52:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-that-stores-all-variant-data/m-p/2660426#M613692</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-09T07:52:04Z</dc:date>
    </item>
    <item>
      <title>Re: table that stores all variant data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-that-stores-all-variant-data/m-p/2660427#M613693</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Since VARI contains data store in "long raw" clusters, it is hard to access directly... try calling function module RS_VARIANT_CONTENTS for the report + variant and look at the results in the VALUTAB internal table that is returned... you can test it directly in SE37.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Aug 2007 08:11:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-that-stores-all-variant-data/m-p/2660427#M613693</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-09T08:11:39Z</dc:date>
    </item>
    <item>
      <title>Re: table that stores all variant data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-that-stores-all-variant-data/m-p/2660428#M613694</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Three table exist&lt;/P&gt;&lt;P&gt;- VARID - header&lt;/P&gt;&lt;P&gt;- VARIT- texts&lt;/P&gt;&lt;P&gt;- VARI - data and attrinutes (INDX like file, via IMPORT/EXPORT FROM DATABASE) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To access VARI, use FM of group SVAR (exist, copy, add, maintain) &lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;RS_VARIANT_VALUES_TECH_DATA&amp;lt;/b&amp;gt; will give you what you request in table VARIANT_VALUES.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Aug 2007 08:13:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-that-stores-all-variant-data/m-p/2660428#M613694</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2007-08-09T08:13:36Z</dc:date>
    </item>
    <item>
      <title>Re: table that stores all variant data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-that-stores-all-variant-data/m-p/2660429#M613695</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Fine,but how do i find out as to which variant my prg is using when running..incase there are more then 1 variants created for the program...remember that i need to check it in runtime&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Aug 2007 08:52:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-that-stores-all-variant-data/m-p/2660429#M613695</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-09T08:52:35Z</dc:date>
    </item>
    <item>
      <title>Re: table that stores all variant data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-that-stores-all-variant-data/m-p/2660430#M613696</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, I didn't understand that from the original question... there's a system variable called SY-SLSET that should give you this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Aug 2007 21:45:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-that-stores-all-variant-data/m-p/2660430#M613696</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-09T21:45:33Z</dc:date>
    </item>
    <item>
      <title>Re: table that stores all variant data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-that-stores-all-variant-data/m-p/2660431#M613697</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe you are asking for SY-SLSET "Selection screens, name of variant"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;SY-SLSET&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Variant used to fill the selection screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Aug 2007 06:40:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-that-stores-all-variant-data/m-p/2660431#M613697</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2007-08-10T06:40:37Z</dc:date>
    </item>
    <item>
      <title>Re: table that stores all variant data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-that-stores-all-variant-data/m-p/2660432#M613698</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This message was moderated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Aug 2015 13:27:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-that-stores-all-variant-data/m-p/2660432#M613698</guid>
      <dc:creator>former_member184158</dc:creator>
      <dc:date>2015-08-26T13:27:58Z</dc:date>
    </item>
    <item>
      <title>Re: table that stores all variant data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-that-stores-all-variant-data/m-p/2660433#M613699</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This message was moderated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Aug 2015 02:45:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-that-stores-all-variant-data/m-p/2660433#M613699</guid>
      <dc:creator>former_member184158</dc:creator>
      <dc:date>2015-08-27T02:45:47Z</dc:date>
    </item>
    <item>
      <title>Re: table that stores all variant data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-that-stores-all-variant-data/m-p/2660434#M613700</link>
      <description>&lt;P&gt;I use SE16N quiet often&lt;BR /&gt;e.g. for table VBRK I have stored many selection variants.&lt;/P&gt;&lt;P&gt;These are not in VARI or VARID&lt;/P&gt;&lt;P&gt;In which table can I find these?&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Jun 2021 08:39:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-that-stores-all-variant-data/m-p/2660434#M613700</guid>
      <dc:creator>manu_allaert</dc:creator>
      <dc:date>2021-06-23T08:39:43Z</dc:date>
    </item>
    <item>
      <title>Re: table that stores all variant data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-that-stores-all-variant-data/m-p/2660435#M613701</link>
      <description>&lt;P&gt;Where I could the correct values for report + variant? &lt;/P&gt;&lt;P&gt;I tryied a lot of trys but no one succeed&lt;/P&gt;</description>
      <pubDate>Mon, 24 Oct 2022 13:14:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-that-stores-all-variant-data/m-p/2660435#M613701</guid>
      <dc:creator>LudgeroSimoes</dc:creator>
      <dc:date>2022-10-24T13:14:08Z</dc:date>
    </item>
    <item>
      <title>Re: table that stores all variant data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-that-stores-all-variant-data/m-p/13709720#M2028153</link>
      <description>&lt;P&gt;If you are doing a system refresh and want to capture / reimport variants into the refreshed system take a look at note&amp;nbsp;&lt;SPAN&gt;2751575 - How to transfer variants to another system.&amp;nbsp; Program RSTRANSP&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 22 May 2024 19:23:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-that-stores-all-variant-data/m-p/13709720#M2028153</guid>
      <dc:creator>Private_Member_228265</dc:creator>
      <dc:date>2024-05-22T19:23:50Z</dc:date>
    </item>
  </channel>
</rss>

