<?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: variable already been declared error in TOP Include in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/variable-already-been-declared-error-in-top-include/m-p/436823#M12674</link>
    <description>&lt;P&gt;&lt;A href="http://help-legacy.sap.com/abapdocu_751/en/abaptables.htm"&gt;TABLES&lt;/A&gt; statement is often required for interface between dynpro and program (and logical database, other usage are obsolete)&lt;/P&gt;</description>
    <pubDate>Thu, 18 May 2017 12:29:26 GMT</pubDate>
    <dc:creator>RaymondGiuseppi</dc:creator>
    <dc:date>2017-05-18T12:29:26Z</dc:date>
    <item>
      <title>variable already been declared error in TOP Include</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/variable-already-been-declared-error-in-top-include/m-p/436818#M12669</link>
      <description>&lt;P&gt;hello all,&lt;/P&gt;&lt;P&gt;i am developing a project in CMOD for SRVEUSCR( User screen on entry sheet tabstrip)&lt;/P&gt;&lt;P&gt;however when i declared some variables in ZXMLUTOP&lt;/P&gt;&lt;P&gt;getting error as CI_ESSRDB already has been declared.&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/34938-error1.jpg" /&gt;&lt;/P&gt;&lt;P&gt;no where i have declared these variables other than top include.&lt;/P&gt;&lt;P&gt;then why i am getting this error, please suggest a solution.&lt;/P&gt;&lt;P&gt;thanks in advance...&lt;/P&gt;</description>
      <pubDate>Thu, 18 May 2017 11:53:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/variable-already-been-declared-error-in-top-include/m-p/436818#M12669</guid>
      <dc:creator>former_member185116</dc:creator>
      <dc:date>2017-05-18T11:53:43Z</dc:date>
    </item>
    <item>
      <title>Re: variable already been declared error in TOP Include</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/variable-already-been-declared-error-in-top-include/m-p/436819#M12670</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;if you open CMOD with your exit SRVEUSCR you can find in the component list a section for includes. &lt;/P&gt;&lt;P&gt;There is CI_ESSRDB defined. Because of that I think it is decleared already and your tables declaration is not neccessary anymore. &lt;/P&gt;&lt;P&gt;Nevertheless I dont understand why do you declar CI_ESSRDB with tables? &lt;/P&gt;&lt;P&gt;CI_ESSRDB is not a DB table. &lt;/P&gt;</description>
      <pubDate>Thu, 18 May 2017 12:07:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/variable-already-been-declared-error-in-top-include/m-p/436819#M12670</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2017-05-18T12:07:31Z</dc:date>
    </item>
    <item>
      <title>Re: variable already been declared error in TOP Include</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/variable-already-been-declared-error-in-top-include/m-p/436820#M12671</link>
      <description>&lt;P&gt;Hi patrick,&lt;/P&gt;&lt;P&gt; i have commented entire tables line, still i am getting same error for other variables,&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/34940-error2.jpg" /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 18 May 2017 12:13:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/variable-already-been-declared-error-in-top-include/m-p/436820#M12671</guid>
      <dc:creator>former_member185116</dc:creator>
      <dc:date>2017-05-18T12:13:14Z</dc:date>
    </item>
    <item>
      <title>Re: variable already been declared error in TOP Include</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/variable-already-been-declared-error-in-top-include/m-p/436821#M12672</link>
      <description>&lt;P&gt;Hi Vinay,&lt;/P&gt;&lt;P&gt;The include &lt;STRONG&gt;ZXMLUTOP&lt;/STRONG&gt;&lt;STRONG&gt; &lt;/STRONG&gt;is one of the include program in XMLU function group, XMLU contains more number of includes. &lt;/P&gt;&lt;P&gt;Kindly search the variable CI_ESSRDB globally as shown below.&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/34955-1.jpg" /&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Rajkumar Narasimman&lt;/P&gt;</description>
      <pubDate>Thu, 18 May 2017 12:25:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/variable-already-been-declared-error-in-top-include/m-p/436821#M12672</guid>
      <dc:creator>rajkumarnarasimman</dc:creator>
      <dc:date>2017-05-18T12:25:38Z</dc:date>
    </item>
    <item>
      <title>Re: variable already been declared error in TOP Include</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/variable-already-been-declared-error-in-top-include/m-p/436822#M12673</link>
      <description>&lt;P&gt;Seems there was a problem that 'disturbed' the exit function group, could you try (SE80) to reactivate the whole function group (XMLU) Have you included the ZXMLUTOP twice in the FG?&lt;/P&gt;</description>
      <pubDate>Thu, 18 May 2017 12:26:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/variable-already-been-declared-error-in-top-include/m-p/436822#M12673</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2017-05-18T12:26:14Z</dc:date>
    </item>
    <item>
      <title>Re: variable already been declared error in TOP Include</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/variable-already-been-declared-error-in-top-include/m-p/436823#M12674</link>
      <description>&lt;P&gt;&lt;A href="http://help-legacy.sap.com/abapdocu_751/en/abaptables.htm"&gt;TABLES&lt;/A&gt; statement is often required for interface between dynpro and program (and logical database, other usage are obsolete)&lt;/P&gt;</description>
      <pubDate>Thu, 18 May 2017 12:29:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/variable-already-been-declared-error-in-top-include/m-p/436823#M12674</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2017-05-18T12:29:26Z</dc:date>
    </item>
    <item>
      <title>Re: variable already been declared error in TOP Include</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/variable-already-been-declared-error-in-top-include/m-p/436824#M12675</link>
      <description>&lt;P&gt;Hi raymond,&lt;/P&gt;&lt;P&gt;thanks for your reply,&lt;/P&gt;&lt;P&gt;as you said i have checked FG = XMLU, i found that some one has declared ZXMLUTOP in LXMLUTOP,&lt;/P&gt;&lt;P&gt;i think might be causing the error,&lt;/P&gt;&lt;P&gt;please see the screen attached,&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/34971-error3.jpg" /&gt;&lt;/P&gt;&lt;P&gt;i am unable to delete ZXMLUTOP from LXMLUTOP, its saying changes to LXMLUTOP are forbidden by sap..&lt;/P&gt;</description>
      <pubDate>Thu, 18 May 2017 12:47:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/variable-already-been-declared-error-in-top-include/m-p/436824#M12675</guid>
      <dc:creator>former_member185116</dc:creator>
      <dc:date>2017-05-18T12:47:26Z</dc:date>
    </item>
    <item>
      <title>Re: variable already been declared error in TOP Include</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/variable-already-been-declared-error-in-top-include/m-p/436825#M12676</link>
      <description>&lt;P&gt;SAP did it and it's okay. From SE80 click on header (function group) and select activate in context menu. Also feel free to look at includes like ZXMLU[I,O]01 for definitions lost/hidden in the code of some modules.&lt;/P&gt;</description>
      <pubDate>Thu, 18 May 2017 12:55:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/variable-already-been-declared-error-in-top-include/m-p/436825#M12676</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2017-05-18T12:55:28Z</dc:date>
    </item>
    <item>
      <title>Re: variable already been declared error in TOP Include</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/variable-already-been-declared-error-in-top-include/m-p/436826#M12677</link>
      <description>&lt;P&gt;Hi raymond,&lt;/P&gt;&lt;P&gt;i have activated the function group XMLU,&lt;/P&gt;&lt;P&gt;i have also checked includes ZXMLUO01, ZXMLUI01,&lt;/P&gt;&lt;P&gt;they did not contained any variables that were declared in ZXMLUTOP..&lt;/P&gt;</description>
      <pubDate>Fri, 19 May 2017 06:29:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/variable-already-been-declared-error-in-top-include/m-p/436826#M12677</guid>
      <dc:creator>former_member185116</dc:creator>
      <dc:date>2017-05-19T06:29:05Z</dc:date>
    </item>
    <item>
      <title>Re: variable already been declared error in TOP Include</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/variable-already-been-declared-error-in-top-include/m-p/436827#M12678</link>
      <description>&lt;P&gt;When you have an error "data object already declared" but you find only one declaration (with search option "in main program" to look everywhere), then the culprit is often the statement INCLUDE of the same include program occurring twice in the code.&lt;/P&gt;</description>
      <pubDate>Fri, 19 May 2017 06:37:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/variable-already-been-declared-error-in-top-include/m-p/436827#M12678</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2017-05-19T06:37:58Z</dc:date>
    </item>
    <item>
      <title>Re: variable already been declared error in TOP Include</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/variable-already-been-declared-error-in-top-include/m-p/436828#M12679</link>
      <description>&lt;P&gt;Rajkumar already explained how to search for the variables. Is there any problem with repeating the process with another variable? Or simply using a different name?&lt;/P&gt;</description>
      <pubDate>Fri, 19 May 2017 20:44:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/variable-already-been-declared-error-in-top-include/m-p/436828#M12679</guid>
      <dc:creator>Jelena_Perfiljeva</dc:creator>
      <dc:date>2017-05-19T20:44:12Z</dc:date>
    </item>
    <item>
      <title>Re: variable already been declared error in TOP Include</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/variable-already-been-declared-error-in-top-include/m-p/436829#M12680</link>
      <description>&lt;P&gt;If every variable of ZXMLUTOP is declared twice, then it's obvious that ZXMLUTOP has been included twice. So, search all places where there is an INCLUDE zxmlutop, you should find 2 places, one which is done by SAP and one which you added. Remove the one which you added.&lt;/P&gt;</description>
      <pubDate>Sat, 20 May 2017 07:13:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/variable-already-been-declared-error-in-top-include/m-p/436829#M12680</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2017-05-20T07:13:03Z</dc:date>
    </item>
  </channel>
</rss>

