<?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: Change Dialog Screen Field Position Dynamically in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-dialog-screen-field-position-dynamically/m-p/1119669#M108584</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 position of a field is static in the screen, you can't change it while program is working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 28 Dec 2005 16:02:08 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-12-28T16:02:08Z</dc:date>
    <item>
      <title>Change Dialog Screen Field Position Dynamically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-dialog-screen-field-position-dynamically/m-p/1119668#M108583</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;Can I change screen field position at runtime?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I saw that in the SCREEN Structure there aren't any fields to set the position. Is there a Function Module or a Class to do that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eyal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Dec 2005 15:52:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-dialog-screen-field-position-dynamically/m-p/1119668#M108583</guid>
      <dc:creator>eyal_alsheikh</dc:creator>
      <dc:date>2005-12-28T15:52:00Z</dc:date>
    </item>
    <item>
      <title>Re: Change Dialog Screen Field Position Dynamically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-dialog-screen-field-position-dynamically/m-p/1119669#M108584</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 position of a field is static in the screen, you can't change it while program is working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Dec 2005 16:02:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-dialog-screen-field-position-dynamically/m-p/1119669#M108584</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-28T16:02:08Z</dc:date>
    </item>
    <item>
      <title>Re: Change Dialog Screen Field Position Dynamically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-dialog-screen-field-position-dynamically/m-p/1119670#M108585</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Eyal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good Question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. R/3 abap does not allow this facility.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. However, if we use a custom control /container,&lt;/P&gt;&lt;P&gt;   then there one property LEFT, TOP, &lt;/P&gt;&lt;P&gt;  which is avaialbe in the OO hierarchy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CL_GUI_OBJECT  1  &lt;/P&gt;&lt;P&gt;  CL_GUI_CONTROL 2  &amp;lt;----&lt;/P&gt;&lt;HR originaltext="---------" /&gt;&lt;P&gt;  ... CL_GUI_ALV_GRID, ETC. ETC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. This 2 has got this property&lt;/P&gt;&lt;P&gt;4.  we can use like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL METHOD grid-&amp;gt;set_top&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      top        = 1500&lt;/P&gt;&lt;P&gt;    EXCEPTIONS&lt;/P&gt;&lt;P&gt;      cntl_error = 1&lt;/P&gt;&lt;P&gt;      OTHERS     = 2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5. I tried but i don't know why its not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Dec 2005 04:48:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-dialog-screen-field-position-dynamically/m-p/1119670#M108585</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-29T04:48:53Z</dc:date>
    </item>
    <item>
      <title>Re: Change Dialog Screen Field Position Dynamically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-dialog-screen-field-position-dynamically/m-p/1119671#M108586</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;what exactly you are looking for..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can't set the screen field posititons dynamically.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Dec 2005 04:55:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-dialog-screen-field-position-dynamically/m-p/1119671#M108586</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-29T04:55:34Z</dc:date>
    </item>
    <item>
      <title>Re: Change Dialog Screen Field Position Dynamically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-dialog-screen-field-position-dynamically/m-p/1119672#M108587</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;u can't change the screen field dynamically .&lt;/P&gt;&lt;P&gt;But what u can do is to have two field of same type in the screen and make one of then visible and other invisible...and during runtime u change the visible to invisible and invisible to visible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Asit Garg&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Dec 2005 05:00:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-dialog-screen-field-position-dynamically/m-p/1119672#M108587</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-29T05:00:22Z</dc:date>
    </item>
    <item>
      <title>Re: Change Dialog Screen Field Position Dynamically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-dialog-screen-field-position-dynamically/m-p/1119673#M108588</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;Thanks you all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need this in order to set a field position when I am using to add a Customer Field in EBP SRM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the EBP SRM I can add a screen field via appending it &lt;/P&gt;&lt;P&gt;to a structure but I can't control the field position.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I thought to handle the field position in a BADI at runtime.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eyal.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Dec 2005 09:05:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-dialog-screen-field-position-dynamically/m-p/1119673#M108588</guid>
      <dc:creator>eyal_alsheikh</dc:creator>
      <dc:date>2005-12-29T09:05:29Z</dc:date>
    </item>
  </channel>
</rss>

