<?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: At-Line selection Issue in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/at-line-selection-issue/m-p/863565#M48574</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Srinivas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You must place hide-command in your output-loop:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So here's your output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;Loop at itab.

 Write: / itab-f1 , itab-f2&amp;#133;.

&amp;lt;b&amp;gt;Hide : itab-f1.&amp;lt;/b&amp;gt;

Endloop.

At line-selection.

 Loop at stab where f1 = itab-f1&amp;#133;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&amp;gt; example in SAP: report &lt;B&gt;&lt;/B&gt;&lt;/P&gt;&lt;P&gt;DEMO_LIST_HIDE&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;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 04 Apr 2005 11:31:04 GMT</pubDate>
    <dc:creator>andreas_mann3</dc:creator>
    <dc:date>2005-04-04T11:31:04Z</dc:date>
    <item>
      <title>At-Line selection Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/at-line-selection-issue/m-p/863562#M48571</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Great minds,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i achieve this requirement in a report.&lt;/P&gt;&lt;P&gt;Scenario is :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On the Initial screen there is this accumulated value of PR and PO quantities for a paricular period(that way i have monthly break up quantities for 5 months per material).&lt;/P&gt;&lt;P&gt;And the reqruirement now is when i click on that value i should be able to see all those PR's and PO's which resulted in that accumaulation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know it has to be addressed thru At line -selection,but the value is not a field in internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help...Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 03 Apr 2005 13:22:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/at-line-selection-issue/m-p/863562#M48571</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-04-03T13:22:11Z</dc:date>
    </item>
    <item>
      <title>Re: At-Line selection Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/at-line-selection-issue/m-p/863563#M48572</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you alreday checked the documentation of the HIDE command. If you use global variables for hiding some information together with the list output the content of those variables is restored.&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Klaus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 03 Apr 2005 15:08:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/at-line-selection-issue/m-p/863563#M48572</guid>
      <dc:creator>former_member183804</dc:creator>
      <dc:date>2005-04-03T15:08:46Z</dc:date>
    </item>
    <item>
      <title>Re: At-Line selection Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/at-line-selection-issue/m-p/863564#M48573</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;Thanks for ur reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried to do this further,but the only problem iam facing now is with the dates.&lt;/P&gt;&lt;P&gt;Its only returning me the last dates ie 5th months in At Line-selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The accumaulated quantities for all 5 months is on same line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyone please help...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: srinivas kandla&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Apr 2005 11:10:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/at-line-selection-issue/m-p/863564#M48573</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-04-04T11:10:33Z</dc:date>
    </item>
    <item>
      <title>Re: At-Line selection Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/at-line-selection-issue/m-p/863565#M48574</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Srinivas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You must place hide-command in your output-loop:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So here's your output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;Loop at itab.

 Write: / itab-f1 , itab-f2&amp;#133;.

&amp;lt;b&amp;gt;Hide : itab-f1.&amp;lt;/b&amp;gt;

Endloop.

