<?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: Problems when defining Background Job in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problems-when-defining-background-job/m-p/9110939#M1706872</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have the strange feeling that it refers to some inconsistency in our developtment system, because it is of course for testing everything &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried to debug through SAP standard program yesterday, but was not able to find the point where the message came up. Unfortunately it is standard message, &lt;STRONG&gt;message class 00, message no. 002&lt;/STRONG&gt; which is used for message in several programs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone know how to find it? By searching the message, I get a list of ~100 programs where none of them sounds right &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;@Annoop&lt;/P&gt;&lt;P&gt;Where dou you find JOB WIZARD? I do not see this in SM37.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;BR /&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 04 Dec 2012 08:24:09 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2012-12-04T08:24:09Z</dc:date>
    <item>
      <title>Problems when defining Background Job</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problems-when-defining-background-job/m-p/9110934#M1706867</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I got a special problem when defining a background job (transaction SM36). For describing the problem, it is necessary to describe our system landscape. We got three systems: First our &lt;STRONG&gt;development system&lt;/STRONG&gt; (E*) which is only for developing, then our &lt;STRONG&gt;test system&lt;/STRONG&gt; (Q*) which is used for testing and is a copy of our &lt;STRONG&gt;productive system&lt;/STRONG&gt; (P*).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The following problem I got only in our E-System. No problems with it in Q* or P*-System. So it is a little bit confusing, because all systems are on same release.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I try to define a new background job with SM36 and try to enter the name of the &lt;STRONG&gt;abap program&lt;/STRONG&gt; and the name of the &lt;STRONG&gt;variant&lt;/STRONG&gt; in corresponding language, I got error message '&lt;STRONG&gt;Enter a valid value&lt;/STRONG&gt;' which refers to the variant field. The funny thing is, that the entered variant is clickable with F4-Value Help but SAP does not let me save the job when clicking on save or check.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyone got this problem too and a solution for it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;P&gt;Michael Boguth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Dec 2012 10:54:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problems-when-defining-background-job/m-p/9110934#M1706867</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-12-03T10:54:01Z</dc:date>
    </item>
    <item>
      <title>Re: Problems when defining Background Job</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problems-when-defining-background-job/m-p/9110935#M1706868</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michael,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It seems to be a bit confusing but you can try following&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1: Check in transaction se38 by giving the name of report and the name of variant. Once you enter the name of program and variant click on display variant radio button, see if the value is appearing for the variant.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2: If no create a variant in se38 T code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3: Check in table Varid by giving the value of report and variant whether the entry exists or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4: Once all is done and everything seems to be perfect then try to create a new varaint for test and create a job with the newly created variant.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sandeep&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Dec 2012 11:21:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problems-when-defining-background-job/m-p/9110935#M1706868</guid>
      <dc:creator>sandeep_katoch</dc:creator>
      <dc:date>2012-12-03T11:21:31Z</dc:date>
    </item>
    <item>
      <title>Re: Problems when defining Background Job</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problems-when-defining-background-job/m-p/9110936#M1706869</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sandeep,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;unfortunately it does not help. The variant is available in SE38 (I created it there) and also in table VARID. I created a new one with SE38 by saving it in the selection screen, but got the same problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One special thing that came up:&lt;/P&gt;&lt;P&gt;Of course I canot create background job without variant. And If I click on one of the variants, I got the problem with 'enter correct value'. But when I do not put any value in the variant field, then automatically the variant popup comes up and in some cases - after clicking on one of the values - I am able to save it. But I did not found out yet in which scenario I am able to save it, because normally (in most cases) it does not matter If I double-click on one variant or click it with the green arrow, I am not able to save.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;BR /&gt;Michael&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edit: &lt;/P&gt;&lt;P&gt;Ok I found out when I am able to save it. It works with:&lt;/P&gt;&lt;P&gt;1. Entering no variant value&lt;/P&gt;&lt;P&gt;2. Click on save button for the step -&amp;gt; then variant popup comes up&lt;/P&gt;&lt;P&gt;3. Choose variant &lt;/P&gt;&lt;P&gt;-&amp;gt; by doing it like this it looks like I get through the check with the variant.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Dec 2012 12:14:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problems-when-defining-background-job/m-p/9110936#M1706869</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-12-03T12:14:13Z</dc:date>
    </item>
    <item>
      <title>Re: Problems when defining Background Job</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problems-when-defining-background-job/m-p/9110937#M1706870</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Michael,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your issue is really confusing.. I too agree...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My opinion is go to SM37 and click on JOB WIZARD and try to create the job.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it will work..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks , &lt;/P&gt;&lt;P&gt;Anoop S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Dec 2012 04:43:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problems-when-defining-background-job/m-p/9110937#M1706870</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-12-04T04:43:23Z</dc:date>
    </item>
    <item>
      <title>Re: Problems when defining Background Job</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problems-when-defining-background-job/m-p/9110938#M1706871</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Michael,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is really very weird case but anyways when you have got the workaround then meantime you can go with it. &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/1079/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sandeep&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Dec 2012 05:14:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problems-when-defining-background-job/m-p/9110938#M1706871</guid>
      <dc:creator>sandeep_katoch</dc:creator>
      <dc:date>2012-12-04T05:14:04Z</dc:date>
    </item>
    <item>
      <title>Re: Problems when defining Background Job</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problems-when-defining-background-job/m-p/9110939#M1706872</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have the strange feeling that it refers to some inconsistency in our developtment system, because it is of course for testing everything &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried to debug through SAP standard program yesterday, but was not able to find the point where the message came up. Unfortunately it is standard message, &lt;STRONG&gt;message class 00, message no. 002&lt;/STRONG&gt; which is used for message in several programs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone know how to find it? By searching the message, I get a list of ~100 programs where none of them sounds right &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;@Annoop&lt;/P&gt;&lt;P&gt;Where dou you find JOB WIZARD? I do not see this in SM37.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;BR /&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Dec 2012 08:24:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problems-when-defining-background-job/m-p/9110939#M1706872</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-12-04T08:24:09Z</dc:date>
    </item>
    <item>
      <title>Re: Problems when defining Background Job</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problems-when-defining-background-job/m-p/9110940#M1706873</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Micheal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this to debug.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Enter into debugging mode and click on breakpoints at statement :-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Put a break point at statement message and click enter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;wherever the message statement is coming and is getting executed debugger will stop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sandeep&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Dec 2012 08:29:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problems-when-defining-background-job/m-p/9110940#M1706873</guid>
      <dc:creator>sandeep_katoch</dc:creator>
      <dc:date>2012-12-04T08:29:54Z</dc:date>
    </item>
    <item>
      <title>Re: Problems when defining Background Job</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problems-when-defining-background-job/m-p/9110941#M1706874</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sandeep,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the problem is not how, but where &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I try to debug with '&lt;STRONG&gt;/h&lt;/STRONG&gt;' it does not work, because I can only enter in in transaction field, &lt;STRONG&gt;before &lt;/STRONG&gt;i get in detail mask for step definition. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I look for the message, it gives me a list with 100 programs and from the name none of them looks right.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I look in function group &lt;STRONG&gt;SAPLBTCH&lt;/STRONG&gt; for SM36, there is a huge list of includes where it is not easy to find where the message came up.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Dec 2012 08:37:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problems-when-defining-background-job/m-p/9110941#M1706874</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-12-04T08:37:16Z</dc:date>
    </item>
    <item>
      <title>Re: Problems when defining Background Job</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problems-when-defining-background-job/m-p/9110942#M1706875</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A _jive_internal="true" href="https://answers.sap.com/people/michael.boguth"&gt;Michael&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry it is in SM36..Go to SM36 and there you can see the Job wizzard.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anoop&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Dec 2012 08:38:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problems-when-defining-background-job/m-p/9110942#M1706875</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-12-04T08:38:34Z</dc:date>
    </item>
    <item>
      <title>Re: Problems when defining Background Job</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problems-when-defining-background-job/m-p/9110943#M1706876</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A _jive_internal="true" href="https://answers.sap.com/people/michael.boguth"&gt;Michael&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry it is in SM36..Go to SM36 and there you can see the Job wizzard.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anoop&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Dec 2012 08:39:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problems-when-defining-background-job/m-p/9110943#M1706876</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-12-04T08:39:20Z</dc:date>
    </item>
    <item>
      <title>Re: Problems when defining Background Job</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problems-when-defining-background-job/m-p/9110944#M1706877</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Okay then do one thing &lt;/P&gt;&lt;P&gt;create a notepad . txt file with these details&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[FUNCTION]&lt;/P&gt;&lt;P&gt;Command=/H&lt;/P&gt;&lt;P&gt;Title=Debugger&lt;/P&gt;&lt;P&gt;Type=SystemCommand&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Save it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you are about to enter the value of variant or after you have entered the value of variant then drag and drop this text file from desktop either the check button or save button. Once you will press any of these button debugger will start.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From here put a breakpoint on mesage statement and check in which program and where this message is creeping from.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sandeep&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Dec 2012 08:53:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problems-when-defining-background-job/m-p/9110944#M1706877</guid>
      <dc:creator>sandeep_katoch</dc:creator>
      <dc:date>2012-12-04T08:53:38Z</dc:date>
    </item>
    <item>
      <title>Re: Problems when defining Background Job</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problems-when-defining-background-job/m-p/9110945#M1706878</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;@Anoop&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Same problem in Job Wizzard when entering variant name &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Dec 2012 08:55:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problems-when-defining-background-job/m-p/9110945#M1706878</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-12-04T08:55:37Z</dc:date>
    </item>
    <item>
      <title>Re: Problems when defining Background Job</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problems-when-defining-background-job/m-p/9110946#M1706879</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michael,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you sure that the varient is there in the dev system?&lt;BR /&gt;Or create another varient and try....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Dec 2012 09:06:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problems-when-defining-background-job/m-p/9110946#M1706879</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-12-04T09:06:04Z</dc:date>
    </item>
    <item>
      <title>Re: Problems when defining Background Job</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problems-when-defining-background-job/m-p/9110947#M1706880</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;@ Michael,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or in Job wizard click on the F4 option for varient.&lt;BR /&gt;See the picture.&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/162324" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Dec 2012 09:09:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problems-when-defining-background-job/m-p/9110947#M1706880</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-12-04T09:09:18Z</dc:date>
    </item>
    <item>
      <title>Re: Problems when defining Background Job</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problems-when-defining-background-job/m-p/9110948#M1706881</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;@ Michael,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or in Job wizard click on the F4 option for varient.&lt;BR /&gt;See the picture.&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/162324" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Dec 2012 09:09:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problems-when-defining-background-job/m-p/9110948#M1706881</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-12-04T09:09:29Z</dc:date>
    </item>
    <item>
      <title>Re: Problems when defining Background Job</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problems-when-defining-background-job/m-p/9110949#M1706882</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Wohoo, text document with command /h, really nice &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; &lt;/P&gt;&lt;P&gt;Never heard that before.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did it but unfortunately it does not help. Message cames up after proving field variant (see the mark in screenshot 1) and then goes to screenshot 2. Message ID and message no. are prefilled when entering method GET_LINK. Never seen that before &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/162344" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/162345" width="450" /&gt;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Dec 2012 09:13:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problems-when-defining-background-job/m-p/9110949#M1706882</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-12-04T09:13:43Z</dc:date>
    </item>
    <item>
      <title>Re: Problems when defining Background Job</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problems-when-defining-background-job/m-p/9110950#M1706883</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes they are availabe in value-help F4, thats the confiusing about it. They are in table VARID as well, so everything looks fine, but unfortunately SAP does not accept them.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Dec 2012 09:17:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problems-when-defining-background-job/m-p/9110950#M1706883</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-12-04T09:17:00Z</dc:date>
    </item>
    <item>
      <title>Re: Problems when defining Background Job</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problems-when-defining-background-job/m-p/9110951#M1706884</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michael,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;that 2nd screen get_link method is executed whenever the program is displaying messages. It means that the value which is capturing from screen field is invalid though i dont know why. This thread is really interesting. Hope you will find the answer for it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Dec 2012 09:19:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problems-when-defining-background-job/m-p/9110951#M1706884</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-12-04T09:19:58Z</dc:date>
    </item>
    <item>
      <title>Re: Problems when defining Background Job</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problems-when-defining-background-job/m-p/9110952#M1706885</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Put a Break point on Function Module BP_CHECK_REPORT_VALUES&amp;nbsp; in Include LBTCHF07.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check what Sy-subrc is coming.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If everything is fine till here than move ahead with step by step debugging.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sandeep&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Dec 2012 09:21:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problems-when-defining-background-job/m-p/9110952#M1706885</guid>
      <dc:creator>sandeep_katoch</dc:creator>
      <dc:date>2012-12-04T09:21:52Z</dc:date>
    </item>
    <item>
      <title>Re: Problems when defining Background Job</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problems-when-defining-background-job/m-p/9110953#M1706886</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hai Sandeep,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This .txt file debugging is a very good idea... And it is new to me... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Thanks a lot&lt;/STRONG&gt; for this info...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anoop Satheesan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Dec 2012 09:26:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problems-when-defining-background-job/m-p/9110953#M1706886</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-12-04T09:26:08Z</dc:date>
    </item>
  </channel>
</rss>

