<?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: Dialog programming: TEXTBOX in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-programming-textbox/m-p/2293545#M500565</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;go through the below prgrams.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;demo_dynpro_modify_simple&lt;/P&gt;&lt;P&gt;demo_dynpro_modify_screen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;first one is the simple one and second one is the complex one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;u&amp;gt;&amp;lt;b&amp;gt;Award if useful&amp;lt;/b&amp;gt;&amp;lt;/u&amp;gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 14 May 2007 10:34:04 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-14T10:34:04Z</dc:date>
    <item>
      <title>Dialog programming: TEXTBOX</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-programming-textbox/m-p/2293542#M500562</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      I created two fields in dialogprogramming (one is NAME and another one is NUMBER. the NUMBER field is auto generated field) and i created a application toolbar it contains create, change, display &amp;amp; delete icons.&lt;/P&gt;&lt;P&gt;      now i want that  if i click the CREATE icon then the NUMBER field is in Diplay mode. otherwise if i click change icon then the number field change as entry mode/level.&lt;/P&gt;&lt;P&gt;          if it is possible then please tell me how it is possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THANKS &amp;amp; REGARDS,&lt;/P&gt;&lt;P&gt;vallamuthu.M&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 May 2007 10:27:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-programming-textbox/m-p/2293542#M500562</guid>
      <dc:creator>vallamuthu_madheswaran2</dc:creator>
      <dc:date>2007-05-14T10:27:24Z</dc:date>
    </item>
    <item>
      <title>Re: Dialog programming: TEXTBOX</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-programming-textbox/m-p/2293543#M500563</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes it is possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;see the two programs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;demo_dynpro_modify_simple&lt;/P&gt;&lt;P&gt;demo_dynpro_modify_screen&lt;/P&gt;&lt;P&gt;Their will be an auto generated table callled SCREEN, which contains all the attributes of the fields in the screen, By modifying this u can do that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u will use the below statements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Loop at screen. "screen is a table with header&lt;/P&gt;&lt;P&gt;if (condition)&lt;/P&gt;&lt;P&gt;"some scree modifications i.e., u will modify the screen table&lt;/P&gt;&lt;P&gt;Modify Screen.&lt;/P&gt;&lt;P&gt;endif&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Endloop&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 May 2007 10:28:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-programming-textbox/m-p/2293543#M500563</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-14T10:28:18Z</dc:date>
    </item>
    <item>
      <title>Re: Dialog programming: TEXTBOX</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-programming-textbox/m-p/2293544#M500564</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HOW IS IT POSSIBLE?PLEASE IVE ME AS EXAMPLE (SOME SAMPLE CODINGS)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 May 2007 10:30:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-programming-textbox/m-p/2293544#M500564</guid>
      <dc:creator>vallamuthu_madheswaran2</dc:creator>
      <dc:date>2007-05-14T10:30:35Z</dc:date>
    </item>
    <item>
      <title>Re: Dialog programming: TEXTBOX</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-programming-textbox/m-p/2293545#M500565</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;go through the below prgrams.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;demo_dynpro_modify_simple&lt;/P&gt;&lt;P&gt;demo_dynpro_modify_screen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;first one is the simple one and second one is the complex one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;u&amp;gt;&amp;lt;b&amp;gt;Award if useful&amp;lt;/b&amp;gt;&amp;lt;/u&amp;gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 May 2007 10:34:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-programming-textbox/m-p/2293545#M500565</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-14T10:34:04Z</dc:date>
    </item>
    <item>
      <title>Re: Dialog programming: TEXTBOX</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-programming-textbox/m-p/2293546#M500566</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;write the code in PAI

say P_NUM is the name of screen field for number

MODULE USER_COMMAND.

MODULE USER_COMMAND.

 WHEN 'DISPLAY'.
     loop at screen.
       if screen-name eq 'P_NUM'.
          screen-input = '0'.
          modify screen.
        endif.
     endloop.
  WHEN 'CHANGE'.
     loop at screen.
       if screen-name eq 'P_NUM'.
          screen-input = '1'.
          modify screen.
        endif.
     endloop.


ENDMODULE.&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 May 2007 10:35:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-programming-textbox/m-p/2293546#M500566</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-14T10:35:12Z</dc:date>
    </item>
  </channel>
</rss>

