<?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 Problem in updating standard database table ? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-updating-standard-database-table/m-p/4530982#M1070887</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;I have added two fields in the structure CI_AUFK ( AUFK----&amp;gt; CI_AUFK ) and had activated the structure.... the problem now is when i enter order number  in co11n transaction it throwing the runtime error at this point. : &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;' IF NOT SY-SUBRC IS INITIAL.&lt;/P&gt;&lt;P&gt;   IF VSNMR IS INITIAL.&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="---------" /&gt;&lt;P&gt;&amp;gt;     SELECT SINGLE * FROM CAUFV WHERE AUFNR = AUFNR.&lt;/P&gt;&lt;P&gt;     IF SY-SUBRC NE 0.&lt;/P&gt;&lt;P&gt;       l_aufnr = AUFNR.&lt;/P&gt;&lt;P&gt;       TRANSLATE AUFNR TO LOWER CASE.          "#EC TRANSLAN&lt;/P&gt;&lt;P&gt;       IF AUFNR NE l_aufnr.&lt;/P&gt;&lt;P&gt;         SELECT SINGLE * FROM CAUFV WHERE AUFNR = AUFNR.&lt;/P&gt;&lt;P&gt;       ENDIF.&lt;/P&gt;&lt;P&gt;     ENDIF.'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can anyone tel me whats the mistake i have done ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 03 Oct 2008 10:48:31 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-10-03T10:48:31Z</dc:date>
    <item>
      <title>Problem in updating standard database table ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-updating-standard-database-table/m-p/4530982#M1070887</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;I have added two fields in the structure CI_AUFK ( AUFK----&amp;gt; CI_AUFK ) and had activated the structure.... the problem now is when i enter order number  in co11n transaction it throwing the runtime error at this point. : &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;' IF NOT SY-SUBRC IS INITIAL.&lt;/P&gt;&lt;P&gt;   IF VSNMR IS INITIAL.&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="---------" /&gt;&lt;P&gt;&amp;gt;     SELECT SINGLE * FROM CAUFV WHERE AUFNR = AUFNR.&lt;/P&gt;&lt;P&gt;     IF SY-SUBRC NE 0.&lt;/P&gt;&lt;P&gt;       l_aufnr = AUFNR.&lt;/P&gt;&lt;P&gt;       TRANSLATE AUFNR TO LOWER CASE.          "#EC TRANSLAN&lt;/P&gt;&lt;P&gt;       IF AUFNR NE l_aufnr.&lt;/P&gt;&lt;P&gt;         SELECT SINGLE * FROM CAUFV WHERE AUFNR = AUFNR.&lt;/P&gt;&lt;P&gt;       ENDIF.&lt;/P&gt;&lt;P&gt;     ENDIF.'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can anyone tel me whats the mistake i have done ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Oct 2008 10:48:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-updating-standard-database-table/m-p/4530982#M1070887</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-03T10:48:31Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in updating standard database table ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-updating-standard-database-table/m-p/4530983#M1070888</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Usually when you add new fields to a table you have to adjust the database afterwards using the Database Utility. Structure CI_AUFK is in the middle of the table not at the end therefore the sequence of the columns changed which will require a DB adjustment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can check this in SE11 - Utilities - Database Object - Check.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Make sure you select 'keep data' when adjusting the DB with the database utility.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps,&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Oct 2008 19:57:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-updating-standard-database-table/m-p/4530983#M1070888</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-03T19:57:26Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in updating standard database table ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-updating-standard-database-table/m-p/4530984#M1070889</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what is the runtime error you are getting..? can you post the first page of it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Oct 2008 04:05:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-updating-standard-database-table/m-p/4530984#M1070889</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-04T04:05:06Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in updating standard database table ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-updating-standard-database-table/m-p/4530985#M1070890</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vijay and Michael,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I activated and adjusted the table in se14 ( both aufk and ci_aufk are active ) .  when i enter order number in co11n the error iam getting it on first page was : &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;****************************************************************************************************************&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Runtime Errors         DBIF_RSQL_SQL_ERROR&lt;/P&gt;&lt;P&gt;Except.                   CX_SY_OPEN_SQL_DB&lt;/P&gt;&lt;P&gt;Date and Time          04.10.2008 12:05:04&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Short text&lt;/P&gt;&lt;P&gt;     SQL error in the database when accessing a table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; What happened?&lt;/P&gt;&lt;P&gt;     An error occurred when reading from the database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Error analysis&lt;/P&gt;&lt;P&gt;     An exception occurred that is explained in detail below.&lt;/P&gt;&lt;P&gt;     The exception, which is assigned to class 'CX_SY_OPEN_SQL_DB', was not caught&lt;/P&gt;&lt;P&gt;      in&lt;/P&gt;&lt;P&gt;     procedure "CO_DB_HEADER_READ" "(FUNCTION)", nor was it propagated by a RAISING&lt;/P&gt;&lt;P&gt;      clause.&lt;/P&gt;&lt;P&gt;     Since the caller of the procedure could not have anticipated that the&lt;/P&gt;&lt;P&gt;     exception would occur, the current program is terminated.&lt;/P&gt;&lt;P&gt;     The reason for the exception is:&lt;/P&gt;&lt;P&gt;     In a SELECT or FETCH command, the INTO clause contains more&lt;/P&gt;&lt;P&gt;     variables than the SELECT list fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Missing RAISING Clause in Interface&lt;/P&gt;&lt;P&gt;     Program                                 SAPLCODB&lt;/P&gt;&lt;P&gt;     Include                                 LCODBU02&lt;/P&gt;&lt;P&gt;     Row                                     1&lt;/P&gt;&lt;P&gt;     Module type                          (FUNCTION)&lt;/P&gt;&lt;P&gt;     Module Name                       CO_DB_HEADER_READ&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Trigger Location of Exception&lt;/P&gt;&lt;P&gt;    Program                                 SAPLCODB&lt;/P&gt;&lt;P&gt;    Include                                 LCODBU02&lt;/P&gt;&lt;P&gt;    Row                                     32&lt;/P&gt;&lt;P&gt;    Module type                          (FUNCTION)&lt;/P&gt;&lt;P&gt;    Module Name                        CO_DB_HEADER_READ&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;***********************************************************************************************************************&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For your Information : When i checked the consitency of the table in se11--&amp;gt; utilities -&lt;/P&gt;&lt;HR originaltext="---" /&gt;&lt;P&gt; &amp;gt; database object , its showing the list of fields that is inconsistent ( almost 30 to 40 fields ) ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what is the error amd what should i do now ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Oct 2008 06:59:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-updating-standard-database-table/m-p/4530985#M1070890</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-04T06:59:37Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in updating standard database table ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-updating-standard-database-table/m-p/4530986#M1070891</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;some thing wrong with CAUFV, the Dump is coming from which select and what is the table/view used at that point.&lt;/P&gt;&lt;P&gt;what ever fields you added those fields are missing in CAUFV, thats what my opinion.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Oct 2008 10:28:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-updating-standard-database-table/m-p/4530986#M1070891</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-04T10:28:18Z</dc:date>
    </item>
  </channel>
</rss>

