<?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: Runtime Error in SE16 after adding fields in VBAK (ABAP-SD) in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-in-se16-after-adding-fields-in-vbak-abap-sd/m-p/6928575#M1485407</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Yes, I did it just now, I delete the appended structure ZZLAND1.&lt;/P&gt;&lt;P&gt;This time I did the following:&lt;/P&gt;&lt;P&gt;-  appended a new Structure ZZLAND1&lt;/P&gt;&lt;P&gt;-  inside the structure I have component field ZZLAND1 with domain LAND1&lt;/P&gt;&lt;P&gt;-  executed SE14 and it is success and no error logs&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then I run SE16 again, and have the same runtime error again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[See here the details of the runtime error log|http://www.megaupload.com/?d=0U09KWE5]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 20 May 2010 10:57:44 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-05-20T10:57:44Z</dc:date>
    <item>
      <title>Runtime Error in SE16 after adding fields in VBAK (ABAP-SD)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-in-se16-after-adding-fields-in-vbak-abap-sd/m-p/6928571#M1485403</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;I have a requirement where I need to add a field in the header item of VA03,  &lt;/P&gt;&lt;P&gt;So I have add new field or APPEND structure in VBAK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I appended structure ZZLAND1 having component field LAND1 in VBAK.&lt;/P&gt;&lt;P&gt;In SE11, structure ZZLAND1 is activated and has no log of errors.&lt;/P&gt;&lt;P&gt;In SE14, table VBAK is successfully adjusted as well and no log of errors.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I execute SE16, I have runtime error:&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;Missing Handling of System Exception&lt;/P&gt;&lt;P&gt;    Program                                 /1BCDWB/DBVBAK&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Trigger Location of Exception&lt;/P&gt;&lt;P&gt;    Program                                 /1BCDWB/DBVBAK&lt;/P&gt;&lt;P&gt;    Include                                 /1BCDWB/DBVBAK&lt;/P&gt;&lt;P&gt;    Row                                     547&lt;/P&gt;&lt;P&gt;    Module Name                             START-OF-SELECTION&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
 544 CASE ACTION.
 545   WHEN 'ANZE'.
 546 try.
 547 SELECT * FROM VBAK                     "client specified  &amp;lt;&amp;lt;-- Error Occurs here
 548                  APPENDING TABLE IVBAK
 549                  UP TO RSEUMOD-TBMAXSEL ROWS BYPASSING BUFFER
 550    WHERE VBELN IN I1.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Am I missing any other part here?  In VBAP, after I added a field, I didn't encounter this one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks all.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 May 2010 09:59:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-in-se16-after-adding-fields-in-vbak-abap-sd/m-p/6928571#M1485403</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-20T09:59:38Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime Error in SE16 after adding fields in VBAK (ABAP-SD)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-in-se16-after-adding-fields-in-vbak-abap-sd/m-p/6928572#M1485404</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This message was moderated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 May 2010 10:35:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-in-se16-after-adding-fields-in-vbak-abap-sd/m-p/6928572#M1485404</guid>
      <dc:creator>arul_murugan</dc:creator>
      <dc:date>2010-05-20T10:35:49Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime Error in SE16 after adding fields in VBAK (ABAP-SD)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-in-se16-after-adding-fields-in-vbak-abap-sd/m-p/6928573#M1485405</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I already said/did that above. &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 May 2010 10:37:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-in-se16-after-adding-fields-in-vbak-abap-sd/m-p/6928573#M1485405</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-20T10:37:17Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime Error in SE16 after adding fields in VBAK (ABAP-SD)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-in-se16-after-adding-fields-in-vbak-abap-sd/m-p/6928574#M1485406</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 would delete the new append and start again. Make sure you use the "Create Append" option in SE11 to create and activate your append. Also I notice your append structure contains field LAND1, it is a good idea to append fields in the customer namespace like ZLAND1. Save and activate the append. If SE11 says you must adjust table VBAK then do so using SE14.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Che Eky&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 May 2010 10:48:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-in-se16-after-adding-fields-in-vbak-abap-sd/m-p/6928574#M1485406</guid>
      <dc:creator>che_eky</dc:creator>
      <dc:date>2010-05-20T10:48:31Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime Error in SE16 after adding fields in VBAK (ABAP-SD)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-in-se16-after-adding-fields-in-vbak-abap-sd/m-p/6928575#M1485407</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Yes, I did it just now, I delete the appended structure ZZLAND1.&lt;/P&gt;&lt;P&gt;This time I did the following:&lt;/P&gt;&lt;P&gt;-  appended a new Structure ZZLAND1&lt;/P&gt;&lt;P&gt;-  inside the structure I have component field ZZLAND1 with domain LAND1&lt;/P&gt;&lt;P&gt;-  executed SE14 and it is success and no error logs&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then I run SE16 again, and have the same runtime error again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[See here the details of the runtime error log|http://www.megaupload.com/?d=0U09KWE5]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 May 2010 10:57:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-in-se16-after-adding-fields-in-vbak-abap-sd/m-p/6928575#M1485407</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-20T10:57:44Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime Error in SE16 after adding fields in VBAK (ABAP-SD)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-in-se16-after-adding-fields-in-vbak-abap-sd/m-p/6928576#M1485408</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you please go back into SE11 and reactivate VBAK, see if you get any errors or not?  I know you have used SE14 but go back to SE11 and reactivate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Che Eky&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 May 2010 11:03:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-in-se16-after-adding-fields-in-vbak-abap-sd/m-p/6928576#M1485408</guid>
      <dc:creator>che_eky</dc:creator>
      <dc:date>2010-05-20T11:03:14Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime Error in SE16 after adding fields in VBAK (ABAP-SD)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-in-se16-after-adding-fields-in-vbak-abap-sd/m-p/6928577#M1485409</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Yes I double and double ensure that all of the objects are activated as well.&lt;/P&gt;&lt;P&gt;[Please see the actual screenshot here|http://img40.imageshack.us/img40/2938/vbakaddnewfield.jpg]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 May 2010 11:08:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-in-se16-after-adding-fields-in-vbak-abap-sd/m-p/6928577#M1485409</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-20T11:08:36Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime Error in SE16 after adding fields in VBAK (ABAP-SD)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-in-se16-after-adding-fields-in-vbak-abap-sd/m-p/6928578#M1485410</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As we see you have done everything correctly. However check whether following things are also in place:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The fields of an append structure must lie in the customer namespace, that is the field names must begin with ZZ or YY. This prevents conflicts with fields inserted in the table by SAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;An append structure must be flat, that is each field of the append structure must either refer to a data element or be directly assigned a data type, length, decimal places and short text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If a foreign key or search help attachment is already defined for a field in the table, you cannot change this definition with the append structure.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 May 2010 11:52:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-in-se16-after-adding-fields-in-vbak-abap-sd/m-p/6928578#M1485410</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-20T11:52:54Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime Error in SE16 after adding fields in VBAK (ABAP-SD)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-in-se16-after-adding-fields-in-vbak-abap-sd/m-p/6928579#M1485411</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Saud, that's what I exactly did above and I ensure that I follow the SAP-wiki guidelines in appending structure to VBAK. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;Anyone who have encountered this scenario?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 May 2010 13:14:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-in-se16-after-adding-fields-in-vbak-abap-sd/m-p/6928579#M1485411</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-20T13:14:59Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime Error in SE16 after adding fields in VBAK (ABAP-SD)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-in-se16-after-adding-fields-in-vbak-abap-sd/m-p/6928580#M1485412</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;Now I did the same changes in other SAP system/box, my changes went through without any issues on dumping.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What other objects should I check aside from the one I mentioned above?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 May 2010 02:20:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-in-se16-after-adding-fields-in-vbak-abap-sd/m-p/6928580#M1485412</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-21T02:20:59Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime Error in SE16 after adding fields in VBAK (ABAP-SD)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-in-se16-after-adding-fields-in-vbak-abap-sd/m-p/6928581#M1485413</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When you change the table, the program that SE16 uses needs to be regenerated - usually this is done automatically. Have you tried: SE16, put the table name in, then press F8 (which is Generate Program), instead of "enter".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;matt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 May 2010 09:14:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-in-se16-after-adding-fields-in-vbak-abap-sd/m-p/6928581#M1485413</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2010-05-21T09:14:19Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime Error in SE16 after adding fields in VBAK (ABAP-SD)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-in-se16-after-adding-fields-in-vbak-abap-sd/m-p/6928582#M1485414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Matt,&lt;/P&gt;&lt;P&gt;Problem solved.&lt;/P&gt;&lt;P&gt;Solution: I used other laptop to modify VBAK, and follow the SAP standard process in appending a structure. &lt;/P&gt;&lt;P&gt;Weird O_O&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks All.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 23 May 2010 18:53:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-in-se16-after-adding-fields-in-vbak-abap-sd/m-p/6928582#M1485414</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-23T18:53:53Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime Error in SE16 after adding fields in VBAK (ABAP-SD)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-in-se16-after-adding-fields-in-vbak-abap-sd/m-p/6928583#M1485415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See solution above.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 23 May 2010 18:57:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-in-se16-after-adding-fields-in-vbak-abap-sd/m-p/6928583#M1485415</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-23T18:57:19Z</dc:date>
    </item>
  </channel>
</rss>

