<?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/1715872#M312915</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SY-LSIND is the variable used for list index.&lt;/P&gt;&lt;P&gt;SY-LINNO is line no of the report on which the user might click.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It depends again on what functionality the user is looking for.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can look at the SYST table for list of system variables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;P&gt;Note - Please mark all the helpful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 24 Nov 2006 15:40:47 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-11-24T15:40:47Z</dc:date>
    <item>
      <title>interactive report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-report/m-p/1715871#M312914</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;     what are the System fields used in interactive Reporting .?&lt;/P&gt;&lt;P&gt;     &lt;/P&gt;&lt;P&gt;                                                                      regards,&lt;/P&gt;&lt;P&gt;                                                                       karthik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Nov 2006 15:38:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-report/m-p/1715871#M312914</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-24T15:38:02Z</dc:date>
    </item>
    <item>
      <title>Re: interactive report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-report/m-p/1715872#M312915</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SY-LSIND is the variable used for list index.&lt;/P&gt;&lt;P&gt;SY-LINNO is line no of the report on which the user might click.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It depends again on what functionality the user is looking for.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can look at the SYST table for list of system variables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;P&gt;Note - Please mark all the helpful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Nov 2006 15:40:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-report/m-p/1715872#M312915</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-24T15:40:47Z</dc:date>
    </item>
    <item>
      <title>Re: interactive report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-report/m-p/1715873#M312916</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;LILLI Number of current list line
AT LINE-SELECTION. 

DETAIL.
* SY-LSIND is the index of the current list 
WRITE: / 'SY-LSIND:', SY-LSIND LEFT-JUSTIFIED. 
* SY-LISTI is the index of the previous list 
WRITE: / 'SY-LISTI:', SY-LISTI LEFT-JUSTIFIED. 
* SY-LILLI is the number of the selected line in the absolute list 
WRITE: / 'SY-LILLI:', SY-LILLI LEFT-JUSTIFIED. 
SY-LINCT Number of list lines
WRITE: / SY-LINCT, 'line and', (3) SY-LINSZ, 'column is a page'.
 
SY-LINNO Current line for list creation
WRITE: SY-COLNO, ',', SY-LINNO, 'Cursor position (column, row).'.
 
SY-LINSZ Line size of list
WRITE: SY-COLNO, ',', SY-LINNO, 'Cursor position (column, row).'.
 
SY-LISEL Interact.: Selected line
* contents of the selected line

WRITE: / 'SY-LISEL:', SY-LISEL.
 
SY-LISTI Number of current list line
* SY-LISTI is the index of the previous list

WRITE: / 'SY-LISTI:', SY-LISTI LEFT-JUSTIFIED.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        chandrasekhar jagarlamudi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Nov 2006 15:41:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-report/m-p/1715873#M312916</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-24T15:41:19Z</dc:date>
    </item>
    <item>
      <title>Re: interactive report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-report/m-p/1715874#M312917</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;With each interactive event, the system automatically sets the following system fields:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;System field	Information&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;SY-LINCT 	total line count of a list&lt;/P&gt;&lt;P&gt;SY-LINNO	current line no where cursor is placed.&lt;/P&gt;&lt;P&gt;SY-LSIND	Index of the list currently created during the current event (basic list = 0)&lt;/P&gt;&lt;P&gt; SY-LISTI	Index of the list level from which the event was triggered&lt;/P&gt;&lt;P&gt; SY-LILLI	Absolute number of the line from which the event was triggered&lt;/P&gt;&lt;P&gt; SY-LISEL	Contents of the line from which the event was triggered&lt;/P&gt;&lt;P&gt; SY-CUROW	Position of the line in the window from which the event was triggered (counting starts with 1)&lt;/P&gt;&lt;P&gt;SY-CUCOL	Position of the column in the window from which the event was triggered (counting starts with 2)&lt;/P&gt;&lt;P&gt; SY-UCOMM	Function code that triggered the event&lt;/P&gt;&lt;P&gt; SY-PFKEY	Always contains the status of the current list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if this helps.&lt;/P&gt;&lt;P&gt;Manish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Nov 2006 15:41:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-report/m-p/1715874#M312917</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-24T15:41:56Z</dc:date>
    </item>
    <item>
      <title>Re: interactive report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-report/m-p/1715875#M312918</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;All that fields are available for an interactive report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It usually use the fields with the data of cursor and line, SY-LISEL can be important because it found out the value of selected row.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway it depends on which report you need to do.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Nov 2006 15:43:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-report/m-p/1715875#M312918</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-24T15:43:18Z</dc:date>
    </item>
  </channel>
</rss>

