<?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: PROBLEM WITH USER COMMAND AT SIMPLE REPORT in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-user-command-at-simple-report/m-p/2092657#M435248</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HII FRNDS THIS IS THE CODE &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; CASE R_UCOMM.&lt;/P&gt;&lt;P&gt;    WHEN 'DISPLAY1'.&lt;/P&gt;&lt;P&gt;      LOC_INDEX = 1 .&lt;/P&gt;&lt;P&gt;      SET PF-STATUS 'STATUS' EXCLUDING 'DISPLAY1'.&lt;/P&gt;&lt;P&gt;      LOOP AT INT_OUTPUT INTO WA_OUTPUT&lt;/P&gt;&lt;P&gt;                         WHERE CHECKBOX = WC_MARKED.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        APPEND WA_OUTPUT TO INT_DISPLAY .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      LEAVE TO LIST-PROCESSING .&lt;/P&gt;&lt;P&gt;      PERFORM F9100_DISPLAY_DETAILS USING LOC_INDEX.&lt;/P&gt;&lt;P&gt;ENDCASE.&lt;/P&gt;&lt;P&gt;AT USER-COMMAND .&lt;/P&gt;&lt;P&gt;CASE SY-UCOMM.&lt;/P&gt;&lt;P&gt;WHEN 'BACK'.&lt;/P&gt;&lt;P&gt; BREAK-POINT.&lt;/P&gt;&lt;P&gt;       PERFORM F9100_DISPLAY_DETAILS USING LOC_INDEX.&lt;/P&gt;&lt;P&gt;  ENDCASE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THE PERFORM F9100 DISPLAYES THE LIST REPORT . THERE ARE NO SPELLING ERRORS FRNDS .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Apr 2007 11:29:59 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-04-05T11:29:59Z</dc:date>
    <item>
      <title>PROBLEM WITH USER COMMAND AT SIMPLE REPORT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-user-command-at-simple-report/m-p/2092652#M435243</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HII FRNDS &lt;/P&gt;&lt;P&gt;MY PROBLEM IS &lt;/P&gt;&lt;P&gt;WHEN I AM BRANCHING TO A LIST REPORT FROM MY ALV REPORT BY USING LEAVE TO LIST-PROCESSING . THEN IN MY LIST REPORT I AM HAVING 2 MORE CUSTOMIZED BUTTON . BUT THE THING IS THAT I AM NOT ABLE TO MAKE THAT BUTTON  FUNCTION . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CAN ANY BODY HELP ME WITH HOW TO MAKE THAT BUTTON WORK IN THE SIMPLE REPORT . I HAVE USED AT USER COMMAND IN THE BEGINING OF REPORT BUT STILL ITS NOT WORKING . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THANKING YOU &lt;/P&gt;&lt;P&gt;ROHIT&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Apr 2007 10:29:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-user-command-at-simple-report/m-p/2092652#M435243</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-05T10:29:54Z</dc:date>
    </item>
    <item>
      <title>Re: PROBLEM WITH USER COMMAND AT SIMPLE REPORT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-user-command-at-simple-report/m-p/2092653#M435244</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rohit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;             Could you send me the code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ramana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Apr 2007 10:39:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-user-command-at-simple-report/m-p/2092653#M435244</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-05T10:39:03Z</dc:date>
    </item>
    <item>
      <title>Re: PROBLEM WITH USER COMMAND AT SIMPLE REPORT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-user-command-at-simple-report/m-p/2092654#M435245</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you checked the function name , you have given is assigned to the button and the sy-ucomm are same. because if any discripency in function name of the button and the user command must be same. then only it will validate. and mention all in caps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Apr 2007 11:02:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-user-command-at-simple-report/m-p/2092654#M435245</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-05T11:02:06Z</dc:date>
    </item>
    <item>
      <title>Re: PROBLEM WITH USER COMMAND AT SIMPLE REPORT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-user-command-at-simple-report/m-p/2092655#M435246</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;My observation is u should know the Fcode properly, fcode give by u should not start with '%' because that will start standard fcode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Apr 2007 11:07:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-user-command-at-simple-report/m-p/2092655#M435246</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-05T11:07:37Z</dc:date>
    </item>
    <item>
      <title>Re: PROBLEM WITH USER COMMAND AT SIMPLE REPORT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-user-command-at-simple-report/m-p/2092656#M435247</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;In the AT USER-COMMAND u will check the function code assigned to that Button right !!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the Spellings that u have given in ( CASE sy-ucomm ) and in the GUI status created for this screen ( may be some difference in spelling i think ) !!  and they should be in capital letters.. &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;sai ramesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Apr 2007 11:08:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-user-command-at-simple-report/m-p/2092656#M435247</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-05T11:08:32Z</dc:date>
    </item>
    <item>
      <title>Re: PROBLEM WITH USER COMMAND AT SIMPLE REPORT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-user-command-at-simple-report/m-p/2092657#M435248</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HII FRNDS THIS IS THE CODE &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; CASE R_UCOMM.&lt;/P&gt;&lt;P&gt;    WHEN 'DISPLAY1'.&lt;/P&gt;&lt;P&gt;      LOC_INDEX = 1 .&lt;/P&gt;&lt;P&gt;      SET PF-STATUS 'STATUS' EXCLUDING 'DISPLAY1'.&lt;/P&gt;&lt;P&gt;      LOOP AT INT_OUTPUT INTO WA_OUTPUT&lt;/P&gt;&lt;P&gt;                         WHERE CHECKBOX = WC_MARKED.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        APPEND WA_OUTPUT TO INT_DISPLAY .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      LEAVE TO LIST-PROCESSING .&lt;/P&gt;&lt;P&gt;      PERFORM F9100_DISPLAY_DETAILS USING LOC_INDEX.&lt;/P&gt;&lt;P&gt;ENDCASE.&lt;/P&gt;&lt;P&gt;AT USER-COMMAND .&lt;/P&gt;&lt;P&gt;CASE SY-UCOMM.&lt;/P&gt;&lt;P&gt;WHEN 'BACK'.&lt;/P&gt;&lt;P&gt; BREAK-POINT.&lt;/P&gt;&lt;P&gt;       PERFORM F9100_DISPLAY_DETAILS USING LOC_INDEX.&lt;/P&gt;&lt;P&gt;  ENDCASE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THE PERFORM F9100 DISPLAYES THE LIST REPORT . THERE ARE NO SPELLING ERRORS FRNDS .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Apr 2007 11:29:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-user-command-at-simple-report/m-p/2092657#M435248</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-05T11:29:59Z</dc:date>
    </item>
  </channel>
</rss>

