<?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 Painter - Help! in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-painter-help/m-p/2139311#M450431</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;    i think u can set this using some control statement...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 Apr 2007 05:10:28 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-04-12T05:10:28Z</dc:date>
    <item>
      <title>Screen Painter - Help!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-painter-help/m-p/2139310#M450430</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a screen in screen painter with two fields. if i set 1 field to X , then other should automatically be set to R on that same screen. Is it possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think it can be possible by using value-request. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please if u have any suggestion or example let me know.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Apr 2007 05:06:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-painter-help/m-p/2139310#M450430</guid>
      <dc:creator>rahulnavandar</dc:creator>
      <dc:date>2007-04-12T05:06:48Z</dc:date>
    </item>
    <item>
      <title>Re: Screen Painter - Help!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-painter-help/m-p/2139311#M450431</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;    i think u can set this using some control statement...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Apr 2007 05:10:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-painter-help/m-p/2139311#M450431</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-12T05:10:28Z</dc:date>
    </item>
    <item>
      <title>Re: Screen Painter - Help!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-painter-help/m-p/2139312#M450432</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;at least you have to do something that triggers the PAI of that screen, viz.,&lt;/P&gt;&lt;P&gt;1. pressinng the Enter key,&lt;/P&gt;&lt;P&gt;2. clicking on a button....&lt;/P&gt;&lt;P&gt;  I don't think it is possible with out any user action&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Apr 2007 05:17:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-painter-help/m-p/2139312#M450432</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-12T05:17:42Z</dc:date>
    </item>
    <item>
      <title>Re: Screen Painter - Help!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-painter-help/m-p/2139313#M450433</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;YOU HAVE TO CODE IN PBO.&lt;/P&gt;&lt;P&gt;IN SCREEN FLOW LOGIC.&lt;/P&gt;&lt;P&gt;PROCESS BEFORE OUTPUT&lt;/P&gt;&lt;P&gt;MODULE VALUE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IN ABAP..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MODULE VALUE OUTPUT.&lt;/P&gt;&lt;P&gt;IF SCREENFIELD1 = 'X'.&lt;/P&gt;&lt;P&gt;SCREENFIELD2 = 'R'.&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;BUT FOR TRIGGERING PBO AFTER GIVING THE VALUE IN FIELD1 YOU HAVE TO PRESS ENTER OR TRIGGER PAI BY SOME OTHER USER INTERACTION..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REGARDS&lt;/P&gt;&lt;P&gt;SHIBA DUTTA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Apr 2007 05:18:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-painter-help/m-p/2139313#M450433</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-12T05:18:29Z</dc:date>
    </item>
    <item>
      <title>Re: Screen Painter - Help!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-painter-help/m-p/2139314#M450434</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Rahul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can achieve this in two ways:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;1 - when user selects 'X' from a search help for field1, the field 2 will be 
     automatically populated with 'R'.
    
     For this, you have to code the logic in process on value request for field field1.
     write a module inside this event; inside the module call function module
     DYNP_VALUES_UPDATE to set the value 'R' in field2.

2 - in the PBO, write the following code.

     if field1 = 'X'.
          field2 = 'R'.
     endif.

     But this will happen only after user enters X in field1 and then press ENTER
     or click any other key/button.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;Sajan Joseph.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Apr 2007 05:20:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-painter-help/m-p/2139314#M450434</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-12T05:20:55Z</dc:date>
    </item>
  </channel>
</rss>

