<?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 delete fields without names in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-fields-without-names/m-p/3300702#M790142</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;I am using GuiXT for the first time to enhance some of the screens in our SAP system to make them more user friendly. I am trying to delete most of the fields in the screen ME55 - Collective Release (program: RM06BF00 screen: 1000). The problem is trying to delete multiple fields on the one line from the screen eg: Document Type has 2 selection fields and a multiple selection box. I have tried using: DEL [Document Type] "-Triple" but this does not delete all of the line; it leaves 1 field and the multiple selection box. Can you advise?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Rathul.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 02 Feb 2008 07:12:44 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-02-02T07:12:44Z</dc:date>
    <item>
      <title>delete fields without names</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-fields-without-names/m-p/3300702#M790142</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;I am using GuiXT for the first time to enhance some of the screens in our SAP system to make them more user friendly. I am trying to delete most of the fields in the screen ME55 - Collective Release (program: RM06BF00 screen: 1000). The problem is trying to delete multiple fields on the one line from the screen eg: Document Type has 2 selection fields and a multiple selection box. I have tried using: DEL [Document Type] "-Triple" but this does not delete all of the line; it leaves 1 field and the multiple selection box. Can you advise?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Rathul.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 Feb 2008 07:12:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-fields-without-names/m-p/3300702#M790142</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-02T07:12:44Z</dc:date>
    </item>
    <item>
      <title>Re: delete fields without names</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-fields-without-names/m-p/3300703#M790143</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;There are several ways to delete fields without names:&lt;/P&gt;&lt;P&gt;(1) you use direct coordinates:&lt;/P&gt;&lt;P&gt;// delete pushbutton in "document type" line&lt;/P&gt;&lt;P&gt;del #[11,78]&lt;/P&gt;&lt;P&gt;I would avoid this possibility, since any changes in the ABAP report could change the position of this button as well &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(2) you use relative positions with respect to [Document type]: &lt;/P&gt;&lt;P&gt;// delete pushbutton in "document type" line &lt;/P&gt;&lt;P&gt;del [Document type]+(0,78) &lt;/P&gt;&lt;P&gt;This is much better, since the vertical position (column) of the button does not change, if more or less parameters are defined in the report. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(3) You delete the whole line &lt;/P&gt;&lt;P&gt;// delete line containing the "document type" selection &lt;/P&gt;&lt;P&gt;del [Document type] [Document type]+(0,100) &lt;/P&gt;&lt;P&gt;This is fine if you really want to delete the whole line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Reward Points if found helpfull..&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Cheers,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Chandra Sekhar.&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 Feb 2008 08:57:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-fields-without-names/m-p/3300703#M790143</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-02T08:57:40Z</dc:date>
    </item>
  </channel>
</rss>

