<?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: drill down alv in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/drill-down-alv/m-p/3489596#M839057</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The FIELDNAME value should be coming if you are double-clicking on that specific cell,  are you double clicking on the CELL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 03 Mar 2008 21:08:55 GMT</pubDate>
    <dc:creator>RichHeilman</dc:creator>
    <dc:date>2008-03-03T21:08:55Z</dc:date>
    <item>
      <title>drill down alv</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/drill-down-alv/m-p/3489595#M839056</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi friends,&lt;/P&gt;&lt;P&gt;this is regarding drilldown alv, when we click on any field the field details should be caught, and respective action must be taken.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am using the below code, when i am debugging the &lt;/P&gt;&lt;P&gt;the table rs_selfield is showing the value tabname as final_item,&lt;/P&gt;&lt;P&gt;but it is not showing any fieldname value, it is blank.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;does any one have a clue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORM user_command USING r_ucomm LIKE sy-ucomm&lt;/P&gt;&lt;P&gt;                        rs_selfield TYPE slis_selfield.&lt;/P&gt;&lt;P&gt;  CHECK NOT p_lst IS INITIAL.&lt;/P&gt;&lt;P&gt;  IF rs_selfield-tabname = 'FINAL_HEADER'.&lt;/P&gt;&lt;P&gt;    READ TABLE FINAL_HEADER INDEX rs_selfield-tabindex.&lt;/P&gt;&lt;P&gt;  ELSEIF rs_selfield-tabname = 'FINAL_ITEM'.&lt;/P&gt;&lt;P&gt;    READ TABLE FINAL_ITEM INDEX rs_selfield-tabindex.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Billing doc.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    IF rs_selfield-fieldname EQ 'VBELN'.&lt;/P&gt;&lt;P&gt;      SET PARAMETER ID 'VF' FIELD FINAL_HEADER-vbeln.&lt;/P&gt;&lt;P&gt;      CALL TRANSACTION 'VF03' AND SKIP FIRST SCREEN.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Sales order&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    ELSEIF rs_selfield-fieldname EQ 'AUBEL'.&lt;/P&gt;&lt;P&gt;      SET PARAMETER ID 'AUN' FIELD FINAL_ITEM-aubel.&lt;/P&gt;&lt;P&gt;      CALL TRANSACTION 'VA03' AND SKIP FIRST SCREEN.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Intercomany doc.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    ELSEIF rs_selfield-fieldname EQ 'AVBELN'.&lt;/P&gt;&lt;P&gt;      IF NOT FINAL_ITEM-avbeln IS INITIAL.&lt;/P&gt;&lt;P&gt;        SET PARAMETER ID 'VF' FIELD FINAL_ITEM-avbeln.&lt;/P&gt;&lt;P&gt;        CALL TRANSACTION 'VF03' AND SKIP FIRST SCREEN.&lt;/P&gt;&lt;P&gt;      ENDIF.&lt;/P&gt;&lt;P&gt;    ELSE.&lt;/P&gt;&lt;P&gt;      MESSAGE e208(00) WITH 'Please, no click here!'.&lt;/P&gt;&lt;P&gt;    ENDIF.&lt;/P&gt;&lt;P&gt;ENDFORM.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Mar 2008 21:03:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/drill-down-alv/m-p/3489595#M839056</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-03T21:03:36Z</dc:date>
    </item>
    <item>
      <title>Re: drill down alv</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/drill-down-alv/m-p/3489596#M839057</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The FIELDNAME value should be coming if you are double-clicking on that specific cell,  are you double clicking on the CELL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Mar 2008 21:08:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/drill-down-alv/m-p/3489596#M839057</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2008-03-03T21:08:55Z</dc:date>
    </item>
    <item>
      <title>Re: drill down alv</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/drill-down-alv/m-p/3489597#M839058</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi rich,&lt;/P&gt;&lt;P&gt;thanks for the reply,&lt;/P&gt;&lt;P&gt;yes i am double clicking on the specific cell,&lt;/P&gt;&lt;P&gt;but still it doesnot have fieldname vale, but has other details&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am using &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REUSE_ALV_BLOCK_LIST_APPEND&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;does this effect .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Mar 2008 21:29:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/drill-down-alv/m-p/3489597#M839058</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-03T21:29:44Z</dc:date>
    </item>
    <item>
      <title>Re: drill down alv</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/drill-down-alv/m-p/3489598#M839059</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I"ve only every had it working using the REUSE_ALV_GRID_DISPLAY, or REUSE_ALV_LIST_DISPLAY, I've never tried it with the BLOCK display, so don't know if it works there or not.  Not sure that it would, considering it has more than one list inside.  Not sure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Mar 2008 21:32:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/drill-down-alv/m-p/3489598#M839059</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2008-03-03T21:32:45Z</dc:date>
    </item>
  </channel>
</rss>

