<?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 regarding alv list user command in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-alv-list-user-command/m-p/1399786#M193274</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;&lt;/P&gt;&lt;P&gt;i have declared user command subroutine which captures the user command events in it? and in syntax of this routine we declare one structure slis_selfield.&lt;/P&gt;&lt;P&gt;now suppose we double click on any field on alv list then this structure stores its value and also there is one field "sel_tab_field" which stored the field with its internal table (e.g i_elog-belnr). but in my case this field is not getting populated. but "value" field is populated. with selected index, and also table on which double click event happened.(e.g. i_elog)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can you help me out why this is happening.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Jul 2006 09:58:57 GMT</pubDate>
    <dc:creator>former_member508729</dc:creator>
    <dc:date>2006-07-18T09:58:57Z</dc:date>
    <item>
      <title>regarding alv list user command</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-alv-list-user-command/m-p/1399786#M193274</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;&lt;/P&gt;&lt;P&gt;i have declared user command subroutine which captures the user command events in it? and in syntax of this routine we declare one structure slis_selfield.&lt;/P&gt;&lt;P&gt;now suppose we double click on any field on alv list then this structure stores its value and also there is one field "sel_tab_field" which stored the field with its internal table (e.g i_elog-belnr). but in my case this field is not getting populated. but "value" field is populated. with selected index, and also table on which double click event happened.(e.g. i_elog)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can you help me out why this is happening.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jul 2006 09:58:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-alv-list-user-command/m-p/1399786#M193274</guid>
      <dc:creator>former_member508729</dc:creator>
      <dc:date>2006-07-18T09:58:57Z</dc:date>
    </item>
    <item>
      <title>Re: regarding alv list user command</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-alv-list-user-command/m-p/1399787#M193275</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ashutosh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; pls post ur code for user command&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jul 2006 10:03:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-alv-list-user-command/m-p/1399787#M193275</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-18T10:03:54Z</dc:date>
    </item>
    <item>
      <title>Re: regarding alv list user command</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-alv-list-user-command/m-p/1399788#M193276</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi. &lt;/P&gt;&lt;P&gt;Can you elaborate your issue.&lt;/P&gt;&lt;P&gt;What exactly are you to do with user-command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Simran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jul 2006 10:07:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-alv-list-user-command/m-p/1399788#M193276</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-18T10:07:54Z</dc:date>
    </item>
    <item>
      <title>Re: regarding alv list user command</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-alv-list-user-command/m-p/1399789#M193277</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORM USER_COMMAND USING RS_UCOMM LIKE SY-UCOMM&lt;/P&gt;&lt;P&gt;                        RS_SELFIELD TYPE SLIS_SELFIELD.&lt;/P&gt;&lt;P&gt;  CASE RS_UCOMM.&lt;/P&gt;&lt;P&gt;    WHEN '&amp;amp;IC1'.&lt;/P&gt;&lt;P&gt;      BREAK-POINT.&lt;/P&gt;&lt;P&gt;*see the rs_selfield .. you have all the fields filled when you press double click.&lt;/P&gt;&lt;P&gt;      WRITE : 'good'.&lt;/P&gt;&lt;P&gt;  ENDCASE.&lt;/P&gt;&lt;P&gt;ENDFORM.                    " USER_COMMAND&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naimesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jul 2006 10:10:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-alv-list-user-command/m-p/1399789#M193277</guid>
      <dc:creator>naimesh_patel</dc:creator>
      <dc:date>2006-07-18T10:10:46Z</dc:date>
    </item>
    <item>
      <title>Re: regarding alv list user command</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-alv-list-user-command/m-p/1399790#M193278</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;FORM user_command USING p_ucomm LIKE sy-ucomm&lt;/P&gt;&lt;P&gt;                        f_selfield TYPE slis_selfield.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;capture double click event on document number created.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  CASE p_ucomm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    WHEN '&amp;amp;IC1'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      IF f_selfield-tabname EQ 'I_DOC_CREATED'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        CHECK NOT f_selfield-value IS INITIAL.&lt;/P&gt;&lt;P&gt;        SET PARAMETER ID 'BLN' FIELD f_selfield-value.&lt;/P&gt;&lt;P&gt;        SET PARAMETER ID 'BUK' FIELD so_bukrs-low.&lt;/P&gt;&lt;P&gt;        SET PARAMETER ID 'GJR' FIELD w_gjahr.&lt;/P&gt;&lt;P&gt;        CALL TRANSACTION 'FB03' AND SKIP FIRST SCREEN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      ELSEIF f_selfield-tabname EQ 'I_ELOG'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        CHECK NOT f_selfield-value IS INITIAL.&lt;/P&gt;&lt;P&gt;        SET PARAMETER ID 'BLN' FIELD f_selfield-value.&lt;/P&gt;&lt;P&gt;        SET PARAMETER ID 'BUK' FIELD so_bukrs-low.&lt;/P&gt;&lt;P&gt;        SET PARAMETER ID 'GJR' FIELD w_gjahr.&lt;/P&gt;&lt;P&gt;        CALL TRANSACTION 'FB03' AND SKIP FIRST SCREEN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  ENDCASE.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jul 2006 10:18:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-alv-list-user-command/m-p/1399790#M193278</guid>
      <dc:creator>former_member508729</dc:creator>
      <dc:date>2006-07-18T10:18:03Z</dc:date>
    </item>
  </channel>
</rss>

