<?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 message when loading BALTB record in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-when-loading-baltb-record/m-p/1801346#M343983</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;corrected on my own&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 11 Dec 2006 20:10:49 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-12-11T20:10:49Z</dc:date>
    <item>
      <title>error message when loading BALTB record</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-when-loading-baltb-record/m-p/1801341#M343978</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am receiving the following error message when trying to load the BALTB record.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Unexpected record type.&amp;lt;/b&amp;gt;                                     &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;i&amp;gt;Key of data record which caused termination:&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;Client                  =     ,&lt;/P&gt;&lt;P&gt;Company Code    = 1000,&lt;/P&gt;&lt;P&gt;Asset Class         = 153000,&lt;/P&gt;&lt;P&gt;Old main number  = 99948,&lt;/P&gt;&lt;P&gt;Old subnumber     =      ,&lt;/P&gt;&lt;P&gt;Transaction          =  AS91,&lt;/P&gt;&lt;P&gt;Record type         = B .       &amp;lt;/i&amp;gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have search the forum for answers but I can't seem to find any resolutions. Has anybody encountered this problem and were you able to correct it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you in advance for the help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Dec 2006 14:43:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-when-loading-baltb-record/m-p/1801341#M343978</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-11T14:43:02Z</dc:date>
    </item>
    <item>
      <title>Re: error message when loading BALTB record</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-when-loading-baltb-record/m-p/1801342#M343979</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;BALTB  seems to be a structure , can you explain how you r trying to loadd&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The error may be the Record type B is invalid ,  the last field is record type , chk whether B exists or not&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Dec 2006 14:48:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-when-loading-baltb-record/m-p/1801342#M343979</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-11T14:48:10Z</dc:date>
    </item>
    <item>
      <title>Re: error message when loading BALTB record</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-when-loading-baltb-record/m-p/1801343#M343980</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using abap pgm to fill the fields and calling raaltd01 program to load the data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Dec 2006 14:53:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-when-loading-baltb-record/m-p/1801343#M343980</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-11T14:53:02Z</dc:date>
    </item>
    <item>
      <title>Re: error message when loading BALTB record</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-when-loading-baltb-record/m-p/1801344#M343981</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe you need to specify the client.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Dec 2006 15:07:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-when-loading-baltb-record/m-p/1801344#M343981</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-11T15:07:41Z</dc:date>
    </item>
    <item>
      <title>Re: error message when loading BALTB record</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-when-loading-baltb-record/m-p/1801345#M343982</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried that and I still got the same error message.  this time the client field is filled in.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;client = 200,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Dec 2006 15:24:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-when-loading-baltb-record/m-p/1801345#M343982</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-11T15:24:17Z</dc:date>
    </item>
    <item>
      <title>Re: error message when loading BALTB record</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-when-loading-baltb-record/m-p/1801346#M343983</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;corrected on my own&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Dec 2006 20:10:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-when-loading-baltb-record/m-p/1801346#M343983</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-11T20:10:49Z</dc:date>
    </item>
  </channel>
</rss>

