<?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: no batch input problem with Vendor master Upload in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/no-batch-input-problem-with-vendor-master-upload/m-p/2651779#M611291</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thankx for the reply. When i am running the program in foreground i am not getting any problem (when i am just pressing enter and continuing). I am using call transaction but not batch input session method. The records which i am getting error today, those records had succesfully uploaded yesterday. I made couple of changes to the code today but i commented those lines. So there is no change in the code which i ran yesterday.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 21 Aug 2007 16:38:26 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-08-21T16:38:26Z</dc:date>
    <item>
      <title>no batch input problem with Vendor master Upload</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/no-batch-input-problem-with-vendor-master-upload/m-p/2651775#M611287</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 am getting a problem with Vendor Master upload conversion. We have'nt change the code and configuration but when i try to run the code today its giving an error for particular Account group. I run this code yesterday and its work fine with that particluar Account group. But i am getting an error when i run the code today. The error is as follows "No batch input data for screen SAPMF02K 0610".When i got through the code i have'nt find that screen number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone suggest how to resolve that problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Aug 2007 15:48:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/no-batch-input-problem-with-vendor-master-upload/m-p/2651775#M611287</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-21T15:48:40Z</dc:date>
    </item>
    <item>
      <title>Re: no batch input problem with Vendor master Upload</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/no-batch-input-problem-with-vendor-master-upload/m-p/2651776#M611288</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; Please check the data .. you might be passing some things else which inturn required data for other field which is not supplied.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;mahesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Aug 2007 16:12:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/no-batch-input-problem-with-vendor-master-upload/m-p/2651776#M611288</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-21T16:12:52Z</dc:date>
    </item>
    <item>
      <title>Re: no batch input problem with Vendor master Upload</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/no-batch-input-problem-with-vendor-master-upload/m-p/2651777#M611289</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Double click on the session name in SM35 and click on the screens tab there you can find the screen number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;process the same session in foreground mode and see if you are getting the same error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If so, the new screen number you got is due to some change in the settings some where, show the new screen to Your Functional guy and he can help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is one more chance where some data is missing in the flat file, just check it out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if usefull.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks ,&lt;/P&gt;&lt;P&gt;Veeru.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Aug 2007 16:14:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/no-batch-input-problem-with-vendor-master-upload/m-p/2651777#M611289</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-21T16:14:39Z</dc:date>
    </item>
    <item>
      <title>Re: no batch input problem with Vendor master Upload</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/no-batch-input-problem-with-vendor-master-upload/m-p/2651778#M611290</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ben,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;just take few records and enter in foreground , &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u can easily findout the error where exactly its triggering&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Naveen khan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Aug 2007 16:18:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/no-batch-input-problem-with-vendor-master-upload/m-p/2651778#M611290</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-21T16:18:32Z</dc:date>
    </item>
    <item>
      <title>Re: no batch input problem with Vendor master Upload</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/no-batch-input-problem-with-vendor-master-upload/m-p/2651779#M611291</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thankx for the reply. When i am running the program in foreground i am not getting any problem (when i am just pressing enter and continuing). I am using call transaction but not batch input session method. The records which i am getting error today, those records had succesfully uploaded yesterday. I made couple of changes to the code today but i commented those lines. So there is no change in the code which i ran yesterday.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Aug 2007 16:38:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/no-batch-input-problem-with-vendor-master-upload/m-p/2651779#M611291</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-21T16:38:26Z</dc:date>
    </item>
    <item>
      <title>Re: no batch input problem with Vendor master Upload</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/no-batch-input-problem-with-vendor-master-upload/m-p/2651780#M611292</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; Hi Guys,&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; Thankx for the reply. When i am running the program&lt;/P&gt;&lt;P&gt;&amp;gt; in foreground i am not getting any problem (when i am&lt;/P&gt;&lt;P&gt;&amp;gt; just pressing enter and continuing). I am using call&lt;/P&gt;&lt;P&gt;&amp;gt; transaction but not batch input session method. The&lt;/P&gt;&lt;P&gt;&amp;gt; records which i am getting error today, those records&lt;/P&gt;&lt;P&gt;&amp;gt; had succesfully uploaded yesterday. I made couple of&lt;/P&gt;&lt;P&gt;&amp;gt; changes to the code today but i commented those&lt;/P&gt;&lt;P&gt;&amp;gt; lines. So there is no change in the code which i ran&lt;/P&gt;&lt;P&gt;&amp;gt; yesterday.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And you said on your original post that you  haven't changed the code. So now that you have admitted that you have, what else has changed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Aug 2007 16:42:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/no-batch-input-problem-with-vendor-master-upload/m-p/2651780#M611292</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-21T16:42:43Z</dc:date>
    </item>
    <item>
      <title>Re: no batch input problem with Vendor master Upload</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/no-batch-input-problem-with-vendor-master-upload/m-p/2651781#M611293</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I changed the code but that is commented so which means there is no difference in the code from yesterday code to today code rite.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Aug 2007 16:53:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/no-batch-input-problem-with-vendor-master-upload/m-p/2651781#M611293</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-21T16:53:12Z</dc:date>
    </item>
    <item>
      <title>Re: no batch input problem with Vendor master Upload</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/no-batch-input-problem-with-vendor-master-upload/m-p/2651782#M611294</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;On the initial screen check if you have Withholding tax option selected. Looks like the screen you mentioend is the WT data screen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Aug 2007 18:47:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/no-batch-input-problem-with-vendor-master-upload/m-p/2651782#M611294</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-21T18:47:12Z</dc:date>
    </item>
    <item>
      <title>Re: no batch input problem with Vendor master Upload</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/no-batch-input-problem-with-vendor-master-upload/m-p/2651783#M611295</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;its not even going to that screen. When i run the program in foreground the record is uploading but when i run in the background its not working.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Aug 2007 19:00:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/no-batch-input-problem-with-vendor-master-upload/m-p/2651783#M611295</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-21T19:00:59Z</dc:date>
    </item>
  </channel>
</rss>

