<?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: USER_COMMAND Not working in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-command-not-working/m-p/10791712#M1880014</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can compare pf status with below image&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/611903" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 19 Dec 2014 11:33:28 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2014-12-19T11:33:28Z</dc:date>
    <item>
      <title>USER_COMMAND Not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-command-not-working/m-p/10791701#M1880003</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;I have used USER_COMMAND in my ALV list and done coding there. But in outut it s not reflecting. Condition for PF is working fine but not for USER_COMMAND.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY'.&lt;/P&gt;&lt;P&gt;EXPORTING.&lt;/P&gt;&lt;P&gt;I_CALLBACK_PROGRAM&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = SY-REPID.&lt;/P&gt;&lt;P&gt;I_CALLBACK_USER_COMMAND = 'USER_COMMAND'&lt;/P&gt;&lt;P&gt;I_CALLBACK_PF_STATUS&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = 'PF_STATUS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORM USER_COMMAND USING R_UCOMM TYPE SY-UCOMM&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; RS_UCOMM TYPE SLIS_SELFIELD.&lt;/P&gt;&lt;P&gt;CASE R_UCOMM.&lt;/P&gt;&lt;P&gt;WHEN 'BACK'.&lt;/P&gt;&lt;P&gt;LEAVE TO SCREEN....&lt;/P&gt;&lt;P&gt;......&lt;/P&gt;&lt;P&gt;ENDCASE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Dec 2014 10:54:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-command-not-working/m-p/10791701#M1880003</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-12-19T10:54:02Z</dc:date>
    </item>
    <item>
      <title>Re: USER_COMMAND Not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-command-not-working/m-p/10791702#M1880004</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bharani,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Put the Break-point inside the FORM (as first line). and check, may be the 'BACK' SY-UCOMM is not exist in system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;Praveer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Dec 2014 11:00:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-command-not-working/m-p/10791702#M1880004</guid>
      <dc:creator>ipravir</dc:creator>
      <dc:date>2014-12-19T11:00:24Z</dc:date>
    </item>
    <item>
      <title>Re: USER_COMMAND Not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-command-not-working/m-p/10791703#M1880005</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;Provide the complete parameters of ALV FM &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;amp; check the pf_status is activated or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Pavan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Dec 2014 11:11:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-command-not-working/m-p/10791703#M1880005</guid>
      <dc:creator>pavanm592</dc:creator>
      <dc:date>2014-12-19T11:11:03Z</dc:date>
    </item>
    <item>
      <title>Re: USER_COMMAND Not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-command-not-working/m-p/10791704#M1880006</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hii Bharani&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please check if your pf status is activated&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Gaurav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Dec 2014 11:12:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-command-not-working/m-p/10791704#M1880006</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-12-19T11:12:40Z</dc:date>
    </item>
    <item>
      <title>Re: USER_COMMAND Not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-command-not-working/m-p/10791705#M1880007</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bharani,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Did you implemented the PF-STATUS method??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Krishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Dec 2014 11:12:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-command-not-working/m-p/10791705#M1880007</guid>
      <dc:creator>krishna_k19</dc:creator>
      <dc:date>2014-12-19T11:12:50Z</dc:date>
    </item>
    <item>
      <title>Re: USER_COMMAND Not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-command-not-working/m-p/10791706#M1880008</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Praveer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your prompt response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But my main draw bak is .....i have assigned TOOL BAR keys like BACK, SAVE &amp;amp; CANCEL in a screen caled by PF status.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But in ALV only APPLICATION TOOLBAR keys are displaying not the Function Keys where i declared&amp;nbsp; BACK, SAVE &amp;amp; CANCEL &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Dec 2014 11:15:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-command-not-working/m-p/10791706#M1880008</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-12-19T11:15:54Z</dc:date>
    </item>
    <item>
      <title>Re: USER_COMMAND Not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-command-not-working/m-p/10791707#M1880009</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Bharani,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;does your pf_status subroutine is same as this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;FORM PF_STATUS &lt;SPAN class="L0S52"&gt;USING &lt;/SPAN&gt;EXTAB &lt;SPAN class="L0S52"&gt;TYPE &lt;/SPAN&gt;SLIS_T_EXTAB&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;SET &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;PF-STATUS &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'ZSTATUS'&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;REFRESH &lt;/SPAN&gt;extab[]&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt; &lt;SPAN class="L0S52"&gt;ENDFORM&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&amp;nbsp;&amp;nbsp; &lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Dec 2014 11:21:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-command-not-working/m-p/10791707#M1880009</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-12-19T11:21:40Z</dc:date>
    </item>
    <item>
      <title>Re: USER_COMMAND Not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-command-not-working/m-p/10791708#M1880010</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bharani,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically you can use&lt;/P&gt;&lt;P&gt;either REUSE_ALV_GRID_DISPLAY&lt;/P&gt;&lt;P&gt;or CL_GUI_ALV_GRID.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. REUSE_ALV_GRID_DISPLAY&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; is having inbuilt command for BACK / CANCEL and EXIT, you not need to declare these again in you PF-STATUS,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; either of this, if you declaring something in not exist or something which is require in your business function, those only you have to declare in PF-STATUS and based on that you have to write the code in USER_COMMAND.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. CL_GUI_ALV_GRID,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Since it's a class based ALV grid, to display this alv you have to declare a new screen and a container object.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Since, it's on screen level, so you have to write the code on PBO on screen event for back / cancel and exit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;Praveer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Dec 2014 11:23:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-command-not-working/m-p/10791708#M1880010</guid>
      <dc:creator>ipravir</dc:creator>
      <dc:date>2014-12-19T11:23:10Z</dc:date>
    </item>
    <item>
      <title>Re: USER_COMMAND Not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-command-not-working/m-p/10791709#M1880011</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes my PF STATUS was activated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Dec 2014 11:27:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-command-not-working/m-p/10791709#M1880011</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-12-19T11:27:23Z</dc:date>
    </item>
    <item>
      <title>Re: USER_COMMAND Not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-command-not-working/m-p/10791710#M1880012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have already declared these things in PF....but also ot reflecting in the op&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Dec 2014 11:29:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-command-not-working/m-p/10791710#M1880012</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-12-19T11:29:07Z</dc:date>
    </item>
    <item>
      <title>Re: USER_COMMAND Not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-command-not-working/m-p/10791711#M1880013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bharani,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Can you please put your exact code here for the ALV LIST call and the user_command function?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, you may refer the standard program to check if your other parameters like button settings in GUI Status, etc as needed or not.&lt;/P&gt;&lt;P&gt;BCALV_TEST_LIST&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Gayatri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Dec 2014 11:30:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-command-not-working/m-p/10791711#M1880013</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-12-19T11:30:53Z</dc:date>
    </item>
    <item>
      <title>Re: USER_COMMAND Not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-command-not-working/m-p/10791712#M1880014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can compare pf status with below image&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/611903" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Dec 2014 11:33:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-command-not-working/m-p/10791712#M1880014</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-12-19T11:33:28Z</dc:date>
    </item>
    <item>
      <title>Re: USER_COMMAND Not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-command-not-working/m-p/10791713#M1880015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;like this way only i have given but same only....Application status only executing not Function Keys&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Dec 2014 11:43:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-command-not-working/m-p/10791713#M1880015</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-12-19T11:43:57Z</dc:date>
    </item>
    <item>
      <title>Re: USER_COMMAND Not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-command-not-working/m-p/10791714#M1880016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI bharani&lt;/P&gt;&lt;P&gt; you need to define back etc fcode like below&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Dec 2014 11:50:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-command-not-working/m-p/10791714#M1880016</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-12-19T11:50:03Z</dc:date>
    </item>
    <item>
      <title>Re: USER_COMMAND Not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-command-not-working/m-p/10791715#M1880017</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bharani,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please take any standard program PF-STATUS, where the same has been used for the &lt;STRONG&gt;REUSE_ALV_GRID_DISPLAY&lt;/STRONG&gt; function module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And after apply the same in your program check the Command for the BACK/EXIT or CANCEL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and based on that you can write your logic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;Praveer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Dec 2014 11:56:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-command-not-working/m-p/10791715#M1880017</guid>
      <dc:creator>ipravir</dc:creator>
      <dc:date>2014-12-19T11:56:13Z</dc:date>
    </item>
    <item>
      <title>Re: USER_COMMAND Not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-command-not-working/m-p/10791716#M1880018</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Correct your code, replace&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
