<?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: How to delete a dynpro control table declaration in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-delete-a-dynpro-control-table-declaration/m-p/11243160#M1913280</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;Thank you for the answer but I guess you did not understand my issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The new screen (dynpro) was deleted. Therefore, there is no PBO, PAI and no forms either.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The only problem is that the declaration line created by the Wizard is still in the TOP include. I cannot delete it manually since I am in a standard program which was enhanced. The declaration line in the TOP include is greyed out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From my point of view, the dynpro Wizard should delete this line automaticaly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any clue ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 01 Sep 2015 13:27:21 GMT</pubDate>
    <dc:creator>racingpro</dc:creator>
    <dc:date>2015-09-01T13:27:21Z</dc:date>
    <item>
      <title>How to delete a dynpro control table declaration</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-delete-a-dynpro-control-table-declaration/m-p/11243158#M1913278</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm going through a particular issue caused by the dynpro table control wizard. I tried to find solutions in other discussions but without any luck.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've made an enhancement in a standard program by creating a new dynpro in which I added a table control using the Wizard. In the TOP Include of the program, a line was added automatically to declare the table control: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONTROLS: TC_SERNE TYPE TABLEVIEW USING SCREEN 9000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The new screen is not required anymore so I deleted the table control and the Dynpro but the declaration line remains in the TOP Include.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not able to delete the line manually in SE80. In enhancement mode the line cannot be changed since it was added by the Wizard.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone have a clue?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sylvain&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Aug 2015 20:18:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-delete-a-dynpro-control-table-declaration/m-p/11243158#M1913278</guid>
      <dc:creator>racingpro</dc:creator>
      <dc:date>2015-08-31T20:18:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to delete a dynpro control table declaration</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-delete-a-dynpro-control-table-declaration/m-p/11243159#M1913279</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 to manually do the deletion activity.&lt;/P&gt;&lt;P&gt;In general we have 4 include in module pool program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;top&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;pbo&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;pai&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;form&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so from each include you have to delete.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;first delete from form include and then pbo and pai include and activate force fully .&lt;/P&gt;&lt;P&gt;then remove the table control declaration from top include and activate .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if any problem persist let me known...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Sep 2015 06:08:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-delete-a-dynpro-control-table-declaration/m-p/11243159#M1913279</guid>
      <dc:creator>SwadhinGhatuary</dc:creator>
      <dc:date>2015-09-01T06:08:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to delete a dynpro control table declaration</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-delete-a-dynpro-control-table-declaration/m-p/11243160#M1913280</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;Thank you for the answer but I guess you did not understand my issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The new screen (dynpro) was deleted. Therefore, there is no PBO, PAI and no forms either.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The only problem is that the declaration line created by the Wizard is still in the TOP include. I cannot delete it manually since I am in a standard program which was enhanced. The declaration line in the TOP include is greyed out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From my point of view, the dynpro Wizard should delete this line automaticaly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any clue ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Sep 2015 13:27:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-delete-a-dynpro-control-table-declaration/m-p/11243160#M1913280</guid>
      <dc:creator>racingpro</dc:creator>
      <dc:date>2015-09-01T13:27:21Z</dc:date>
    </item>
  </channel>
</rss>

