<?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: Syntax error in program GBBTQFI0 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-in-program-gbbtqfi0/m-p/4174216#M997902</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Reason: The customized field is missed after upgrade from ECC6.0 to ECC6.03.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Solution: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SE11--&amp;gt;BSEG --&amp;gt; Append structure &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;.&lt;STRONG&gt;APPEND	ZFU12	STRU	0	0	ZZUSERFLD1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;ZZUSERFLD1	ZZUSERFLD1	CHAR	9	0	Territory&lt;/P&gt;&lt;P&gt;ZZUSERFLD2	ZZUSERFLD2	CHAR	12	0	Owner/Cont.&lt;/P&gt;&lt;P&gt;ZZUSERFLD3	ZZUSERFLD3	CHAR	22	0	Vein&lt;/P&gt;&lt;P&gt;.&lt;STRONG&gt;APPEND	ZREG2	STRU	0	0	region&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;ZZREGION	ZZREGION	CHAR	3	0	Location&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;.APPEND	ZT005S	STRU	0	0	state&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;ZZSTATE	ZZSTATE	CHAR	3	0	State/Province Code&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 Feb 2009 08:23:40 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-02-12T08:23:40Z</dc:date>
    <item>
      <title>Syntax error in program GBBTQFI0</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-in-program-gbbtqfi0/m-p/4174210#M997896</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;dear gurus&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am getting the following error while doing PGI, this is a runtime error and the analysis states&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in program GBBTQFI0 the following syntax error occured&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the include GBBTQFIB in the line 785 &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;can u give the solution regarding this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;srini&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jul 2008 05:15:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-in-program-gbbtqfi0/m-p/4174210#M997896</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-16T05:15:58Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax error in program GBBTQFI0</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-in-program-gbbtqfi0/m-p/4174211#M997897</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Srini,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Is this an Upgrade related syntax error. Check if ur table BSEG has ZZREGION, I guess it should have been deleted during the SPDD adjustments. If this is not the case can you provide some more info.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sai&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jul 2008 05:27:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-in-program-gbbtqfi0/m-p/4174211#M997897</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-16T05:27:00Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax error in program GBBTQFI0</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-in-program-gbbtqfi0/m-p/4174212#M997898</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi !&lt;/P&gt;&lt;P&gt;Standard BSEG does not have the field  ZZREGION&lt;/P&gt;&lt;P&gt;, for sure....&lt;/P&gt;&lt;P&gt;So I think BSEG- ZZREGION is or was a customer-appended field on your devolopement system and has not ben transported to your productive system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What you should do is... check the definition of BSEG in your devolopment system.&lt;/P&gt;&lt;P&gt;Try to find out what BSEG- ZZREGION is and transport it to your produvtive system.&lt;/P&gt;&lt;P&gt;OR ... check out the code where the BSEG- ZZREGION&lt;/P&gt;&lt;P&gt;is beeing used and try to find out if this is stell in use.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helped a bit....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rainer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jul 2008 06:06:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-in-program-gbbtqfi0/m-p/4174212#M997898</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-16T06:06:52Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax error in program GBBTQFI0</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-in-program-gbbtqfi0/m-p/4174213#M997899</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hiiii&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BSEG does not have this field..may be it will be in Append Structure of BSEG..try to find it from old system.i think you need to append structure with this field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;twinkal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jul 2008 06:11:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-in-program-gbbtqfi0/m-p/4174213#M997899</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-16T06:11:01Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax error in program GBBTQFI0</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-in-program-gbbtqfi0/m-p/4174214#M997900</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;the problem was solved&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;srini&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Nov 2008 12:04:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-in-program-gbbtqfi0/m-p/4174214#M997900</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-24T12:04:00Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax error in program GBBTQFI0</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-in-program-gbbtqfi0/m-p/4174215#M997901</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the same problem on a ECC IDES System.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How did you resolve this ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Math&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jan 2009 15:25:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-in-program-gbbtqfi0/m-p/4174215#M997901</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-21T15:25:33Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax error in program GBBTQFI0</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-in-program-gbbtqfi0/m-p/4174216#M997902</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Reason: The customized field is missed after upgrade from ECC6.0 to ECC6.03.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Solution: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SE11--&amp;gt;BSEG --&amp;gt; Append structure &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;.&lt;STRONG&gt;APPEND	ZFU12	STRU	0	0	ZZUSERFLD1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;ZZUSERFLD1	ZZUSERFLD1	CHAR	9	0	Territory&lt;/P&gt;&lt;P&gt;ZZUSERFLD2	ZZUSERFLD2	CHAR	12	0	Owner/Cont.&lt;/P&gt;&lt;P&gt;ZZUSERFLD3	ZZUSERFLD3	CHAR	22	0	Vein&lt;/P&gt;&lt;P&gt;.&lt;STRONG&gt;APPEND	ZREG2	STRU	0	0	region&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;ZZREGION	ZZREGION	CHAR	3	0	Location&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;.APPEND	ZT005S	STRU	0	0	state&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;ZZSTATE	ZZSTATE	CHAR	3	0	State/Province Code&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Feb 2009 08:23:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-in-program-gbbtqfi0/m-p/4174216#M997902</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-12T08:23:40Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax error in program GBBTQFI0</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-in-program-gbbtqfi0/m-p/4174217#M997903</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;We have a similar issue after upgrading from 6.00 to 6.03. (Veriosn 600 to 603)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please tell me how to resolve this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Apr 2009 05:01:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-in-program-gbbtqfi0/m-p/4174217#M997903</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-16T05:01:05Z</dc:date>
    </item>
  </channel>
</rss>

