<?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 GUI in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-gui/m-p/3205389#M764141</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;don't remove parameters from subroutines,&lt;/P&gt;&lt;P&gt;if you don't want to change the status, or if you want to change the status,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can change the excluding tab or load another status within the subroutine!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 17 Dec 2007 08:16:40 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-12-17T08:16:40Z</dc:date>
    <item>
      <title>ALV GUI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-gui/m-p/3205388#M764140</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have controlled the GUI of ALV by using the suggestion below by Ramesh... but I have a question...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to remove the USING rt_extab TYPE slis_t_extab from the  FORM set_pf_status USING rt_extab TYPE slis_t_extab?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried removing it, but he program dumps...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot always...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgds,&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in SE41&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;copy Program SAPLKKBL&lt;/P&gt;&lt;P&gt;Status STANDARD&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to ur Program ZPROGRAM&lt;/P&gt;&lt;P&gt;Status ZSTANDARD&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in ur Z program &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;i_callback_program = repid&lt;/P&gt;&lt;P&gt;i_callback_pf_status_set = 'SET_PF_STATUS'&lt;/P&gt;&lt;P&gt;i_callback_user_command = 'USER_COMMAND'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="-------" /&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="--------" /&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;below of ur program write these 2FOMS... &lt;/P&gt;&lt;P&gt;FORM set_pf_status USING rt_extab TYPE slis_t_extab.&lt;/P&gt;&lt;P&gt;*PF status of program 'SAPLKKBL' is 'STANDARD' is copied for standard&lt;/P&gt;&lt;P&gt;*options(buttons)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET PF-STATUS 'ZLSTANDARD'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDFORM. "set_pf_status&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORM user_command USING r_ucomm LIKE sy-ucomm&lt;/P&gt;&lt;P&gt;rs_selfield TYPE slis_selfield.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CASE sy-ucomm.&lt;/P&gt;&lt;P&gt;WHEN 'SAVE'.&lt;/P&gt;&lt;P&gt;*write ur code here&lt;/P&gt;&lt;P&gt;WHEN 'BACK'.&lt;/P&gt;&lt;P&gt;*write ur code here&lt;/P&gt;&lt;P&gt;WHEN 'EXIT'.&lt;/P&gt;&lt;P&gt;*write ur code here&lt;/P&gt;&lt;P&gt;ENDCASE.&lt;/P&gt;&lt;P&gt;ENDFORM. "user_command&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Dec 2007 06:43:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-gui/m-p/3205388#M764140</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-17T06:43:13Z</dc:date>
    </item>
    <item>
      <title>Re: ALV GUI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-gui/m-p/3205389#M764141</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;don't remove parameters from subroutines,&lt;/P&gt;&lt;P&gt;if you don't want to change the status, or if you want to change the status,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can change the excluding tab or load another status within the subroutine!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Dec 2007 08:16:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-gui/m-p/3205389#M764141</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-17T08:16:40Z</dc:date>
    </item>
  </channel>
</rss>

