<?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 upload in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/gl-upload/m-p/3054034#M723174</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are going to need some sort of translation routine to convert the old account numbers, etc. to the new ones.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 15 Nov 2007 16:54:42 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-11-15T16:54:42Z</dc:date>
    <item>
      <title>GL upload</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/gl-upload/m-p/3054031#M723171</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 need to create a program such that Program reads data from the excel file and uses that data to create FI documents.  &lt;/P&gt;&lt;P&gt;Best way to do this as suggested by functional guys was to have the program create a batch input session because then, if there were errors when loading, &lt;/P&gt;&lt;P&gt;the session would remain behind and could be analyzed.  &lt;/P&gt;&lt;P&gt;they also suggested that, a standard program that they were familiar with that works this way is RFBIBL00. &lt;/P&gt;&lt;P&gt;The data would need to be converted first and then submitted to RFBIBL00, since the source data will have the old GL accounts, the old cost centers, and so on.&lt;/P&gt;&lt;P&gt;i havent  done such a program before, can some one please suggest  me how  to start this.&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Nov 2007 16:47:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/gl-upload/m-p/3054031#M723171</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-15T16:47:23Z</dc:date>
    </item>
    <item>
      <title>Re: GL upload</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/gl-upload/m-p/3054032#M723172</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use LSMW.  Very easy to set this up.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Albert&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Nov 2007 16:51:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/gl-upload/m-p/3054032#M723172</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-15T16:51:14Z</dc:date>
    </item>
    <item>
      <title>Re: GL upload</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/gl-upload/m-p/3054033#M723173</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sanjana,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Use BAPI BAPI_ACC_DOCUMENT_POST for GL Upload.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward If it helps,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Satish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Nov 2007 16:52:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/gl-upload/m-p/3054033#M723173</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-15T16:52:41Z</dc:date>
    </item>
    <item>
      <title>Re: GL upload</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/gl-upload/m-p/3054034#M723174</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are going to need some sort of translation routine to convert the old account numbers, etc. to the new ones.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Nov 2007 16:54:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/gl-upload/m-p/3054034#M723174</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-15T16:54:42Z</dc:date>
    </item>
    <item>
      <title>Re: GL upload</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/gl-upload/m-p/3054035#M723175</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi friends,&lt;/P&gt;&lt;P&gt;thank yppou for the reply,&lt;/P&gt;&lt;P&gt;functional people came back saying that the file being picked up will already be a modified one , so we dont need any changes to that data,&lt;/P&gt;&lt;P&gt;so we just need to directly input that data in BSEG and BKPF tables.&lt;/P&gt;&lt;P&gt;but one thing i didnot understand is , what is this RFBIBL00, and does it serve any special purpose in my program,&lt;/P&gt;&lt;P&gt;will there be any difference if i directly input hte data into these tables using update command on itab, &lt;/P&gt;&lt;P&gt;or using this RFBIBL00 helps in any way.&lt;/P&gt;&lt;P&gt;thnaks again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Nov 2007 17:12:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/gl-upload/m-p/3054035#M723175</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-15T17:12:45Z</dc:date>
    </item>
    <item>
      <title>Re: GL upload</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/gl-upload/m-p/3054036#M723176</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;plz help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Nov 2007 17:30:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/gl-upload/m-p/3054036#M723176</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-15T17:30:53Z</dc:date>
    </item>
    <item>
      <title>Re: GL upload</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/gl-upload/m-p/3054037#M723177</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sanajana,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; see the documentaion of RFBIBL00 program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; For detailed documentation go through this link&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_45b/helpdata/en/e9/cb8a85eb0011d184650000e8a6bfbe/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_45b/helpdata/en/e9/cb8a85eb0011d184650000e8a6bfbe/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reward Points if it helps&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Satish&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Satish Panakala&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Nov 2007 17:34:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/gl-upload/m-p/3054037#M723177</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-15T17:34:19Z</dc:date>
    </item>
    <item>
      <title>Re: GL upload</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/gl-upload/m-p/3054038#M723178</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi sanjana,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;YOU CAN NOT INPUT YOUR DATA DIRECTLY INTO BSEG and BKPF tables!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RFBIBL00 will post the FI documents in the same way as if they were entered manually. Posting means not only to update BKPF and BSEG tables but also a lot of secondary and index tables. The system consistency is guaranteed by standard processing: A documents gets posted completely or not at all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I never worked with RFBIBL00 but with BAPI as mentioned. But as you are a beginner, you should go for LSMW - A link to an introductory documentation has been given tody in &lt;A class="jive_macro jive_macro_community" href="https://community.sap.com/" __jive_macro_name="community" modifiedtitle="true" __default_attr="2015"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clemens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Nov 2007 18:00:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/gl-upload/m-p/3054038#M723178</guid>
      <dc:creator>Clemenss</dc:creator>
      <dc:date>2007-11-15T18:00:30Z</dc:date>
    </item>
  </channel>
</rss>