At line-selection.

 Loop at stab where f1 = itab-f1&amp;#133;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&amp;gt; example in SAP: report &lt;B&gt;&lt;/B&gt;&lt;/P&gt;&lt;P&gt;DEMO_LIST_HIDE&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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Apr 2005 11:31:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/at-line-selection-issue/m-p/863565#M48574</guid>
      <dc:creator>andreas_mann3</dc:creator>
      <dc:date>2005-04-04T11:31:04Z</dc:date>
    </item>
    <item>
      <title>Re: At-Line selection Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/at-line-selection-issue/m-p/863566#M48575</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;Here's the partial code where iam trying to get the dates in At-line Selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*****&lt;/P&gt;&lt;P&gt;FORM MRP USING VALUE(L_DATE) VALUE(H_DATE).&lt;/P&gt;&lt;P&gt; DO.&lt;/P&gt;&lt;P&gt;   if h_date(6) ge l_date(6).&lt;/P&gt;&lt;P&gt;    perform LAST_DAY_IN_MONTH in program SAPFP500&lt;/P&gt;&lt;P&gt;                              USING l_date&lt;/P&gt;&lt;P&gt;                                    com_month-endda.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    select a~menge into ekpo-menge from ekpo as a inner  join eket as b on&lt;/P&gt;&lt;P&gt;    a&lt;SUB&gt;ebeln = b&lt;/SUB&gt;ebeln and a&lt;SUB&gt;ebelp = b&lt;/SUB&gt;ebelp&lt;/P&gt;&lt;P&gt;    where a~matnr = itab1-matnr&lt;/P&gt;&lt;P&gt;    and b~eindt between l_date and com_month-endda&lt;/P&gt;&lt;P&gt;    and a~loekz ne 'X'.&lt;/P&gt;&lt;P&gt;    po_quan = po_quan + ekpo-menge.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    endselect.&lt;/P&gt;&lt;P&gt;    write : po_quan.&lt;/P&gt;&lt;P&gt;    &lt;/P&gt;&lt;P&gt;    hide : l_date,com_month-endda.&lt;/P&gt;&lt;P&gt;    clear : po_quan.&lt;/P&gt;&lt;P&gt;else.&lt;/P&gt;&lt;P&gt;    clear : l_date,h_date.&lt;/P&gt;&lt;P&gt;    exit.&lt;/P&gt;&lt;P&gt;   endif.&lt;/P&gt;&lt;P&gt; ENDDO.&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;In the above code when i click on "po_quan" i must be able to get all the PO's in that partuclar month per material.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now in the At Line-selection iam getting the final iteration dates(ie last month only).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please advice...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Apr 2005 13:36:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/at-line-selection-issue/m-p/863566#M48575</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-04-04T13:36:14Z</dc:date>
    </item>
    <item>
      <title>Re: At-Line selection Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/at-line-selection-issue/m-p/863567#M48576</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Srinivas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this one,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Declare a global variable for material.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data: v_matnr like ekpo-matnr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And while displaying PO_Quantity,use WRITE material to V_MATNR (WRITE: ITAB1-MATNR TO V_MATNR), instead of displaying. and then HIDE this variable V_MATNR like L_DATE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In at line selection use the variable for V_MATNR for fetching the PO's related to material&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Lakshman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Apr 2005 14:01:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/at-line-selection-issue/m-p/863567#M48576</guid>
      <dc:creator>Lakshmant1</dc:creator>
      <dc:date>2005-04-04T14:01:16Z</dc:date>
    </item>
    <item>
      <title>Re: At-Line selection Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/at-line-selection-issue/m-p/863568#M48577</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Lakshman,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is not with the material number,thats comming in At line-selection.Its the date range which iam not getting for that particular months po_quan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Apr 2005 14:31:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/at-line-selection-issue/m-p/863568#M48577</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-04-04T14:31:41Z</dc:date>
    </item>
    <item>
      <title>Re: At-Line selection Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/at-line-selection-issue/m-p/863569#M48578</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This can be solved if you try  ALV.I would say go with ALV List using Function module.&lt;/P&gt;&lt;P&gt;Collect data into internal table .&lt;/P&gt;&lt;P&gt;Pass this table to ALV as per your requirment (Columns will be months and row will be quanity.You have to finalise the no of columns that you are going to display)&lt;/P&gt;&lt;P&gt;Build another internal which will have Month and related POs collected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can handle double click event of ALV,which will give you Column and row information ( which row and column is double clicked)&lt;/P&gt;&lt;P&gt;Now you can read 2nd internal table for selected column ( which in turn is Month)  show all the PO's as second list.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Apr 2005 19:09:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/at-line-selection-issue/m-p/863569#M48578</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-04-04T19:09:20Z</dc:date>
    </item>
    <item>
      <title>Re: At-Line selection Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/at-line-selection-issue/m-p/863570#M48579</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sushil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Switching over to ALV at this stage is again going to be a long process.And to be frank iam not very good in ALV's.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Isn't there any way to address this issue...!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyone please advice.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Apr 2005 04:41:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/at-line-selection-issue/m-p/863570#M48579</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-04-05T04:41:01Z</dc:date>
    </item>
    <item>
      <title>Re: At-Line selection Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/at-line-selection-issue/m-p/863571#M48580</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Srinivas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've been trying to understand what exactly your problem is. Let me give you something to the extent that I have understood it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;DO.
  IF H_DATE(6) GE L_DATE(6).
    PERFORM LAST_DAY_IN_MONTH IN PROGRAM SAPFP500 USING L_DATE
                                                        COM_MONTH-ENDDA.

    SELECT A~MENGE 
      INTO EKPO-MENGE 
      FROM EKPO AS A INNER JOIN 
           EKET AS B ON A~EBELN = B~EBELN AND 
                        A~EBELP = B~EBELP
     WHERE A~MATNR = ITAB1-MATNR
       AND B~EINDT BETWEEN L_DATE AND COM_MONTH-ENDDA
       AND A~LOEKZ NE 'X'.
  
      PO_QUAN = PO_QUAN + EKPO-MENGE.

    ENDSELECT.
  
    &amp;lt;b&amp;gt;WRITE : / PO_QUAN.&amp;lt;/b&amp;gt;

    HIDE : L_DATE,COM_MONTH-ENDDA.
    CLEAR : PO_QUAN.
  
  ELSE.
  
    CLEAR : L_DATE,H_DATE.
    EXIT.
  
  ENDIF.
  
