<?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/display dialog program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-display-dialog-program/m-p/866780#M49139</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;As said you can use loop at screen in PBO to decide the way the fields need to be.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or u can create two subscreens with similar fields .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One screen has all fields enabled and other has fields disabled . As the user presses the toggle button you can call subsreens accordingly&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 23 May 2005 15:17:37 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-05-23T15:17:37Z</dc:date>
    <item>
      <title>change/display dialog program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-display-dialog-program/m-p/866776#M49135</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;I am using dialog program to display the records on the screen. On screen layout i declared all fields as output fields only. Now I want to add a button (change/display) on to screen so that when ever i press the button the screen has to change from display to change mode(just like the normal display/change button in se38) and vice versa so that i can edit the fields and save it again.&lt;/P&gt;&lt;P&gt;I would like to know if there exists any function module to do so or can some one please help me with a code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks to all in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 May 2005 14:09:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-display-dialog-program/m-p/866776#M49135</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-05-23T14:09:57Z</dc:date>
    </item>
    <item>
      <title>Re: change/display dialog program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-display-dialog-program/m-p/866777#M49136</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;at pbo, you need to&lt;/P&gt;&lt;P&gt;loop at screen.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;and set the input flag&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;screen-input = 'X'. "or may be 1.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That's all!&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;Siggi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 May 2005 14:28:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-display-dialog-program/m-p/866777#M49136</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-05-23T14:28:03Z</dc:date>
    </item>
    <item>
      <title>Re: change/display dialog program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-display-dialog-program/m-p/866778#M49137</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="http://saphelp47x200/helpdata/EN/9f/dbab6f35c111d1829f0000e829fbfe/frameset.htm" target="test_blank"&gt;http://saphelp47x200/helpdata/EN/9f/dbab6f35c111d1829f0000e829fbfe/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;More here .&lt;/P&gt;&lt;P&gt;Njoy Coding.&lt;/P&gt;&lt;P&gt;Manohar&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Mano Sri&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 May 2005 14:30:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-display-dialog-program/m-p/866778#M49137</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-05-23T14:30:03Z</dc:date>
    </item>
    <item>
      <title>Re: change/display dialog program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-display-dialog-program/m-p/866779#M49138</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Madhu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Define your fields as input/output fields. In the PBO, you can either turn them on or off by applying the logic below.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
LOOP AT SCREEN.
  IF SCREEN-NAME   = 'ABC' OR
    SCREEN-GROUP1 = 'TEST'.
    SCREEN-INPUT = 1. " Make it editable field
    MODIFY SCREEN.
  ENDIF.
ENDLOOP.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you do SCREEN-ACTIVE = 1 or 0, you are actually showing or hiding the field itself, but if you do SCREEN-INPUT = 1 or 0, you are just making the field editable or display only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Srinivas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 May 2005 14:46:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-display-dialog-program/m-p/866779#M49138</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-05-23T14:46:57Z</dc:date>
    </item>
    <item>
      <title>Re: change/display dialog program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-display-dialog-program/m-p/866780#M49139</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;As said you can use loop at screen in PBO to decide the way the fields need to be.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or u can create two subscreens with similar fields .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One screen has all fields enabled and other has fields disabled . As the user presses the toggle button you can call subsreens accordingly&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 May 2005 15:17:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-display-dialog-program/m-p/866780#M49139</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-05-23T15:17:37Z</dc:date>
    </item>
    <item>
      <title>Re: change/display dialog program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-display-dialog-program/m-p/866781#M49140</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you allvery much.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 May 2005 21:18:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-display-dialog-program/m-p/866781#M49140</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-05-23T21:18:29Z</dc:date>
    </item>
  </channel>
</rss>

