<?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 When Migrating GL Balances using LSMW Direct Input method in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-when-migrating-gl-balances-using-lsmw-direct-input-method/m-p/5081493#M1180087</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;THanks alot thomas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One more question is if i have to change it then i would require a Access Key right and this one is different from the Developer Access Key i hope.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ANyways that was great i tried to search and nearly spent couple of hours and ending up with none. I have to learn how to search in Web :).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks alot once more.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prashanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 29 Jan 2009 10:19:12 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-01-29T10:19:12Z</dc:date>
    <item>
      <title>Error When Migrating GL Balances using LSMW Direct Input method</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-when-migrating-gl-balances-using-lsmw-direct-input-method/m-p/5081489#M1180083</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I tried to Migrate Open GL Balances but ended up in a Runtime Error. The error occured while executing the Direct Input Program (RFBIBL00). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The error was "Unable to Interpret "\" as a number" and the code where the error was raised is given below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="-----" /&gt;&lt;P&gt;&amp;gt;  IF BBKPF-VATDATE(1)                  NE NODATA.&lt;/P&gt;&lt;P&gt;          CLEAR: FTPOST-FNAM, FTPOST-FVAL.&lt;/P&gt;&lt;P&gt;          FTPOST-FNAM = 'BKPF-VATDATE                     '.&lt;/P&gt;&lt;P&gt;          FTPOST-FVAL = BBKPF-VATDATE                    .&lt;/P&gt;&lt;P&gt;          APPEND FTPOST.&lt;/P&gt;&lt;P&gt;          ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In structure BBKPF the field VATDATE is of type DATS where as all the other fields in it are of type CHAR. I guess this could be the problem. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried to pass date by hardcoding in Field Mapping but still facing the same problem. I checked for SAP Notes and found similar kind of Problem in BBSEG but not able to find any in BBKPF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;kindly throw some light upon this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Prashanth&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Prashanth KR on Jan 29, 2009 4:51 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jan 2009 09:51:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-when-migrating-gl-balances-using-lsmw-direct-input-method/m-p/5081489#M1180083</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-29T09:51:33Z</dc:date>
    </item>
    <item>
      <title>Re: Error When Migrating GL Balances using LSMW Direct Input method</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-when-migrating-gl-balances-using-lsmw-direct-input-method/m-p/5081490#M1180084</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is indeed the reason. However, BBKPF-VATDATE is type CHAR in my system, ECC 6. What is your release?&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jan 2009 10:08:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-when-migrating-gl-balances-using-lsmw-direct-input-method/m-p/5081490#M1180084</guid>
      <dc:creator>ThomasZloch</dc:creator>
      <dc:date>2009-01-29T10:08:52Z</dc:date>
    </item>
    <item>
      <title>Re: Error When Migrating GL Balances using LSMW Direct Input method</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-when-migrating-gl-balances-using-lsmw-direct-input-method/m-p/5081491#M1180085</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Thomas,&lt;/P&gt;&lt;P&gt;Mine is SAP ECC 6.0. Do you have any idea of how to correct this.&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;Prashanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jan 2009 10:10:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-when-migrating-gl-balances-using-lsmw-direct-input-method/m-p/5081491#M1180085</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-29T10:10:49Z</dc:date>
    </item>
    <item>
      <title>Re: Error When Migrating GL Balances using LSMW Direct Input method</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-when-migrating-gl-balances-using-lsmw-direct-input-method/m-p/5081492#M1180086</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just found note 1116141, that one is for you.&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jan 2009 10:12:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-when-migrating-gl-balances-using-lsmw-direct-input-method/m-p/5081492#M1180086</guid>
      <dc:creator>ThomasZloch</dc:creator>
      <dc:date>2009-01-29T10:12:01Z</dc:date>
    </item>
    <item>
      <title>Re: Error When Migrating GL Balances using LSMW Direct Input method</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-when-migrating-gl-balances-using-lsmw-direct-input-method/m-p/5081493#M1180087</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;THanks alot thomas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One more question is if i have to change it then i would require a Access Key right and this one is different from the Developer Access Key i hope.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ANyways that was great i tried to search and nearly spent couple of hours and ending up with none. I have to learn how to search in Web :).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks alot once more.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prashanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jan 2009 10:19:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-when-migrating-gl-balances-using-lsmw-direct-input-method/m-p/5081493#M1180087</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-29T10:19:12Z</dc:date>
    </item>
    <item>
      <title>Re: Error When Migrating GL Balances using LSMW Direct Input method</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-when-migrating-gl-balances-using-lsmw-direct-input-method/m-p/5081494#M1180088</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No problem. You can implement the note with transaction SNOTE, no access key required.&lt;/P&gt;&lt;P&gt;I searched for "BBKPF-VATDATE" and hat only three hits in the support portal. Always use technical terms for searching if possible.&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jan 2009 10:21:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-when-migrating-gl-balances-using-lsmw-direct-input-method/m-p/5081494#M1180088</guid>
      <dc:creator>ThomasZloch</dc:creator>
      <dc:date>2009-01-29T10:21:51Z</dc:date>
    </item>
    <item>
      <title>Re: Error When Migrating GL Balances using LSMW Direct Input method</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-when-migrating-gl-balances-using-lsmw-direct-input-method/m-p/5081495#M1180089</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Point noted. Thanks alot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Prashanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jan 2009 10:23:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-when-migrating-gl-balances-using-lsmw-direct-input-method/m-p/5081495#M1180089</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-29T10:23:30Z</dc:date>
    </item>
    <item>
      <title>Re: Error When Migrating GL Balances using LSMW Direct Input method</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-when-migrating-gl-balances-using-lsmw-direct-input-method/m-p/5081496#M1180090</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Option of "10" point was disable for you?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jan 2009 11:33:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-when-migrating-gl-balances-using-lsmw-direct-input-method/m-p/5081496#M1180090</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-29T11:33:28Z</dc:date>
    </item>
    <item>
      <title>Re: Error When Migrating GL Balances using LSMW Direct Input method</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-when-migrating-gl-balances-using-lsmw-direct-input-method/m-p/5081497#M1180091</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Serves me right, because the DDIC change described in the note has to be done via SE11, so access key &lt;EM&gt;is&lt;/EM&gt; required... &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jan 2009 11:39:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-when-migrating-gl-balances-using-lsmw-direct-input-method/m-p/5081497#M1180091</guid>
      <dc:creator>ThomasZloch</dc:creator>
      <dc:date>2009-01-29T11:39:01Z</dc:date>
    </item>
  </channel>
</rss>

