<?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: Batch Input session error in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-session-error/m-p/8642033#M1665825</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks guys..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 25 Mar 2012 07:46:29 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2012-03-25T07:46:29Z</dc:date>
    <item>
      <title>Batch Input session error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-session-error/m-p/8642028#M1665820</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a batchInput error in an English system.&lt;/P&gt;&lt;P&gt;We had this problem before and we solved it by changing the decimal format to german.&lt;/P&gt;&lt;P&gt;The newly created batchInputs are getting processed without error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But now while processing the error_prone old ones, I get the error &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Input must be in the format __.___.___.__~,__&amp;nbsp;&amp;nbsp; FB01&amp;nbsp; SAPMF05A&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the Program "SAPLIQS0" which is creating this BatchInput map.&lt;/P&gt;&lt;P&gt;Is this the program which is creating this BatchInput Map.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Iam lost here and How should I go about with this one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Mar 2012 11:49:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-session-error/m-p/8642028#M1665820</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-03-19T11:49:39Z</dc:date>
    </item>
    <item>
      <title>Re: Batch Input session error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-session-error/m-p/8642029#M1665821</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, your input values are not in the correct pattern, in this case, $1234.56 would have to be entered 1.234,56.&amp;nbsp;&amp;nbsp; That would seem to indicate that your values in the bdc sessions are stored like 1,234.56.&amp;nbsp;&amp;nbsp; You could change temporarily change the userid default settings for currency to match the values in the input, or perhaps you can manually process each one in mode 'E', entering the value in the correct format, when an error occurs.&amp;nbsp;&amp;nbsp; I think I'd go for the first option, process them quickly and change back to the format you currently use.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Mar 2012 12:05:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-session-error/m-p/8642029#M1665821</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-03-19T12:05:34Z</dc:date>
    </item>
    <item>
      <title>Re: Batch Input session error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-session-error/m-p/8642030#M1665822</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;- Try to create and execute BDC with the same user and the same language/country options. Also respect format of dates, quantities and amounts when filling BDCDATA structure (Usage of WRITE &lt;SPAN class="short_text" id="result_box" lang="en"&gt;&lt;SPAN class="hps"&gt;instead&lt;/SPAN&gt;&lt;/SPAN&gt; of MOVE for such fields can be useful)&lt;BR /&gt;- AFAIK SAPLIQS0 is a function-pool for Notification processing (PM,QM,SM) if a BDC is generated look for customer-exits, BTE or BAdI implementation.&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Mar 2012 12:31:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-session-error/m-p/8642030#M1665822</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2012-03-19T12:31:01Z</dc:date>
    </item>
    <item>
      <title>Re: Batch Input session error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-session-error/m-p/8642031#M1665823</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi David,&lt;/P&gt;&lt;P&gt;I looked into the error mapping,there the value is 47,1.I compared it the working one as well.No difference.The only difference is the error maps is generated with an english user settings.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Mar 2012 12:53:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-session-error/m-p/8642031#M1665823</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-03-19T12:53:46Z</dc:date>
    </item>
    <item>
      <title>Re: Batch Input session error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-session-error/m-p/8642032#M1665824</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It would have to be 47,10 to meet the requirements of the current settings, if I understand your post correctly.&amp;nbsp; For the American representation, it would need to be 47.10.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Mar 2012 13:29:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-session-error/m-p/8642032#M1665824</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-03-19T13:29:41Z</dc:date>
    </item>
    <item>
      <title>Re: Batch Input session error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-session-error/m-p/8642033#M1665825</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks guys..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 25 Mar 2012 07:46:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-session-error/m-p/8642033#M1665825</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-03-25T07:46:29Z</dc:date>
    </item>
  </channel>
</rss>

