<?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: GL Balances migration in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/gl-balances-migration/m-p/2226188#M478475</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Best method depends on the size of the data &amp;amp; requirements. &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;If the data file is going to be simple , and if u think u can load the data using direct input method, u can go for the same. &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Tables&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;SKA1 .. Chart of Account.&lt;/P&gt;&lt;P&gt;SKB1 .. Company code data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Batch Input&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Tcode: FS00 &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Standard object:   you can for this one - GL master data &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Read the documentation of program RFBISA00 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Object 0010 GL A/C Master Record &lt;/P&gt;&lt;P&gt;Method 0001 Hier. structure &lt;/P&gt;&lt;P&gt;Program Name RFBISA00 &lt;/P&gt;&lt;P&gt;Program Type B Batch Input&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;IDOC method &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;message : ACC_GL_POSTING &lt;/P&gt;&lt;P&gt;message : ACC_GL_POSTING_REVERSE  for reversal of GL &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IDOC method is used when we have large data to be migrated . Monitoring and reprocessing could be easy in IDOC method. &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;SAP provides standard programs and function module to extract and transfer the FI data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In addition, you only need to setup the ALE and IDoc configuration. IDoc has excellent error handing and has capability to reprocess an error (if any). With batch input program, you need to process the whole input file or you need to recreate the file with error information. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;BAPI &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Business object : BUS6030 &lt;/P&gt;&lt;P&gt;method : POST&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Also check out the BAPI  BAPI_ACC_GL_POSTING_POST &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Vivek&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;please reward points if this is useful..&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 May 2007 13:27:09 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-09T13:27:09Z</dc:date>
    <item>
      <title>GL Balances migration</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/gl-balances-migration/m-p/2226186#M478473</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 working on GL Balance migration. It is a migration from SAP 4.5B to SAP ECC 6.0&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;In LSMW different methods can be used to upload data. Among the below mentioned methods what is the best method for GL Balance migration?&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;1.Direct Input Method&lt;/P&gt;&lt;P&gt;2.IDoc&lt;/P&gt;&lt;P&gt;3.BAPI&lt;/P&gt;&lt;P&gt;4.Batch Input&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know how to determine which is the best method.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Also please let me know the Standard program name/Message Type/Bapi name/Transaction code with respect to Direct input/Idoc/Bapi/Batch Input &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Subathra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 May 2007 17:50:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/gl-balances-migration/m-p/2226186#M478473</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-01T17:50:17Z</dc:date>
    </item>
    <item>
      <title>Re: GL Balances migration</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/gl-balances-migration/m-p/2226187#M478474</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello subathra u can go for the standard object 010 in direct input method .according to ur requirements u can do changes at step  5 at mapping.&lt;/P&gt;&lt;P&gt;give me points if this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 May 2007 19:42:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/gl-balances-migration/m-p/2226187#M478474</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-03T19:42:08Z</dc:date>
    </item>
    <item>
      <title>Re: GL Balances migration</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/gl-balances-migration/m-p/2226188#M478475</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Best method depends on the size of the data &amp;amp; requirements. &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;If the data file is going to be simple , and if u think u can load the data using direct input method, u can go for the same. &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Tables&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;SKA1 .. Chart of Account.&lt;/P&gt;&lt;P&gt;SKB1 .. Company code data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Batch Input&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Tcode: FS00 &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Standard object:   you can for this one - GL master data &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Read the documentation of program RFBISA00 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Object 0010 GL A/C Master Record &lt;/P&gt;&lt;P&gt;Method 0001 Hier. structure &lt;/P&gt;&lt;P&gt;Program Name RFBISA00 &lt;/P&gt;&lt;P&gt;Program Type B Batch Input&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;IDOC method &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;message : ACC_GL_POSTING &lt;/P&gt;&lt;P&gt;message : ACC_GL_POSTING_REVERSE  for reversal of GL &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IDOC method is used when we have large data to be migrated . Monitoring and reprocessing could be easy in IDOC method. &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;SAP provides standard programs and function module to extract and transfer the FI data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In addition, you only need to setup the ALE and IDoc configuration. IDoc has excellent error handing and has capability to reprocess an error (if any). With batch input program, you need to process the whole input file or you need to recreate the file with error information. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;BAPI &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Business object : BUS6030 &lt;/P&gt;&lt;P&gt;method : POST&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Also check out the BAPI  BAPI_ACC_GL_POSTING_POST &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Vivek&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;please reward points if this is useful..&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 May 2007 13:27:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/gl-balances-migration/m-p/2226188#M478475</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-09T13:27:09Z</dc:date>
    </item>
  </channel>
</rss>

