<?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 need code logic in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-code-logic/m-p/2273959#M494252</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;I need help in interactive ALV Repot. When i executed the report, it is displaying the material Doc number ,material etc in grid layout.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my requirement is , when i double click on material Document number , it has to show the sales order number, salesorder item and Delivery number. Same thing is required for when i click on material also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please help me in this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Ram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 May 2007 17:30:52 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-16T17:30:52Z</dc:date>
    <item>
      <title>need code logic</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-code-logic/m-p/2273959#M494252</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;I need help in interactive ALV Repot. When i executed the report, it is displaying the material Doc number ,material etc in grid layout.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my requirement is , when i double click on material Document number , it has to show the sales order number, salesorder item and Delivery number. Same thing is required for when i click on material also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please help me in this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Ram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 May 2007 17:30:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-code-logic/m-p/2273959#M494252</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-16T17:30:52Z</dc:date>
    </item>
    <item>
      <title>Re: need code logic</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-code-logic/m-p/2273960#M494253</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ram,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u need to use Hotspot, Hide statements to work on interactive reports.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when u post the code we can better help u more...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check this thread for reference.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="3446969"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;SAB&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 May 2007 17:35:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-code-logic/m-p/2273960#M494253</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-16T17:35:05Z</dc:date>
    </item>
    <item>
      <title>Re: need code logic</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-code-logic/m-p/2273961#M494254</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;see the sample code for one field double clicking&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;&lt;/P&gt;&lt;P&gt;  DATA: index TYPE i,&lt;/P&gt;&lt;P&gt;        w_disp_head LIKE LINE OF t_disp_head,&lt;/P&gt;&lt;P&gt;        w_door LIKE likp-lgtor.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CASE r_ucomm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    WHEN 'PICK'. " Double click line&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      IF ( rs_selfield-fieldname = 'MBLNR' or &lt;/P&gt;&lt;P&gt;           rs_selfield-fieldname = 'MATNR' ).&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    Read data table, using index of row user clicked on&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  Read the internal table in which these fields are there.&lt;/P&gt;&lt;P&gt;take that records corresponding EBELn and EBELP fields for that MATNR or MBLNR fields&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        READ TABLE t_disp_tab INTO wa_item_tab INDEX&lt;/P&gt;&lt;P&gt;                          rs_selfield-tabindex.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      fetch the sales order no and item data from EKKN table by passing the PO no and PO item &lt;/P&gt;&lt;P&gt;     &amp;lt;wa_item_tab-ebeln and wa_item_tab-ebelp&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;display the data using an internal table or in another ALV.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endcase.&lt;/P&gt;&lt;P&gt;endform..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if useful&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 May 2007 17:39:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-code-logic/m-p/2273961#M494254</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-16T17:39:24Z</dc:date>
    </item>
  </channel>
</rss>

