<?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: Error while loading AR using FB01 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-loading-ar-using-fb01/m-p/3983772#M951664</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hope ur doing in the mapping step writing the code for every field am i rite&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 23 Jun 2008 23:05:19 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-06-23T23:05:19Z</dc:date>
    <item>
      <title>Error while loading AR using FB01</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-loading-ar-using-fb01/m-p/3983767#M951659</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I read and converted the data.&lt;/P&gt;&lt;P&gt;there are no special char for the empty fields as I have made it as space for no data.&lt;/P&gt;&lt;P&gt;after I run the batch input I get the error as &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FB012                    Session 1 : Special character for 'empty field' is /&lt;/P&gt;&lt;P&gt;FB174                    Doc. : Record end indicator in table BBKPF was not supplied with /&lt;/P&gt;&lt;P&gt;FB023                    ... Table BBKPF was extended&lt;/P&gt;&lt;P&gt;FB024                    ... Before the next put,&lt;/P&gt;&lt;P&gt;FB025                    ... also maintain the new fields in table BBKPF&lt;/P&gt;&lt;P&gt;FB174                    Doc. 1 : Record end indicator in table BBSEG was not supplied with /&lt;/P&gt;&lt;P&gt;FB023                    ... Table BBSEG was extended&lt;/P&gt;&lt;P&gt;FB024                    ... Before the next put,&lt;/P&gt;&lt;P&gt;FB025                    ... also maintain the new fields in table BBSEG&lt;/P&gt;&lt;P&gt;FB019                    Session 1 session name AR_OPEN_ITEM : No terminations have been found&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea where to check..?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jun 2008 22:01:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-loading-ar-using-fb01/m-p/3983767#M951659</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-23T22:01:17Z</dc:date>
    </item>
    <item>
      <title>Re: Error while loading AR using FB01</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-loading-ar-using-fb01/m-p/3983768#M951660</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;pass the '/' for every field if the field is initial.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u can do this in mapping step.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jun 2008 22:04:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-loading-ar-using-fb01/m-p/3983768#M951660</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-23T22:04:21Z</dc:date>
    </item>
    <item>
      <title>Re: Error while loading AR using FB01</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-loading-ar-using-fb01/m-p/3983769#M951661</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I did.&lt;/P&gt;&lt;P&gt;same errors is encountering.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jun 2008 22:17:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-loading-ar-using-fb01/m-p/3983769#M951661</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-23T22:17:03Z</dc:date>
    </item>
    <item>
      <title>Re: Error while loading AR using FB01</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-loading-ar-using-fb01/m-p/3983770#M951662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hope ur doing for each field,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This following code you have to write in Mapping step for that particular field. change according to ur structures&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if not as91_ztable-anln1 is initial. &lt;/P&gt;&lt;P&gt;BALTD-AIBN1 = AS91_ZTABLE-ANLN1.&lt;/P&gt;&lt;P&gt;else. &lt;/P&gt;&lt;P&gt;baltd-aibn1 = '/'. &lt;/P&gt;&lt;P&gt;endif. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here: as91_ztable-----&amp;gt; is the source structure.&lt;/P&gt;&lt;P&gt;anln1----&lt;/P&gt;&lt;HR originaltext="---------" /&gt;&lt;P&gt;&amp;gt; source field.&lt;/P&gt;&lt;P&gt;baltd-----&amp;gt; target structure.&lt;/P&gt;&lt;P&gt;aibn1----&amp;gt;target field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;see if we dont have ne value in the flat file for the particular, we need to pass the / value for that field.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jun 2008 22:20:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-loading-ar-using-fb01/m-p/3983770#M951662</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-23T22:20:13Z</dc:date>
    </item>
    <item>
      <title>Re: Error while loading AR using FB01</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-loading-ar-using-fb01/m-p/3983771#M951663</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Now it says..&lt;/P&gt;&lt;P&gt;Unable to interpret "/" as a number.(as a abap dump)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jun 2008 23:01:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-loading-ar-using-fb01/m-p/3983771#M951663</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-23T23:01:45Z</dc:date>
    </item>
    <item>
      <title>Re: Error while loading AR using FB01</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-loading-ar-using-fb01/m-p/3983772#M951664</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hope ur doing in the mapping step writing the code for every field am i rite&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jun 2008 23:05:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-loading-ar-using-fb01/m-p/3983772#M951664</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-23T23:05:19Z</dc:date>
    </item>
    <item>
      <title>Re: Error while loading AR using FB01</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-loading-ar-using-fb01/m-p/3983773#M951665</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are like more then 200 fields..&lt;/P&gt;&lt;P&gt;should I do it for only one field..?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jun 2008 23:08:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-loading-ar-using-fb01/m-p/3983773#M951665</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-23T23:08:23Z</dc:date>
    </item>
    <item>
      <title>Re: Error while loading AR using FB01</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-loading-ar-using-fb01/m-p/3983774#M951666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if u dont know h many fields are empty in the flat file then u have to write the code for all the fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if u know which fields are empty in the flat file then u have to write above code which i have posted for that particular field only.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jun 2008 23:13:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-loading-ar-using-fb01/m-p/3983774#M951666</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-23T23:13:46Z</dc:date>
    </item>
    <item>
      <title>Re: Error while loading AR using FB01</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-loading-ar-using-fb01/m-p/3983775#M951667</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use the BAPI - 'BAPI_ACC_DOCUMENT_POST'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;A.I.Rajesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jun 2008 23:35:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-loading-ar-using-fb01/m-p/3983775#M951667</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-23T23:35:23Z</dc:date>
    </item>
  </channel>
</rss>

