<?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 termination message in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-termination-message/m-p/2065935#M427482</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   Because its problem in standard program try to find out a relavent OSS note in SAP service market place with his "SAPLGIVA" or "LGIVAF10" key words and apply that. May be it will solve your problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;  Jayaram...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 12 Mar 2007 08:38:14 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-03-12T08:38:14Z</dc:date>
    <item>
      <title>update termination message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-termination-message/m-p/2065934#M427481</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i am having a problem when posting debit balances to any expense account for a particular year but credit balances are being posted without any problem. debit balances posting to any account which is not an expense account are going through for that particular year. what is hapening is after saving the system is saying "DOCUMENT XXXXXXXX HAS BEEN SAVED" but if try anything after that, that is when i am getting an update termination message and the a short dump.&lt;/P&gt;&lt;P&gt;Below is an extraxt of the short dump:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ABAP/4 runtime error												DBIF_RSQL_SQL_ERROR&lt;/P&gt;&lt;P&gt;				Occurred on								26.02.2007						at		08:26:04&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt; Short dump has not been completely stored. It is too big.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SQL error 1438 occurred when accessing table "GLT0 ".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What happened?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When writing a data record to the database (i.e. when&lt;/P&gt;&lt;P&gt;updating the database), only part of the data field was&lt;/P&gt;&lt;P&gt;written (updated). The rest was truncated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What can you do?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the error occurred in Open SQL, there is probably an inconsistency&lt;/P&gt;&lt;P&gt;between the NAMETAB and the ABAP/4 Dictionary.&lt;/P&gt;&lt;P&gt;Compare the length specifications of the fields in the NAMETAB with&lt;/P&gt;&lt;P&gt;those in the ABAP/4 Dictionary and contact someone who is able to&lt;/P&gt;&lt;P&gt;perform a consistency check and eliminate the problem.&lt;/P&gt;&lt;P&gt;In most cases, this person will be your SAP consultant.&lt;/P&gt;&lt;P&gt;Please make a note of the actions and input which caused the error.&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To resolve the problem, contact your&lt;/P&gt;&lt;P&gt;SAP system administrator.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Select the "Print" function to obtain a hardcopy of the&lt;/P&gt;&lt;P&gt;current termination message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Error analysis&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem has arisen because, within the database interface,&lt;/P&gt;&lt;P&gt;one of the data buffers made available for the INSERT (UPDATE)&lt;/P&gt;&lt;P&gt;is longer than the maximum defined in the database.&lt;/P&gt;&lt;P&gt;On the other hand, it may be that the length in the NAMETAB&lt;/P&gt;&lt;P&gt;does not match the maximum length defined in the database.&lt;/P&gt;&lt;P&gt;(In this case, the length in the NAMETAB is longer.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to correct the error&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Database error text........: "ORA-01438: value larger than specified precision&lt;/P&gt;&lt;P&gt; allows for this column?"&lt;/P&gt;&lt;P&gt;Internal call code.........: "[RSQL/UPDT/GLT0 ]"&lt;/P&gt;&lt;P&gt;Please check the entries in the system log (Transaction SM21).&lt;/P&gt;&lt;P&gt;You may able to find an interim solution to the problem in the&lt;/P&gt;&lt;P&gt;SAP note system. If you have access to the SAP note system yourself,&lt;/P&gt;&lt;P&gt;please use the following search criteria:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; "DBIF_RSQL_SQL_ERROR"&lt;/P&gt;&lt;P&gt; "SAPLGIVA" or "LGIVAF10"&lt;/P&gt;&lt;P&gt; "UPDATE_TT_GLT0"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you cannot solve the problem yourself, please send the&lt;/P&gt;&lt;P&gt;following documents to SAP:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. A hard copy print describing the problem.&lt;/P&gt;&lt;P&gt;   To obtain this, select the "Print" function on the current screen.&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. A suitable hardcopy prinout of the system log.&lt;/P&gt;&lt;P&gt;   To obtain this, call the system log with Transaction SM21&lt;/P&gt;&lt;P&gt;   and select the "Print" function to print out the relevant&lt;/P&gt;&lt;P&gt;   part.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. If the programs are your own programs or modified SAP programs,&lt;/P&gt;&lt;P&gt;   supply the source code.&lt;/P&gt;&lt;P&gt;   To do this, you can either use the "PRINT" command in the editor or&lt;/P&gt;&lt;P&gt;   print the programs using the report RSINCL00.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. Details regarding the conditions under which the error occurred&lt;/P&gt;&lt;P&gt;   or which actions and input led to the error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;System environment&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAP Release.............. "31H"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Application server....... "umprod"&lt;/P&gt;&lt;P&gt;Network address.......... "10.1.1.9"&lt;/P&gt;&lt;P&gt;Operating system......... "Windows NT"&lt;/P&gt;&lt;P&gt;Release.................. "0"&lt;/P&gt;&lt;P&gt;Hardware type............ "PENTIUM"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Database server.......... "UMPROD"&lt;/P&gt;&lt;P&gt;Database type............ "ORACLE"&lt;/P&gt;&lt;P&gt;Database name............ "UMP"&lt;/P&gt;&lt;P&gt;Database owner........... "SAPR3"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Character set............ "English_United State"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAP kernel............... "31I"&lt;/P&gt;&lt;P&gt;Created on............... "Jun 21 1999 04:44:28"&lt;/P&gt;&lt;P&gt;Created in............... "NT 4.0 1381 Service Pack 3 x86"&lt;/P&gt;&lt;P&gt;Database version......... "ora OCI_73211"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Patch level.............. "315"&lt;/P&gt;&lt;P&gt;Patch text............... " "&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Supported environment....&lt;/P&gt;&lt;P&gt;Database................. "ORACLE 7.2.&lt;STRONG&gt;.&lt;/STRONG&gt;.&lt;STRONG&gt;, ORACLE 7.3.&lt;/STRONG&gt;.&lt;STRONG&gt;.&lt;/STRONG&gt;, ORACLE&lt;/P&gt;&lt;P&gt; 8.0.&lt;STRONG&gt;.&lt;/STRONG&gt;.*"&lt;/P&gt;&lt;P&gt;SAP database version..... "31I"&lt;/P&gt;&lt;P&gt;Operating system......... "Windows NT 51 3, Windows NT 0 4"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;User, transaction...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Client.............. 600&lt;/P&gt;&lt;P&gt;User................ "HAVIREO"&lt;/P&gt;&lt;P&gt;Language key........ "E"&lt;/P&gt;&lt;P&gt;Transaction......... "FB01"&lt;/P&gt;&lt;P&gt;Program............. "SAPLGIVA"&lt;/P&gt;&lt;P&gt;Screen.............. "RSM130003000"&lt;/P&gt;&lt;P&gt;Screen line......... 2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Information on where termination occurred&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The termination occurred in the ABAP/4 program "SAPLGIVA" in&lt;/P&gt;&lt;P&gt;"UPDATE_TT_GLT0".&lt;/P&gt;&lt;P&gt;The main program was "RSM13000".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The termination occurred in line 542&lt;/P&gt;&lt;P&gt;of the source code of program "LGIVAF10" (when calling the editor 5420).&lt;/P&gt;&lt;P&gt;The program "SAPLGIVA" was started in the update system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Source code extract&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;005120					      HSL10  = HSL10  + TAB_GLT0-HSL10&lt;/P&gt;&lt;P&gt;005130					      KSL10  = KSL10  + TAB_GLT0-KSL10&lt;/P&gt;&lt;P&gt;005140					      TSL11  = TSL11  + TAB_GLT0-TSL11&lt;/P&gt;&lt;P&gt;005150					      HSL11  = HSL11  + TAB_GLT0-HSL11&lt;/P&gt;&lt;P&gt;005160					      KSL11  = KSL11  + TAB_GLT0-KSL11&lt;/P&gt;&lt;P&gt;005170					      TSL12  = TSL12  + TAB_GLT0-TSL12&lt;/P&gt;&lt;P&gt;005180					      HSL12  = HSL12  + TAB_GLT0-HSL12&lt;/P&gt;&lt;P&gt;005190					      KSL12  = KSL12  + TAB_GLT0-KSL12&lt;/P&gt;&lt;P&gt;005200					      TSL13  = TSL13  + TAB_GLT0-TSL13&lt;/P&gt;&lt;P&gt;005210					      HSL13  = HSL13  + TAB_GLT0-HSL13&lt;/P&gt;&lt;P&gt;005220					      KSL13  = KSL13  + TAB_GLT0-KSL13&lt;/P&gt;&lt;P&gt;005230					      TSL14  = TSL14  + TAB_GLT0-TSL14&lt;/P&gt;&lt;P&gt;005240					      HSL14  = HSL14  + TAB_GLT0-HSL14&lt;/P&gt;&lt;P&gt;005250					      KSL14  = KSL14  + TAB_GLT0-KSL14&lt;/P&gt;&lt;P&gt;005260					      TSL15  = TSL15  + TAB_GLT0-TSL15&lt;/P&gt;&lt;P&gt;005270					      HSL15  = HSL15  + TAB_GLT0-HSL15&lt;/P&gt;&lt;P&gt;005280					      KSL15  = KSL15  + TAB_GLT0-KSL15&lt;/P&gt;&lt;P&gt;005290					      TSL16  = TSL16  + TAB_GLT0-TSL16&lt;/P&gt;&lt;P&gt;005300					      HSL16  = HSL16  + TAB_GLT0-HSL16&lt;/P&gt;&lt;P&gt;005310					      KSL16  = KSL16  + TAB_GLT0-KSL16&lt;/P&gt;&lt;P&gt;005320					  WHERE&lt;/P&gt;&lt;P&gt;005330					  RLDNR                   =  TAB_GLT0-RLDNR                  AND&lt;/P&gt;&lt;P&gt;005340					  RRCTY                   =  TAB_GLT0-RRCTY                  AND&lt;/P&gt;&lt;P&gt;005350					  RVERS                   =  TAB_GLT0-RVERS                  AND&lt;/P&gt;&lt;P&gt;005360					  BUKRS                   =  TAB_GLT0-BUKRS                  AND&lt;/P&gt;&lt;P&gt;005370					  RYEAR                   =  TAB_GLT0-RYEAR                  AND&lt;/P&gt;&lt;P&gt;005380					  RACCT                   =  TAB_GLT0-RACCT                  AND&lt;/P&gt;&lt;P&gt;005390					  RBUSA                   =  TAB_GLT0-RBUSA                  AND&lt;/P&gt;&lt;P&gt;005400					  RTCUR                   =  TAB_GLT0-RTCUR                  AND&lt;/P&gt;&lt;P&gt;005410					  DRCRK                   =  TAB_GLT0-DRCRK                  AND&lt;/P&gt;&lt;P&gt;		&amp;gt;			  RPMAX                   =  TAB_GLT0-RPMAX                  .&lt;/P&gt;&lt;P&gt;005430					ENDFORM.&lt;/P&gt;&lt;P&gt;005440					*eject&lt;/P&gt;&lt;P&gt;005450					*																												*&lt;/P&gt;&lt;P&gt;005460					*&lt;/P&gt;&lt;P&gt;005470					*																												*&lt;/P&gt;&lt;P&gt;005480					*         FORM UPDATE_TT USING  UTP_TAB.&lt;/P&gt;&lt;P&gt;005490					*         Diese Form fuehrt die Tabellenupdates durch&lt;/P&gt;&lt;P&gt;005500					*         Dabei wird die optimierte Form von UPDATE&lt;/P&gt;&lt;P&gt;005510					*         verwendet&lt;/P&gt;&lt;P&gt;005520					*																												*&lt;/P&gt;&lt;P&gt;005530&lt;/P&gt;&lt;P&gt;005540					FORM  UPDATE_TT_GLT3      .&lt;/P&gt;&lt;P&gt;005550					  DATA: W_0  LIKE GLU1-TSL VALUE 0.&lt;/P&gt;&lt;P&gt;005560					  UPDATE GLT3&lt;/P&gt;&lt;P&gt;005570					  SET TSLVT  = TSLVT  + TAB_GLT3-TSLVT&lt;/P&gt;&lt;P&gt;005580					      HSLVT  = HSLVT  + TAB_GLT3-HSLVT&lt;/P&gt;&lt;P&gt;005590					      KSLVT  = KSLVT  + TAB_GLT3-KSLVT&lt;/P&gt;&lt;P&gt;005600					      TSL01  = TSL01  + TAB_GLT3-TSL01&lt;/P&gt;&lt;P&gt;005610					      HSL01  = HSL01  + TAB_GLT3-HSL01&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Mar 2007 08:34:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-termination-message/m-p/2065934#M427481</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-12T08:34:14Z</dc:date>
    </item>
    <item>
      <title>Re: update termination message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-termination-message/m-p/2065935#M427482</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   Because its problem in standard program try to find out a relavent OSS note in SAP service market place with his "SAPLGIVA" or "LGIVAF10" key words and apply that. May be it will solve your problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;  Jayaram...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Mar 2007 08:38:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-termination-message/m-p/2065935#M427482</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-12T08:38:14Z</dc:date>
    </item>
  </channel>
</rss>

