<?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: Automatic variant update in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/automatic-variant-update/m-p/3596042#M865969</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Patil, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;these fms are just giving me the variant information, if suppose the variant is not created it has to be created automatically. Once the variant is created automatically it gets stored in table VARID.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Mar 2008 15:23:21 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-03-18T15:23:21Z</dc:date>
    <item>
      <title>Automatic variant update</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/automatic-variant-update/m-p/3596038#M865965</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We have a report with variant created for it. This variant contains all the plants for the client. Now if a new store/plant is recognized they update a z table with new store information. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My object is to update this variant automatically if  a new store is created and also i need to schedule a weekly job to update this variant. can anyone help me out?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Mar 2008 13:42:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/automatic-variant-update/m-p/3596038#M865965</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-18T13:42:40Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic variant update</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/automatic-variant-update/m-p/3596039#M865966</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If the Z-table is updated through table maintenance generator, in the PAI of the table maintenance generator screen you can write code to update the variant that you are talking about.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If your report program has stores on the selection screen and you want the variant of this report to be automatically changed, follow these steps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Create a variant and in that for stores field choose the checkbox &lt;/P&gt;&lt;P&gt;    "Save field without values".&lt;/P&gt;&lt;P&gt;2. In the INITIALIZATION of your report program, get the values from Z-table and &lt;/P&gt;&lt;P&gt;    populate the select-options for stores.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps. &lt;STRONG&gt;&amp;lt;REMOVED BY MODERATOR&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Balaji&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Alvaro Tejada Galindo on Mar 18, 2008 5:49 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Mar 2008 13:48:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/automatic-variant-update/m-p/3596039#M865966</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-18T13:48:20Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic variant update</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/automatic-variant-update/m-p/3596040#M865967</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;balaji,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the report itself i need to create automatic variant. they are storing variants as zplantXXXX, so lets say plant number is 1000. A variant zplant1000 will be created. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now i have to check if any plant is missing in the variant list, if it is i need to create that variant.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Mar 2008 15:09:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/automatic-variant-update/m-p/3596040#M865967</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-18T15:09:01Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic variant update</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/automatic-variant-update/m-p/3596041#M865968</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 the below FM's, it will be usefull&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;RS_CHANGE_CREATED_VARIANT&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;RS_VARIANT_CONTENTS&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;RS_VARIANT_CHANGE&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;---&lt;/P&gt;&lt;P&gt;Patil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Mar 2008 15:14:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/automatic-variant-update/m-p/3596041#M865968</guid>
      <dc:creator>santhosh_patil</dc:creator>
      <dc:date>2008-03-18T15:14:09Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic variant update</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/automatic-variant-update/m-p/3596042#M865969</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Patil, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;these fms are just giving me the variant information, if suppose the variant is not created it has to be created automatically. Once the variant is created automatically it gets stored in table VARID.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Mar 2008 15:23:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/automatic-variant-update/m-p/3596042#M865969</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-18T15:23:21Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic variant update</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/automatic-variant-update/m-p/3596043#M865970</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 this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;RS_VARIANT_EXISTS&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;RS_CREATE_VARIANT&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;RS_VARIANT_VALUE_SAVE&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;.....&lt;/P&gt;&lt;P&gt;Patil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Mar 2008 15:28:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/automatic-variant-update/m-p/3596043#M865970</guid>
      <dc:creator>santhosh_patil</dc:creator>
      <dc:date>2008-03-18T15:28:03Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic variant update</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/automatic-variant-update/m-p/3596044#M865971</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;solved&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jan 2010 20:39:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/automatic-variant-update/m-p/3596044#M865971</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-25T20:39:00Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic variant update</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/automatic-variant-update/m-p/3596045#M865972</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The "comment" field is not mandatory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Besides, if you ask a subsequent question after such a "lazy close" then it had better be a good one....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Feeding forum trolls too lazy to search for themselves is not tollerated!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Julius&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jan 2010 20:44:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/automatic-variant-update/m-p/3596045#M865972</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-25T20:44:57Z</dc:date>
    </item>
  </channel>
</rss>

