<?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: Variant definition in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/variant-definition/m-p/1638602#M284586</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;You can code in the &amp;lt;b&amp;gt;initialization&amp;lt;/b&amp;gt; event to take START DATE and END DATE as required.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, if you run this prg anytime, it will take 15th of last month as START DATE and 14th of current month as END DATE by &amp;lt;b&amp;gt;DEFAULT&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 Sep 2006 15:11:23 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-09-20T15:11:23Z</dc:date>
    <item>
      <title>Variant definition</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/variant-definition/m-p/1638600#M284584</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a requirement to schedule a job to run on the 17th and the program in it shall pick up all records starting by 15th of last month(START DATE) till 14th of the current month (END DATE).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, I cannot find any option that allow us to define a variant like with this parameters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you guys know possible solutions?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Luis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Sep 2006 15:01:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/variant-definition/m-p/1638600#M284584</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-20T15:01:40Z</dc:date>
    </item>
    <item>
      <title>Re: Variant definition</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/variant-definition/m-p/1638601#M284585</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Your Program need to do all these things, you need to write the code like, it should allow the records from 15th of last month to 14th of this month ....&lt;/P&gt;&lt;P&gt;This program you can schedule on 17th using SM36 Transaction code .......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Sep 2006 15:09:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/variant-definition/m-p/1638601#M284585</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-20T15:09:16Z</dc:date>
    </item>
    <item>
      <title>Re: Variant definition</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/variant-definition/m-p/1638602#M284586</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;You can code in the &amp;lt;b&amp;gt;initialization&amp;lt;/b&amp;gt; event to take START DATE and END DATE as required.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, if you run this prg anytime, it will take 15th of last month as START DATE and 14th of current month as END DATE by &amp;lt;b&amp;gt;DEFAULT&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Sep 2006 15:11:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/variant-definition/m-p/1638602#M284586</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-20T15:11:23Z</dc:date>
    </item>
    <item>
      <title>Re: Variant definition</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/variant-definition/m-p/1638603#M284587</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Luís,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can create two new TVARVC variables(Entries in TVARVC table) and write an ABAP program to update these variables with the required dates(This can be scheduled as a step ahead of the current program)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Assign the TVARVC variables to the select fields via the selection variables option while creating the variant that is used to run the program in Back ground&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vinay&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Sep 2006 15:18:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/variant-definition/m-p/1638603#M284587</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-20T15:18:17Z</dc:date>
    </item>
  </channel>
</rss>

