<?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: Issue Regarding ALV  User Command option in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-regarding-alv-user-command-option/m-p/5402833#M1241060</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;   Try removing SKIP FIRST SCREEN because many times it creates a problem because it may be ur first screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Ruchi Tiwari&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 01 Apr 2009 07:39:56 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-04-01T07:39:56Z</dc:date>
    <item>
      <title>Issue Regarding ALV  User Command option</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-regarding-alv-user-command-option/m-p/5402831#M1241058</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI  All, &lt;/P&gt;&lt;P&gt;We are facing a problem in ALV User command usage is as follows. &lt;/P&gt;&lt;P&gt;we are calling &lt;STRONG&gt;'S_BCE_68001394'&lt;/STRONG&gt;  t-code which is sub t-code of &lt;STRONG&gt;SUIM(roles).&lt;/STRONG&gt;but when we exceute following code it will go the first screen but it is not moving to secound screen.and i check for the value of the BNAME in form that is also passing fine . what could be wrong with this. Actually my requriement is when we execute the program it will display list of users.now ; when user clicks on any user it should display all the roles of the user. please help us. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  EXPORTING &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    i_callback_program      = sy-repid &lt;/P&gt;&lt;P&gt;    i_callback_user_command = 'USER_COMMAND' &lt;/P&gt;&lt;P&gt;    it_fieldcat             = it_fieldcat &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  TABLES &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    t_outtab                = it_rule. &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;P&gt;FORM user_command USING ucomm TYPE sy-ucomm &lt;/P&gt;&lt;P&gt;                    selfield TYPE slis_selfield. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CASE ucomm. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    WHEN '&amp;amp;IC1'. &lt;/P&gt;&lt;P&gt;      IF selfield-fieldname = 'BNAME'. &lt;/P&gt;&lt;P&gt;        SET PARAMETER ID 'XUS'  FIELD  selfield-value. &lt;/P&gt;&lt;P&gt;        CALL TRANSACTION &lt;STRONG&gt;'S_BCE_68001394'&lt;/STRONG&gt; AND SKIP FIRST SCREEN. &lt;/P&gt;&lt;P&gt;      ENDIF. &lt;/P&gt;&lt;P&gt;  ENDCASE. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDFORM.   &lt;/P&gt;&lt;P&gt;&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;P&gt;Thanks &lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="------------------" /&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Channappa Sajjanar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Apr 2009 07:34:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-regarding-alv-user-command-option/m-p/5402831#M1241058</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-01T07:34:42Z</dc:date>
    </item>
    <item>
      <title>Re: Issue Regarding ALV  User Command option</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-regarding-alv-user-command-option/m-p/5402832#M1241059</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try using BDC, it works&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Apr 2009 07:39:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-regarding-alv-user-command-option/m-p/5402832#M1241059</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-01T07:39:30Z</dc:date>
    </item>
    <item>
      <title>Re: Issue Regarding ALV  User Command option</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-regarding-alv-user-command-option/m-p/5402833#M1241060</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;   Try removing SKIP FIRST SCREEN because many times it creates a problem because it may be ur first screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Ruchi Tiwari&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Apr 2009 07:39:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-regarding-alv-user-command-option/m-p/5402833#M1241060</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-01T07:39:56Z</dc:date>
    </item>
    <item>
      <title>Re: Issue Regarding ALV  User Command option</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-regarding-alv-user-command-option/m-p/5402834#M1241061</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ruchi,&lt;/P&gt;&lt;P&gt;   thanks a lot for ur replay and sugestion . i cheked it but it is not working .&lt;/P&gt;&lt;P&gt;&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;-&lt;/P&gt;&lt;HR originaltext="-------------" /&gt;&lt;P&gt;Channappa  Sajjanar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Apr 2009 07:47:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-regarding-alv-user-command-option/m-p/5402834#M1241061</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-01T07:47:03Z</dc:date>
    </item>
    <item>
      <title>Re: Issue Regarding ALV  User Command option</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-regarding-alv-user-command-option/m-p/5402835#M1241062</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; Thanks for ur reply but we are going to modidy the existing report so we canot use ALV.&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;-&lt;/P&gt;&lt;HR originaltext="-----------" /&gt;&lt;P&gt;Channappa Sajjanar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Apr 2009 07:48:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-regarding-alv-user-command-option/m-p/5402835#M1241062</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-01T07:48:22Z</dc:date>
    </item>
  </channel>
</rss>

