<?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: Screen development in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-development/m-p/6785532#M1465226</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rakesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the VALUE REQUEST event just pass the new value to the second text box field. It will automatically change.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Process on value-request.&lt;/P&gt;&lt;P&gt;module request.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;module request input.&lt;/P&gt;&lt;P&gt;if text_box1 = '1'.&lt;/P&gt;&lt;P&gt;text_box2 = '2'.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;endmodule.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Srinath s&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Srinath Srinivasan on Mar 30, 2010 12:39 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 30 Mar 2010 10:38:48 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-03-30T10:38:48Z</dc:date>
    <item>
      <title>Screen development</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-development/m-p/6785530#M1465224</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   I am having a screen with two text box. One text box I took as a lebel.&lt;/P&gt;&lt;P&gt;My requirement is when I put f4 help on text1 then the data automatically updated&lt;/P&gt;&lt;P&gt;in text2(label).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for text1 I took FM RH_OBJID_REQUEST and value comes in text1.&lt;/P&gt;&lt;P&gt;how will I change the label text2 accordingly. Any FM is there for this.&lt;/P&gt;&lt;P&gt;Please help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Rakesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Mar 2010 08:40:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-development/m-p/6785530#M1465224</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-30T08:40:14Z</dc:date>
    </item>
    <item>
      <title>Re: Screen development</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-development/m-p/6785531#M1465225</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;you have to use event blocks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;eg: &lt;A href="http://it.toolbox.com/wiki/index.php/ABAP_Documentation_for_Newbies" target="test_blank"&gt;http://it.toolbox.com/wiki/index.php/ABAP_Documentation_for_Newbies&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;...when sth. happens on your screen an event will be triggered doing sth.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;André&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Mar 2010 09:02:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-development/m-p/6785531#M1465225</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-30T09:02:11Z</dc:date>
    </item>
    <item>
      <title>Re: Screen development</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-development/m-p/6785532#M1465226</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rakesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the VALUE REQUEST event just pass the new value to the second text box field. It will automatically change.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Process on value-request.&lt;/P&gt;&lt;P&gt;module request.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;module request input.&lt;/P&gt;&lt;P&gt;if text_box1 = '1'.&lt;/P&gt;&lt;P&gt;text_box2 = '2'.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;endmodule.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Srinath s&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Srinath Srinivasan on Mar 30, 2010 12:39 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Mar 2010 10:38:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-development/m-p/6785532#M1465226</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-30T10:38:48Z</dc:date>
    </item>
  </channel>
</rss>

