<?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: JOB_SUBMIT using variant issue in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/job-submit-using-variant-issue/m-p/11852859#M1958355</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you show us the code where this is happening? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 27 Jul 2016 01:32:13 GMT</pubDate>
    <dc:creator>paul_bakker2</dc:creator>
    <dc:date>2016-07-27T01:32:13Z</dc:date>
    <item>
      <title>JOB_SUBMIT using variant issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/job-submit-using-variant-issue/m-p/11852858#M1958354</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have called job_submit with variant created through &lt;SPAN style="font-size: 13.3333px;"&gt; RS_CREATE_VARIANT &lt;/SPAN&gt;inside a function module&amp;nbsp; .&lt;/P&gt;&lt;P&gt;while calling the function module 2nd time the variant used in first call is getting copied (selection screen field values are copied and not cleared).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i call this function module through submit program then the issue is not happening and old variant got cleared.&lt;/P&gt;&lt;P&gt;please help to solve this issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Shanmuga Senthil M.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jul 2016 23:57:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/job-submit-using-variant-issue/m-p/11852858#M1958354</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-07-26T23:57:41Z</dc:date>
    </item>
    <item>
      <title>Re: JOB_SUBMIT using variant issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/job-submit-using-variant-issue/m-p/11852859#M1958355</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you show us the code where this is happening? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jul 2016 01:32:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/job-submit-using-variant-issue/m-p/11852859#M1958355</guid>
      <dc:creator>paul_bakker2</dc:creator>
      <dc:date>2016-07-27T01:32:13Z</dc:date>
    </item>
    <item>
      <title>Re: JOB_SUBMIT using variant issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/job-submit-using-variant-issue/m-p/11852860#M1958356</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I had faced this issue in the past, but couldn't get around it. It was in an older version of SAP though. I haven't tried this in the newer versions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I used the method of using a SUBMIT statement, which automatically dynamically creates a variant, and it worked fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jul 2016 10:44:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/job-submit-using-variant-issue/m-p/11852860#M1958356</guid>
      <dc:creator>Juwin</dc:creator>
      <dc:date>2016-07-27T10:44:54Z</dc:date>
    </item>
    <item>
      <title>Re: JOB_SUBMIT using variant issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/job-submit-using-variant-issue/m-p/11852861#M1958357</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friend,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Instead of using the FM you can use a program that will loop the values in variant &lt;SPAN style="color: #333333; font-size: 13.3333px;"&gt;RS_CREATE_VARIANT, and this program should call the program inside the job_submit. You can clear the variant within the calling program at the end of the loop.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This entire calling program can be used in a job to run.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hopefully it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Souvik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jul 2016 11:02:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/job-submit-using-variant-issue/m-p/11852861#M1958357</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-07-27T11:02:26Z</dc:date>
    </item>
    <item>
      <title>Re: JOB_SUBMIT using variant issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/job-submit-using-variant-issue/m-p/11852862#M1958358</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Paul Bakker,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is a big code and could not be copied here.I am explaining what i did.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;calling CFM1 transaction dynamically using variant creation and job submit for different batch.&lt;/P&gt;&lt;P&gt;For first batch things or going good while calling next batch(loop) using variant creation and job submit the first batch variant is copied(only checkbox are not refreshed but select-options are refreshed).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I used Function module for the above logic and called this function module within do enddo of se38 program. used clear and refresh correctly still i am facing the issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I believe Juwin Pallipat Thomas faced similar issue. calling this function module through submit program solves the issue...is this a standard bug do we have any SAP note? can any one help?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Shanmuga Senthil M.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jul 2016 20:22:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/job-submit-using-variant-issue/m-p/11852862#M1958358</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-07-27T20:22:08Z</dc:date>
    </item>
    <item>
      <title>Re: JOB_SUBMIT using variant issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/job-submit-using-variant-issue/m-p/11852863#M1958359</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I checked in my current system version and the problem doesn't exist anymore. I am on 7.4 SP10.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Juwin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jul 2016 11:36:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/job-submit-using-variant-issue/m-p/11852863#M1958359</guid>
      <dc:creator>Juwin</dc:creator>
      <dc:date>2016-07-28T11:36:16Z</dc:date>
    </item>
  </channel>
</rss>