ENDDO.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just try the above piece of code and I think you should get it working. the difference , as I have made it bold, is the WRITE statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anand Mandalika.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Apr 2005 05:11:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/at-line-selection-issue/m-p/863571#M48580</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-04-05T05:11:37Z</dc:date>
    </item>
    <item>
      <title>Re: At-Line selection Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/at-line-selection-issue/m-p/863572#M48581</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 you are getting the material number, then try to populate the date intervals , material number and the required fields in a internal table . After that try to read that from the internal table for the corresponding material number. I didn't try this.If possible, make a try.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;J.Jayanthi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Apr 2005 06:10:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/at-line-selection-issue/m-p/863572#M48581</guid>
      <dc:creator>jayanthi_jayaraman</dc:creator>
      <dc:date>2005-04-05T06:10:08Z</dc:date>
    </item>
    <item>
      <title>Re: At-Line selection Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/at-line-selection-issue/m-p/863573#M48582</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anand,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I cannot write the quantities for each month in next line.For every material the break up quantities for 5 months should be in the same line..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyways i found some solution for this,what iam planning to do is AT line-selection, take all the PO's and PR's for a particular Material for the full 5 months and show &lt;/P&gt;&lt;P&gt;them separately on monthly basis in that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope the Users like this...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks guys,for all your support.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Apr 2005 05:08:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/at-line-selection-issue/m-p/863573#M48582</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-04-06T05:08:49Z</dc:date>
    </item>
    <item>
      <title>Re: At-Line selection Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/at-line-selection-issue/m-p/863574#M48583</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Srinivas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not having SAP Environment with me right now, but you try if this solution works for you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First to get your requirement, i guess your report is in this fashion&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    1   2   3   4   5&lt;/P&gt;&lt;P&gt;M1 501 502 503 504 505&lt;/P&gt;&lt;P&gt;M2 601 602 603 604 605&lt;/P&gt;&lt;P&gt;M3 701 702 703 704 705&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, when you click on any thing like 602, it should give you the material and PO for the date range in Month 2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess you can use the internal table with following structure.&lt;/P&gt;&lt;P&gt;Material Number&lt;/P&gt;&lt;P&gt;Dateinterval1&lt;/P&gt;&lt;P&gt;Dateinterval2&lt;/P&gt;&lt;P&gt;Dateinterval3&lt;/P&gt;&lt;P&gt;Dateinterval4&lt;/P&gt;&lt;P&gt;Dateinterval5&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Every time you process, store the information in this table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now in line selection you can get the following value:&lt;/P&gt;&lt;P&gt;a) Current Row and from there you can get the Material Number.&lt;/P&gt;&lt;P&gt;b) Current Column and from there you can get what date interval is being refered.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this case you wont need to use hide. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if i am answering your query.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Mitesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Apr 2005 06:29:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/at-line-selection-issue/m-p/863574#M48583</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-04-06T06:29:41Z</dc:date>
    </item>
  </channel>
</rss>

