<?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: Update GL document amount directly in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-gl-document-amount-directly/m-p/7547101#M1563046</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;With no doubt, everyone hate this solution including me. But how can I do then if user would like to enjoy the dangaous thing? Sometimes real life is not as happy as we imagine:(. The only thing I'd like to do now is to pray for a peaceful year of 2011 and the upcoming "doomsday" 2012...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Jeff&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 06 Jan 2011 11:04:42 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-01-06T11:04:42Z</dc:date>
    <item>
      <title>Update GL document amount directly</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-gl-document-amount-directly/m-p/7547095#M1563040</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 know it's a tough job and not a recommanded way. But some of our guys got wrong input in the GL document, but for some reason he don't want to make a reversal document, now he asked me for help. He want me to find all related database tables and change the amount directly. I did ST05 and found the following tables may relevant to the requirement:&lt;/P&gt;&lt;P&gt;BSIK, BSIS, COEP, FAGLFLEXA, GLPCA, GLPCT, LFC1, COSP, FAGLFLEXT&lt;/P&gt;&lt;P&gt;But to my strange, even after I updated all the amount fields and go back to FB03, I still see the value remain unchanged. So there must be some other tables or some fields need to update. When I look BSIK, BSIS, etc. I can see the values have already been changed, how can BSEG still shows incorrect data? Are there any cache on BSEG? Or can anybody please tell me what's the secret under BSEG that prevent changing?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Jeff&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jan 2011 08:23:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-gl-document-amount-directly/m-p/7547095#M1563040</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-06T08:23:39Z</dc:date>
    </item>
    <item>
      <title>Re: Update GL document amount directly</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-gl-document-amount-directly/m-p/7547096#M1563041</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jeff,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should try reversal. I don't think its a good idea to update &lt;STRONG&gt;BSEG&lt;/STRONG&gt; directly. BESG holds accounting document line item data which are very useful .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my case i wouldn't have done the changes manually. Instead go around with some BAPI's.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jan 2011 08:44:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-gl-document-amount-directly/m-p/7547096#M1563041</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-06T08:44:50Z</dc:date>
    </item>
    <item>
      <title>Re: Update GL document amount directly</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-gl-document-amount-directly/m-p/7547097#M1563042</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So called secondaty indexes (BSIS, BSIK, etc.) are programmatically updated when BSEG is updated by a SAP standard program, there is no database-maintained-link between those tables, those are not actual index, updating BSIS or BSIK don't update BSEG. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually, you certainly missed some tables, at least BSEG (database cluster RFBLG)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;very, very bad idea...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jan 2011 08:59:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-gl-document-amount-directly/m-p/7547097#M1563042</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2011-01-06T08:59:38Z</dc:date>
    </item>
    <item>
      <title>Re: Update GL document amount directly</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-gl-document-amount-directly/m-p/7547098#M1563043</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raymond,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much! Yes, you are correct. I didn't ever think about updating BSEG because in my mind, it's a mysterious table and everyone told me it's not exist in database, so I did not do even a try.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OK, Now the document updated, I'll ask that troublesome guy to have a test and if everything is OK, then do them in PRD system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you again for the information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Jeff&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jan 2011 09:29:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-gl-document-amount-directly/m-p/7547098#M1563043</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-06T09:29:13Z</dc:date>
    </item>
    <item>
      <title>Re: Update GL document amount directly</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-gl-document-amount-directly/m-p/7547099#M1563044</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you saying you already did the update? Don't you have auditors and internal revision check for such things? This is illegal accounting practice!&lt;/P&gt;&lt;P&gt;Also, you will never be able to update all relevant places in the wide SAP world, e.g. the postings might have been transferred to CO module, and now you have a mismatch between FI and CO. Many other things to observe, I wonder if SAP themselves know all the pitfalls.&lt;/P&gt;&lt;P&gt;NEVER do this, always reverse postings and post again with correct amounts, anybody suggesting differently is talking b.s.&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.S. I was forced to re-arrange the points, so that there is not a misleading impression that your query was resolved in a proper way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Thomas Zloch on Jan 6, 2011 10:40 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jan 2011 09:35:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-gl-document-amount-directly/m-p/7547099#M1563044</guid>
      <dc:creator>ThomasZloch</dc:creator>
      <dc:date>2011-01-06T09:35:46Z</dc:date>
    </item>
    <item>
      <title>Re: Update GL document amount directly</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-gl-document-amount-directly/m-p/7547100#M1563045</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tomas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, I know your concerns and I also tried to persuade that guy to give up, but he still insist on, and my boss also wanted me to have a try, so I suppose it has already been approved by the auditors.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did a trace on the FB01 with the same values from the wrong document and found there are 12 tables related to this operation, including the costing and profit documents. I know for the other scenario, there probably will have more tables to be included. So it'll be a case by case practice. And I need to try my best to find out all the affected tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Jeff&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jan 2011 10:47:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-gl-document-amount-directly/m-p/7547100#M1563045</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-06T10:47:50Z</dc:date>
    </item>
    <item>
      <title>Re: Update GL document amount directly</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-gl-document-amount-directly/m-p/7547101#M1563046</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;With no doubt, everyone hate this solution including me. But how can I do then if user would like to enjoy the dangaous thing? Sometimes real life is not as happy as we imagine:(. The only thing I'd like to do now is to pray for a peaceful year of 2011 and the upcoming "doomsday" 2012...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Jeff&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jan 2011 11:04:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-gl-document-amount-directly/m-p/7547101#M1563046</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-06T11:04:42Z</dc:date>
    </item>
    <item>
      <title>Re: Update GL document amount directly</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-gl-document-amount-directly/m-p/7547102#M1563047</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't know your role, as a consultant I would try my best to talk a customer out of such illegal and dangerous ideas.&lt;/P&gt;&lt;P&gt;I would probably refuse to do it altogether.&lt;/P&gt;&lt;P&gt;I only know German legislation in this respect, but is very likely illegal in most if not all countries to restrospectively change already posted amounts, rather than reversing and re-posting.&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jan 2011 11:41:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-gl-document-amount-directly/m-p/7547102#M1563047</guid>
      <dc:creator>ThomasZloch</dc:creator>
      <dc:date>2011-01-06T11:41:34Z</dc:date>
    </item>
    <item>
      <title>Re: Update GL document amount directly</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-gl-document-amount-directly/m-p/7547103#M1563048</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you do it once, it only makes it easier to do it again.  Nobody tries heroin just once ;-).  Whether it's illegal or not, I can't believe your boss would agree to it.  Stand up to those business leads!  If it's a large value document, maybe you should recommend parking or some other review process prior to posting.  FB08 or FBR2 is the way to go in this case...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jan 2011 14:49:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-gl-document-amount-directly/m-p/7547103#M1563048</guid>
      <dc:creator>brad_bohn</dc:creator>
      <dc:date>2011-01-06T14:49:41Z</dc:date>
    </item>
    <item>
      <title>Re: Update GL document amount directly</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-gl-document-amount-directly/m-p/7547104#M1563049</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just to add my 2 cents:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rather than relying on unofficial untested information you get from the internet, raise an OSS message and get some advice directly from SAP. They will probably say it is a consulting issue and either offer to do it for you (for a fee) or tell you not to do it at all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Take their advice on this.&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, 06 Jan 2011 15:18:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-gl-document-amount-directly/m-p/7547104#M1563049</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-06T15:18:25Z</dc:date>
    </item>
    <item>
      <title>Re: Update GL document amount directly</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-gl-document-amount-directly/m-p/7547105#M1563050</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank all of you. These days I kept telling the that guy and my boss about the legality of this solution and as a proof I also showed them your replies, so finally they agreed to give up and follow the normal way. It's a great news as I no need to take this unnecessary risk.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Jeff&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Jan 2011 02:50:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-gl-document-amount-directly/m-p/7547105#M1563050</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-11T02:50:38Z</dc:date>
    </item>
    <item>
      <title>Re: Update GL document amount directly</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-gl-document-amount-directly/m-p/7547106#M1563051</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; ... as a proof I also showed them your replies, so finally they agreed to give up and follow the normal way ... &lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Long live SCN &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Jan 2011 05:05:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-gl-document-amount-directly/m-p/7547106#M1563051</guid>
      <dc:creator>SuhaSaha</dc:creator>
      <dc:date>2011-01-11T05:05:13Z</dc:date>
    </item>
  </channel>
</rss>

