<?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 event process in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-painter-event-process/m-p/10257329#M1829873</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Huang Lemon,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Assign the ENTER code to your ENTER command in the MODULE_STATUS_9000 under PBO of the screen and set the PF-STATUS as your status name in 'STATUS' (Example). Then double click the STATUS it will forward you to the GUI status screen where you can assign code for SAVE, BACK,CANCEL and EXIT and ENTER command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can assign the ENTER code as shown in attached screenshot.&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/447354" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And in the PAI of the screen, code the functionality of the 'ENTER'&amp;nbsp; as&lt;/P&gt;&lt;P&gt;data ok_code type sy-ucomm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ok_code = sy-ucomm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF ok_code EQ 'ENTER'.&lt;/P&gt;&lt;P&gt;your code....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;.............&lt;/P&gt;&lt;P&gt;.............&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;finally clear the ok_code.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards&lt;/P&gt;&lt;P&gt;Syed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 07 May 2014 04:16:33 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2014-05-07T04:16:33Z</dc:date>
    <item>
      <title>screen painter event process</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-painter-event-process/m-p/10257324#M1829868</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear&amp;nbsp; experts.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; i have designed a screen painter, on the screen when fill some fields then i press 'Enter', 'Enter' is not the execute code in my program, i debug the program , &lt;SPAN style="font-size: 10pt;"&gt;i found the process.&amp;nbsp; PAI then PBO. so i am confused with this process. how to let it&amp;nbsp; not to go&amp;nbsp; PBO modules. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 May 2014 03:51:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-painter-event-process/m-p/10257324#M1829868</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-05-07T03:51:26Z</dc:date>
    </item>
    <item>
      <title>Re: screen painter event process</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-painter-event-process/m-p/10257325#M1829869</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; You need to create a &lt;STRONG&gt;GUI status&lt;/STRONG&gt; for that screen and assign it in PBO &lt;EM&gt;MODULE_STATUS_&lt;/EM&gt;&lt;STRONG&gt;&lt;EM&gt;SCREEN&lt;/EM&gt;&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 May 2014 03:57:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-painter-event-process/m-p/10257325#M1829869</guid>
      <dc:creator>Arun_Prabhu_K</dc:creator>
      <dc:date>2014-05-07T03:57:02Z</dc:date>
    </item>
    <item>
      <title>Re: screen painter event process</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-painter-event-process/m-p/10257326#M1829870</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you need auto screen call command .so u need funcation module on alv.&lt;/P&gt;&lt;P&gt;use this for manually call&amp;nbsp; PBO&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;MODULE &lt;/SPAN&gt;USER_COMMAND_0900 &lt;SPAN class="L0S52"&gt;INPUT&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SY&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;UCOMM&amp;nbsp; &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'P1'&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;CALL &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;METHOD &lt;/SPAN&gt;CL_GUI_CFW&lt;SPAN class="L0S70"&gt;=&amp;gt;&lt;/SPAN&gt;SET_NEW_OK_CODE&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;EXPORTING&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; NEW_CODE &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;SY&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;UCOMM&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;END MODULE.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 May 2014 04:06:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-painter-event-process/m-p/10257326#M1829870</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-05-07T04:06:42Z</dc:date>
    </item>
    <item>
      <title>Re: screen painter event process</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-painter-event-process/m-p/10257327#M1829871</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks Mr. Prabhu. i did it.but it doesn't working.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 May 2014 04:07:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-painter-event-process/m-p/10257327#M1829871</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-05-07T04:07:59Z</dc:date>
    </item>
    <item>
      <title>Re: screen painter event process</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-painter-event-process/m-p/10257328#M1829872</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you assign the ENTER function code as shown below?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/447365" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 May 2014 04:15:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-painter-event-process/m-p/10257328#M1829872</guid>
      <dc:creator>Arun_Prabhu_K</dc:creator>
      <dc:date>2014-05-07T04:15:23Z</dc:date>
    </item>
    <item>
      <title>Re: screen painter event process</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-painter-event-process/m-p/10257329#M1829873</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Huang Lemon,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Assign the ENTER code to your ENTER command in the MODULE_STATUS_9000 under PBO of the screen and set the PF-STATUS as your status name in 'STATUS' (Example). Then double click the STATUS it will forward you to the GUI status screen where you can assign code for SAVE, BACK,CANCEL and EXIT and ENTER command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can assign the ENTER code as shown in attached screenshot.&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/447354" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And in the PAI of the screen, code the functionality of the 'ENTER'&amp;nbsp; as&lt;/P&gt;&lt;P&gt;data ok_code type sy-ucomm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ok_code = sy-ucomm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF ok_code EQ 'ENTER'.&lt;/P&gt;&lt;P&gt;your code....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;.............&lt;/P&gt;&lt;P&gt;.............&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;finally clear the ok_code.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards&lt;/P&gt;&lt;P&gt;Syed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 May 2014 04:16:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-painter-event-process/m-p/10257329#M1829873</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-05-07T04:16:33Z</dc:date>
    </item>
  </channel>
</rss>

