<?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: ALV Grid - Trigger PBO ? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-trigger-pbo/m-p/999150#M75948</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;or fm &amp;lt;b&amp;gt;SAPGUI_SET_FUNCTIONCODE&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;Andreas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 07 Sep 2005 14:05:33 GMT</pubDate>
    <dc:creator>andreas_mann3</dc:creator>
    <dc:date>2005-09-07T14:05:33Z</dc:date>
    <item>
      <title>ALV Grid - Trigger PBO ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-trigger-pbo/m-p/999147#M75945</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 have a screen 100 which calls a subscreen 500.&lt;/P&gt;&lt;P&gt;500 has an alv grid (cl_gui_alv_grid). User shd choose a record and press button "Accept" and the certain values of this record shd populate teh screen fields of Screen 100.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;on pressing Accept, it will call my event handler for user command and will populate the corresponding screen field of 100.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now the value will reflect on screen 100, only if the PBO is called. But since the event was generated out of the ALV, PBO of 100 is not called. I know explicitly calling screen 100 in the event handler is a bad idea.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. So how else to trigger the PBO ?&lt;/P&gt;&lt;P&gt;2. Or may be another idea would be to set this event user_command as an application event and hence it will come to PAI-PBO. but how to do this ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;Prash.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Sep 2005 13:52:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-trigger-pbo/m-p/999147#M75945</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-07T13:52:26Z</dc:date>
    </item>
    <item>
      <title>Re: ALV Grid - Trigger PBO ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-trigger-pbo/m-p/999148#M75946</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can try to use LEAVE SCREEN statament, infact only acive screen should be screen 100, so LEAVE SCREEN should leave PAI of 100 and trigger PBO of 100.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Sep 2005 13:59:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-trigger-pbo/m-p/999148#M75946</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-07T13:59:28Z</dc:date>
    </item>
    <item>
      <title>Re: ALV Grid - Trigger PBO ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-trigger-pbo/m-p/999149#M75947</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can trigger PBO/PAI with CL_GUI_CFW=&amp;gt;SET_NEW_OK_CODE( ). This can be called from within an event handler.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Sep 2005 14:01:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-trigger-pbo/m-p/999149#M75947</guid>
      <dc:creator>thomas_jung</dc:creator>
      <dc:date>2005-09-07T14:01:40Z</dc:date>
    </item>
    <item>
      <title>Re: ALV Grid - Trigger PBO ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-trigger-pbo/m-p/999150#M75948</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;or fm &amp;lt;b&amp;gt;SAPGUI_SET_FUNCTIONCODE&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;Andreas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Sep 2005 14:05:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-trigger-pbo/m-p/999150#M75948</guid>
      <dc:creator>andreas_mann3</dc:creator>
      <dc:date>2005-09-07T14:05:33Z</dc:date>
    </item>
    <item>
      <title>Re: ALV Grid - Trigger PBO ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-trigger-pbo/m-p/999151#M75949</link>
      <description>&lt;P&gt;14 years later Thomas Jung and you fixed my problem!&lt;/P&gt;</description>
      <pubDate>Wed, 21 Aug 2019 03:09:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-trigger-pbo/m-p/999151#M75949</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2019-08-21T03:09:44Z</dc:date>
    </item>
  </channel>
</rss>

