<?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: Interactive Report in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-report/m-p/2438402#M545621</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Chandan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Explain in simple terms :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hide : it hides the complete line ,when you double click on line ( anywhere in the line ) ,it will trigger and shows secondary list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;some times Customer requirement is he want to have on field ( not like complete line),then we go for cursor field ( it hides only certain fields - here we use hot spot on that field)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope you got it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Seshu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 Jun 2007 18:55:52 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-21T18:55:52Z</dc:date>
    <item>
      <title>Interactive Report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-report/m-p/2438397#M545616</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the difference between &amp;lt;b&amp;gt;Get Cursor&amp;lt;/b&amp;gt; &amp;amp; &amp;lt;b&amp;gt;Hide&amp;lt;/b&amp;gt; use in the interactive reports?&lt;/P&gt;&lt;P&gt;Please send me the answer. Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;P&gt;Chandan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jun 2007 15:18:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-report/m-p/2438397#M545616</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-21T15:18:50Z</dc:date>
    </item>
    <item>
      <title>Re: Interactive Report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-report/m-p/2438398#M545617</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;&amp;lt;b&amp;gt;GET CURSOR&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Use the statements GET CURSOR FIELD and GET CURSOR LINE to pass the output field or output line on which the cursor was positioned during the interactive event to the ABAP program&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After user interaction with the screen, you may need to know the position of the cursor when the action occurred. This is particularly important if the user chooses the Choose function (F2 or mouse double-click). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To find out the cursor position, use the following statement:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GET CURSOR FIELD &amp;lt;f&amp;gt; [OFFSET &amp;lt;off&amp;gt;]&lt;/P&gt;&lt;P&gt;                     [LINE &amp;lt;lin&amp;gt;] &lt;/P&gt;&lt;P&gt;                     [VALUE &amp;lt;val&amp;gt;] &lt;/P&gt;&lt;P&gt;                     [LENGTH &amp;lt;len&amp;gt;].&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;HIDE&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;You use the HIDE technique while creating a list level to store line-specific information for later use&amp;lt;/b&amp;gt;. To do so, use the HIDE statement as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;HIDE &amp;lt;f&amp;gt;.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This statement places the contents of the variable &amp;lt;f&amp;gt; for the current output line (system field SY-LINNO) into the HIDE area. The variable &amp;lt;f&amp;gt; must not necessarily appear on the current line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To make your program more readable, always place the HIDE statement directly after the output statement for the variable &amp;lt;f&amp;gt; or after the last output statement for the current line. &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;Ashokreddy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jun 2007 15:27:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-report/m-p/2438398#M545617</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-21T15:27:42Z</dc:date>
    </item>
    <item>
      <title>Re: Interactive Report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-report/m-p/2438399#M545618</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;GET CURSOR statement transfers the name of the screen element on which the cursor is positioned during a user action into the variable &amp;lt;f&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GET CURSOR FIELD &amp;lt;f&amp;gt; [OFFSET &amp;lt;off&amp;gt;] [LINE &amp;lt;lin&amp;gt;] [VALUE &amp;lt;val&amp;gt;] LENGTH &amp;lt;len&amp;gt;].&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To prevent the user from selecting invalid lines, ABAP/4 offers several possibilities.  At the end of the processing block END-OF-SELECTION, delete the contents of one or more fields you previously stored for valid lines using the HIDE statement.  At the event AT LINE-SELECTION, check whether the work area is initial or whether the HIDE statement stored field contents there.  After processing the secondary list, clear the work area again.  This prevents the user from trying to create further secondary lists from the secondary list displayed.&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;See the example programs :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPORT  zprem_interactive                       .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TYPES : BEGIN OF ty_test,&lt;/P&gt;&lt;P&gt;        code TYPE i,&lt;/P&gt;&lt;P&gt;        name(10) TYPE c,&lt;/P&gt;&lt;P&gt;        amount TYPE p DECIMALS 2,&lt;/P&gt;&lt;P&gt;       END OF ty_test.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA : it_test TYPE STANDARD TABLE OF ty_test WITH HEADER LINE INITIAL SIZE 10.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA : wa TYPE ty_test,&lt;/P&gt;&lt;P&gt;       chk1 TYPE c,&lt;/P&gt;&lt;P&gt;       fldname(30), fldval(50).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*set pf-status 'PF01'.&lt;/P&gt;&lt;P&gt;*set titlebar 'PF01'.&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INITIALIZATION.&lt;/P&gt;&lt;P&gt;  it_test-code = 300.&lt;/P&gt;&lt;P&gt;  it_test-name = 'Ramesh'.&lt;/P&gt;&lt;P&gt;  it_test-amount = 5500.&lt;/P&gt;&lt;P&gt;  APPEND it_test.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  wa-code = 207.&lt;/P&gt;&lt;P&gt;  wa-name = 'Prem'.&lt;/P&gt;&lt;P&gt;  wa-amount = 5000.&lt;/P&gt;&lt;P&gt;  APPEND wa TO it_test.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  it_test-code = 117.&lt;/P&gt;&lt;P&gt;  it_test-name = 'James Bond'.&lt;/P&gt;&lt;P&gt;  it_test-amount = 9900.&lt;/P&gt;&lt;P&gt;  INSERT it_test INDEX 3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  it_test-code = 217.&lt;/P&gt;&lt;P&gt;  it_test-name = 'Sivaraman'.&lt;/P&gt;&lt;P&gt;  it_test-amount = 9900.&lt;/P&gt;&lt;P&gt;  INSERT it_test INDEX 3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  it_test-code = 201.&lt;/P&gt;&lt;P&gt;  it_test-name = 'Saravanan'.&lt;/P&gt;&lt;P&gt;  it_test-amount = 1000.&lt;/P&gt;&lt;P&gt;  APPEND it_test.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  it_test-code = 210.&lt;/P&gt;&lt;P&gt;  it_test-name = 'Shanmugam'.&lt;/P&gt;&lt;P&gt;  it_test-amount = 6000.&lt;/P&gt;&lt;P&gt;  APPEND it_test.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  WRITE : / 'Loop Display ( Appended rows ) :-'.&lt;/P&gt;&lt;P&gt;  LOOP AT it_test.&lt;/P&gt;&lt;P&gt;    WRITE : / chk1 AS CHECKBOX,&lt;/P&gt;&lt;P&gt;    sy-tabix, sy-vline, it_test-code, it_test-name, it_test-amount.&lt;/P&gt;&lt;P&gt;    HIDE : it_test-code, it_test-name.&lt;/P&gt;&lt;P&gt;  ENDLOOP.&lt;/P&gt;&lt;P&gt;  SKIP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;END-OF-SELECTION.&lt;/P&gt;&lt;P&gt;  CLEAR : it_test-code, it_test-name.&lt;/P&gt;&lt;P&gt;  WRITE : / 'this from end of selection'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="---------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*&amp;amp;      Form  DISP1&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="---------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;      text&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORM disp1.&lt;/P&gt;&lt;P&gt;  WINDOW STARTING AT 15 10&lt;/P&gt;&lt;P&gt;         ENDING AT 80 15.&lt;/P&gt;&lt;P&gt;  DO.&lt;/P&gt;&lt;P&gt;    CLEAR chk1.&lt;/P&gt;&lt;P&gt;    READ LINE sy-index FIELD VALUE chk1.&lt;/P&gt;&lt;P&gt;    IF sy-subrc NE 0.&lt;/P&gt;&lt;P&gt;      EXIT.&lt;/P&gt;&lt;P&gt;    ELSE.&lt;/P&gt;&lt;P&gt;      CHECK chk1 NE space.&lt;/P&gt;&lt;P&gt;      WRITE : / it_test-code, it_test-name.&lt;/P&gt;&lt;P&gt;      MODIFY CURRENT LINE :&lt;/P&gt;&lt;P&gt;        FIELD VALUE chk1 FROM ' '&lt;/P&gt;&lt;P&gt;        FIELD FORMAT chk1 INPUT OFF.&lt;/P&gt;&lt;P&gt;    ENDIF.&lt;/P&gt;&lt;P&gt;  ENDDO.&lt;/P&gt;&lt;P&gt;ENDFORM.                                                    "DISP1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;***line double click ****&lt;/P&gt;&lt;P&gt;AT LINE-SELECTION.&lt;/P&gt;&lt;P&gt;  CHECK sy-lsind = 1.&lt;/P&gt;&lt;P&gt;  WINDOW STARTING AT 5 4&lt;/P&gt;&lt;P&gt;         ENDING AT 85 20.&lt;/P&gt;&lt;P&gt;  WRITE: /  'THE USER DOUBLE-CLICKED A LINE IN THE REPORT'.&lt;/P&gt;&lt;P&gt;  WRITE: /  sy-lisel.&lt;/P&gt;&lt;P&gt;  WRITE : / 'Sometime ',it_test-name, ' is good '.&lt;/P&gt;&lt;P&gt;  WRITE : / 'Sometime ',it_test-name, ' is bad  '.&lt;/P&gt;&lt;P&gt;  WRITE : / 'Sometime ',it_test-name, ' is rich '.&lt;/P&gt;&lt;P&gt;  WRITE : / 'Sometime ',it_test-name, ' is poor '.&lt;/P&gt;&lt;P&gt;  WRITE : / 'Who knows, who is ',it_test-name, ' ? '.&lt;/P&gt;&lt;P&gt;  WRITE : /, / 'we can also use this in SELECT statement'.&lt;/P&gt;&lt;P&gt;  CLEAR : it_test-code, it_test-name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        .&lt;/P&gt;&lt;P&gt;IF SY-SUBRC &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;        WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  ULINE.&lt;/P&gt;&lt;P&gt;  SKIP.&lt;/P&gt;&lt;P&gt;  SKIP.&lt;/P&gt;&lt;P&gt;  WRITE : / 'Below from Get Cursor Field...'.&lt;/P&gt;&lt;P&gt;  GET CURSOR FIELD fldname VALUE fldval.&lt;/P&gt;&lt;P&gt;  CONDENSE fldname.&lt;/P&gt;&lt;P&gt;  CONDENSE fldval.&lt;/P&gt;&lt;P&gt;  WRITE : / 'You have clicked ', fldname, ' &amp;amp; its value is ', fldval.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;***function key press F6 ****&lt;/P&gt;&lt;P&gt;AT PF06.&lt;/P&gt;&lt;P&gt;  PERFORM disp1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*AT USER-COMMAND.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; CASE SY-UCOMM.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   WHEN 'STOP' OR 'CANCEL'.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     LEAVE TO SCREEN 0.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   WHEN 'TESTME'.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     PERFORM DISP1.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; ENDCASE.&lt;/P&gt;&lt;/LI&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="91" type="ul"&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jun 2007 15:37:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-report/m-p/2438399#M545618</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-21T15:37:30Z</dc:date>
    </item>
    <item>
      <title>Re: Interactive Report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-report/m-p/2438400#M545619</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Ashok for your answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;P&gt;Chandan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jun 2007 18:40:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-report/m-p/2438400#M545619</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-21T18:40:30Z</dc:date>
    </item>
    <item>
      <title>Re: Interactive Report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-report/m-p/2438401#M545620</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Seshu,&lt;/P&gt;&lt;P&gt;thanks for the feedback.&lt;/P&gt;&lt;P&gt;but is there any other differences. because interviewer was expecting some thing more information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;P&gt;Chandan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jun 2007 18:45:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-report/m-p/2438401#M545620</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-21T18:45:41Z</dc:date>
    </item>
    <item>
      <title>Re: Interactive Report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-report/m-p/2438402#M545621</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Chandan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Explain in simple terms :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hide : it hides the complete line ,when you double click on line ( anywhere in the line ) ,it will trigger and shows secondary list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;some times Customer requirement is he want to have on field ( not like complete line),then we go for cursor field ( it hides only certain fields - here we use hot spot on that field)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope you got it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Seshu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jun 2007 18:55:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-report/m-p/2438402#M545621</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-21T18:55:52Z</dc:date>
    </item>
  </channel>
</rss>

