<?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: Dump error coming from Standard program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-error-coming-from-standard-program/m-p/6131085#M1365459</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;Thanks for your replies. But there are two things: -&lt;/P&gt;&lt;P&gt;1. it requires access keys to add any field in standard table.&lt;/P&gt;&lt;P&gt;2. it is not best practice to add fields on your own.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can any tell me any SAP note which can be used to get out of this problem?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;Siddarth.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 Sep 2009 10:18:58 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-09-02T10:18:58Z</dc:date>
    <item>
      <title>Dump error coming from Standard program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-error-coming-from-standard-program/m-p/6131081#M1365455</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;we are getting dump when we are processing Idoc for creation of sales invoice. Details are as follows: -&lt;/P&gt;&lt;P&gt;Short Text : Syntax error in program "GBTC2FI0"&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;The following syntax error occured in program "GBTC2FI0" in include "GBTC2FIB" in line 903:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The data object "BSEG" does not have a component called "ZZREGION".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now when I checked BSEG table we don't have ZZREGION field in that table. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now please guide me how to overcome this error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Siddarth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Sep 2009 08:30:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-error-coming-from-standard-program/m-p/6131081#M1365455</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-02T08:30:24Z</dc:date>
    </item>
    <item>
      <title>Re: Dump error coming from Standard program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-error-coming-from-standard-program/m-p/6131082#M1365456</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;append the field ZZREGION to the BESG table..then ur problem will be solved..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;goto se11&lt;DEL&gt;&amp;gt;enter BESG&lt;/DEL&gt;&amp;gt;inside u can find append structure button&lt;DEL&gt;&amp;gt;select it&lt;/DEL&gt;&amp;gt;and append it..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Kiran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Sep 2009 08:33:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-error-coming-from-standard-program/m-p/6131082#M1365456</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-02T08:33:47Z</dc:date>
    </item>
    <item>
      <title>Re: Dump error coming from Standard program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-error-coming-from-standard-program/m-p/6131083#M1365457</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;USE  "append structure " in se11 to add that field to BSEG when you have arrived the first screen with table BSEG&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Sep 2009 08:36:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-error-coming-from-standard-program/m-p/6131083#M1365457</guid>
      <dc:creator>daixiong_jiang3</dc:creator>
      <dc:date>2009-09-02T08:36:17Z</dc:date>
    </item>
    <item>
      <title>Re: Dump error coming from Standard program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-error-coming-from-standard-program/m-p/6131084#M1365458</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;GBTC2FI0 contains generated code from validations (tx OB28) and substitutions (tx OBBH). It seems that a validation or substitution using the ZZREGION field was transported separately from the corresponding change to table BSEG.&lt;/P&gt;&lt;P&gt;Try to better synchronize your developments.&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Sep 2009 08:42:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-error-coming-from-standard-program/m-p/6131084#M1365458</guid>
      <dc:creator>ThomasZloch</dc:creator>
      <dc:date>2009-09-02T08:42:20Z</dc:date>
    </item>
    <item>
      <title>Re: Dump error coming from Standard program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-error-coming-from-standard-program/m-p/6131085#M1365459</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;Thanks for your replies. But there are two things: -&lt;/P&gt;&lt;P&gt;1. it requires access keys to add any field in standard table.&lt;/P&gt;&lt;P&gt;2. it is not best practice to add fields on your own.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can any tell me any SAP note which can be used to get out of this problem?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;Siddarth.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Sep 2009 10:18:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-error-coming-from-standard-program/m-p/6131085#M1365459</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-02T10:18:58Z</dc:date>
    </item>
    <item>
      <title>Re: Dump error coming from Standard program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-error-coming-from-standard-program/m-p/6131086#M1365460</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1. "Appending" a field to a standard table does not require an access key&lt;/P&gt;&lt;P&gt;2. who says that?&lt;/P&gt;&lt;P&gt;3. please read my reply again. Your problem is self made. Append the field OR change the validation/substitution AND/OR move all relevant transports into the target system&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Sep 2009 10:48:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-error-coming-from-standard-program/m-p/6131086#M1365460</guid>
      <dc:creator>ThomasZloch</dc:creator>
      <dc:date>2009-09-02T10:48:33Z</dc:date>
    </item>
    <item>
      <title>Re: Dump error coming from Standard program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-error-coming-from-standard-program/m-p/13685813#M2027839</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.sap.com/t5/user/viewprofilepage/user-id/41993"&gt;@ThomasZloch&lt;/a&gt;,&lt;BR /&gt;I have deleted the append structure to BSEG, Done Se14 adjustment as well but still can see custom field in dynamically generate temp structure in standard program Include "GBTAAFIJ".. How do I correctly sync them again??&lt;/P&gt;</description>
      <pubDate>Mon, 29 Apr 2024 11:16:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-error-coming-from-standard-program/m-p/13685813#M2027839</guid>
      <dc:creator>robinthakral</dc:creator>
      <dc:date>2024-04-29T11:16:50Z</dc:date>
    </item>
    <item>
      <title>Re: Dump error coming from Standard program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-error-coming-from-standard-program/m-p/13685872#M2027840</link>
      <description>&lt;P&gt;Did you already execute reports such as RGUGBR00 or RGUGBR01 ?&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;A href="https://help.sap.com/docs/search?q=%20Using%20the%20Rule%20Manager%20Reports&amp;amp;locale=en-US&amp;amp;format=standard,html,pdf,others" target="_self"&gt;&lt;SPAN&gt;Using the Rule Manager Reports&lt;/SPAN&gt;&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Customizing transaction&amp;nbsp;&lt;A href="https://help.sap.com/docs/search?q=OXK3&amp;amp;locale=en-US&amp;amp;format=standard,html,pdf,others" target="_self"&gt;OXK3&lt;/A&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Apr 2024 12:14:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-error-coming-from-standard-program/m-p/13685872#M2027840</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2024-04-29T12:14:22Z</dc:date>
    </item>
  </channel>
</rss>