&lt;P&gt;I_CALLBACK_PROGRAM&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = SY-REPID.&lt;/P&gt;
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;With a local variable initialized with SY-REPID, else the value will become SAPLSALV...&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
&lt;P&gt;I_CALLBACK_PROGRAM&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = LV_REPID.&lt;/P&gt;
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;This is written in FM documentation...&lt;SPAN __jive_emoticon_name="cool" __jive_macro_name="emoticon" class="jive_macro_emoticon jive_emote jive_macro" src="https://community.sap.com/1103/images/emoticons/cool.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
&lt;P&gt;Note: Never pass SY-REPID directly in the interface. If the desired program name is in SY-REPID, it must be assigned to an intermediate variable which is then passed to the interface.&lt;/P&gt;
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Dec 2014 12:01:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-command-not-working/m-p/10791716#M1880018</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2014-12-19T12:01:52Z</dc:date>
    </item>
    <item>
      <title>Re: USER_COMMAND Not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-command-not-working/m-p/10791717#M1880019</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 14.4444446563721px;"&gt;Hi Bharani,&lt;/P&gt;&lt;P style="font-size: 14.4444446563721px;"&gt;&lt;/P&gt;&lt;P style="font-size: 14.4444446563721px;"&gt;To use the Function keys, you need to assign them with user commands first.&lt;/P&gt;&lt;P style="font-size: 14.4444446563721px;"&gt;&lt;/P&gt;&lt;P style="font-size: 14.4444446563721px;"&gt;&lt;/P&gt;&lt;P style="font-size: 14.4444446563721px;"&gt;Do the following steps:&lt;/P&gt;&lt;P style="font-size: 14.4444446563721px;"&gt;1. Double click on you GUI status&lt;/P&gt;&lt;P style="font-size: 14.4444446563721px;"&gt;2. Go to screen menu: Utillities --&amp;gt; F Key Consistency&lt;/P&gt;&lt;P style="font-size: 14.4444446563721px;"&gt;3. Enter the command for the Function keys you desire to use.&lt;/P&gt;&lt;P style="font-size: 14.4444446563721px;"&gt;4. Save and Activate it&lt;/P&gt;&lt;P style="font-size: 14.4444446563721px;"&gt;&lt;/P&gt;&lt;P style="font-size: 14.4444446563721px;"&gt;Note the F keys assignment will be visible in black colour in the GUI status screen here after.&lt;/P&gt;&lt;P style="font-size: 14.4444446563721px;"&gt;&lt;/P&gt;&lt;P style="font-size: 14.4444446563721px;"&gt;&lt;/P&gt;&lt;P style="font-size: 14.4444446563721px;"&gt;Please try and let me know if it helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Dec 2014 12:06:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-command-not-working/m-p/10791717#M1880019</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-12-19T12:06:25Z</dc:date>
    </item>
  </channel>
</rss>

