<?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 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-command/m-p/2362103#M522625</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;&lt;/P&gt;&lt;P&gt;try using with AT LINE-SELECTION event or when use AT USER-COMMAND before that u have to assign a screen for that using AT PF-STATUS........&lt;/P&gt;&lt;P&gt;otherwise AT USER-COMMAND  command wont work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if helpful reward some points.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;with regards,&lt;/P&gt;&lt;P&gt;suresh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 14 Jun 2007 10:24:52 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-14T10:24:52Z</dc:date>
    <item>
      <title>user command</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-command/m-p/2362101#M522623</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;   In my program I don't have any screens , It contains only the selection-screen,&lt;/P&gt;&lt;P&gt;I have putted the PF-status in the program, but what is my problem was The user command is not working for me, is there any other method to use the user command while using the selection screen , Help me&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Janani Sudhakar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jun 2007 10:17:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-command/m-p/2362101#M522623</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-14T10:17:30Z</dc:date>
    </item>
    <item>
      <title>Re: user command</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-command/m-p/2362102#M522624</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;IF U ATTACH A PF-STATUS the user command will be store in sy-ucomm.&lt;/P&gt;&lt;P&gt;other wise for selection screen user command will be stored in sscrfields-ucomm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here sscrfields is a system defined structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgds,&lt;/P&gt;&lt;P&gt;bharat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jun 2007 10:21:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-command/m-p/2362102#M522624</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-14T10:21:09Z</dc:date>
    </item>
    <item>
      <title>Re: user command</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-command/m-p/2362103#M522625</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;&lt;/P&gt;&lt;P&gt;try using with AT LINE-SELECTION event or when use AT USER-COMMAND before that u have to assign a screen for that using AT PF-STATUS........&lt;/P&gt;&lt;P&gt;otherwise AT USER-COMMAND  command wont work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if helpful reward some points.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;with regards,&lt;/P&gt;&lt;P&gt;suresh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jun 2007 10:24:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-command/m-p/2362103#M522625</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-14T10:24:52Z</dc:date>
    </item>
    <item>
      <title>Re: user command</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-command/m-p/2362104#M522626</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;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;      LEAVE PROGRAM.&lt;/P&gt;&lt;P&gt;    WHEN 'EXIT'.&lt;/P&gt;&lt;P&gt;      LEAVE SCREEN.&lt;/P&gt;&lt;P&gt;    WHEN 'CANC'.&lt;/P&gt;&lt;P&gt;      LEAVE SCREEN.&lt;/P&gt;&lt;P&gt;    when 'pushbutton'.&lt;/P&gt;&lt;P&gt;endcase.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IN UR code while displaying any report use set pf-status before that form.&lt;/P&gt;&lt;P&gt;SET PF-STATUS '0001'.&lt;/P&gt;&lt;P&gt; PERFORM F_DISPLAY.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jun 2007 11:37:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-command/m-p/2362104#M522626</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-14T11:37:47Z</dc:date>
    </item>
  </channel>
</rss>

