<?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: system variable in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/system-variable/m-p/3487570#M838535</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sivara,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  SY-LISEL  : Contents of the line from which the event was triggered&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For you use see the below other....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;List Processing System Fields&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At each interactive list event and for READ-LINE, the system automatically fills the following system fields:&lt;/P&gt;&lt;P&gt;SY-CPAGE&lt;/P&gt;&lt;P&gt;Page number of the first displayed page of the list from which the event was triggered. Counting starts at 1&lt;/P&gt;&lt;P&gt;SY-LILLI&lt;/P&gt;&lt;P&gt;Line from which the event was triggered Counting begins at 1 and includes the page header.&lt;/P&gt;&lt;P&gt;SY-LISEL&lt;/P&gt;&lt;P&gt;Contents of the line from which the event was triggered&lt;/P&gt;&lt;P&gt;SY-LISTI&lt;/P&gt;&lt;P&gt;Index of the list from which the event was triggered&lt;/P&gt;&lt;P&gt;SY-LSIND&lt;/P&gt;&lt;P&gt;Index of the list that is being created (basic list: 0, detail list &amp;gt; 0). Each time an interactive list event occurs, the system automatically increases SY-LSIND by 1. SY-LSIND can be changed in the ABAP program to navigate between detail lists. Changes to SY-LSIND are not taken into account until the end of the list event. Therefore, any manipulation of SY-LISND should be done using the last command of the processing block.&lt;/P&gt;&lt;P&gt;SY-LSTAT&lt;/P&gt;&lt;P&gt;ID for list levels within the program. SY-LSTAT can be filled with values during list creation in the ABAP program. The value valid when the list is completed is saved with the list. In the case of an interactive list event, SY-LSTAT is set to the value it was assigned during the creation of the list from which the event takes place. SY-LSTAT is no longer maintained and should therefore no longer be used.&lt;/P&gt;&lt;P&gt;SY-STACO&lt;/P&gt;&lt;P&gt;Number of the first displayed column of the list from which the event was triggered. Counting starts at 1.&lt;/P&gt;&lt;P&gt;SY-STARO&lt;/P&gt;&lt;P&gt;Number of the upper-most displayed row of the upper-most page of the list, from which the event was triggered. Counting begins at 1. This does not include the page header.&lt;/P&gt;&lt;P&gt;Printing Lists&lt;/P&gt;&lt;P&gt;When printing lists, the spool and runtime systems require certain internal information, which is available in the following system fields and is set during print activation.&lt;/P&gt;&lt;P&gt;SY-CALLR&lt;/P&gt;&lt;P&gt;Contains a value that displays where printing was started, for example NEW-PAGE for program-controlled printing or RSDBRUNT for printing from the selection screen.&lt;/P&gt;&lt;P&gt;SY-PRDSN&lt;/P&gt;&lt;P&gt;Contains the name of the spool file during printing.&lt;/P&gt;&lt;P&gt;SY-SPONO&lt;/P&gt;&lt;P&gt;Contains the name of the spool number during printing.&lt;/P&gt;&lt;P&gt;SY-MAROW, SY-MACOL&lt;/P&gt;&lt;P&gt;The SET MARGIN statement fills the system fields SY-MAROW and SY-MACOL, which determine the number of lines on the upper margin and the number of columns on the left margin when printing.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 27 Feb 2008 03:15:14 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-02-27T03:15:14Z</dc:date>
    <item>
      <title>system variable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/system-variable/m-p/3487569#M838534</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;what is the sysytem variable to fine the current list line in list processing&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Feb 2008 03:10:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/system-variable/m-p/3487569#M838534</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-27T03:10:10Z</dc:date>
    </item>
    <item>
      <title>Re: system variable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/system-variable/m-p/3487570#M838535</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sivara,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  SY-LISEL  : Contents of the line from which the event was triggered&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For you use see the below other....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;List Processing System Fields&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At each interactive list event and for READ-LINE, the system automatically fills the following system fields:&lt;/P&gt;&lt;P&gt;SY-CPAGE&lt;/P&gt;&lt;P&gt;Page number of the first displayed page of the list from which the event was triggered. Counting starts at 1&lt;/P&gt;&lt;P&gt;SY-LILLI&lt;/P&gt;&lt;P&gt;Line from which the event was triggered Counting begins at 1 and includes the page header.&lt;/P&gt;&lt;P&gt;SY-LISEL&lt;/P&gt;&lt;P&gt;Contents of the line from which the event was triggered&lt;/P&gt;&lt;P&gt;SY-LISTI&lt;/P&gt;&lt;P&gt;Index of the list from which the event was triggered&lt;/P&gt;&lt;P&gt;SY-LSIND&lt;/P&gt;&lt;P&gt;Index of the list that is being created (basic list: 0, detail list &amp;gt; 0). Each time an interactive list event occurs, the system automatically increases SY-LSIND by 1. SY-LSIND can be changed in the ABAP program to navigate between detail lists. Changes to SY-LSIND are not taken into account until the end of the list event. Therefore, any manipulation of SY-LISND should be done using the last command of the processing block.&lt;/P&gt;&lt;P&gt;SY-LSTAT&lt;/P&gt;&lt;P&gt;ID for list levels within the program. SY-LSTAT can be filled with values during list creation in the ABAP program. The value valid when the list is completed is saved with the list. In the case of an interactive list event, SY-LSTAT is set to the value it was assigned during the creation of the list from which the event takes place. SY-LSTAT is no longer maintained and should therefore no longer be used.&lt;/P&gt;&lt;P&gt;SY-STACO&lt;/P&gt;&lt;P&gt;Number of the first displayed column of the list from which the event was triggered. Counting starts at 1.&lt;/P&gt;&lt;P&gt;SY-STARO&lt;/P&gt;&lt;P&gt;Number of the upper-most displayed row of the upper-most page of the list, from which the event was triggered. Counting begins at 1. This does not include the page header.&lt;/P&gt;&lt;P&gt;Printing Lists&lt;/P&gt;&lt;P&gt;When printing lists, the spool and runtime systems require certain internal information, which is available in the following system fields and is set during print activation.&lt;/P&gt;&lt;P&gt;SY-CALLR&lt;/P&gt;&lt;P&gt;Contains a value that displays where printing was started, for example NEW-PAGE for program-controlled printing or RSDBRUNT for printing from the selection screen.&lt;/P&gt;&lt;P&gt;SY-PRDSN&lt;/P&gt;&lt;P&gt;Contains the name of the spool file during printing.&lt;/P&gt;&lt;P&gt;SY-SPONO&lt;/P&gt;&lt;P&gt;Contains the name of the spool number during printing.&lt;/P&gt;&lt;P&gt;SY-MAROW, SY-MACOL&lt;/P&gt;&lt;P&gt;The SET MARGIN statement fills the system fields SY-MAROW and SY-MACOL, which determine the number of lines on the upper margin and the number of columns on the left margin when printing.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Feb 2008 03:15:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/system-variable/m-p/3487570#M838535</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-27T03:15:14Z</dc:date>
    </item>
    <item>
      <title>Re: system variable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/system-variable/m-p/3487571#M838536</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;Its &lt;STRONG&gt;sy-linno&lt;/STRONG&gt;.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;jose.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Feb 2008 03:15:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/system-variable/m-p/3487571#M838536</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-27T03:15:36Z</dc:date>
    </item>
    <item>
      <title>Re: system variable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/system-variable/m-p/3487572#M838537</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;&lt;/P&gt;&lt;P&gt;SY-LILLI&lt;/P&gt;&lt;P&gt;Line from which the event was triggered Counting begins at 1 and includes the page header.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Feb 2008 03:17:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/system-variable/m-p/3487572#M838537</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-27T03:17:18Z</dc:date>
    </item>
    <item>
      <title>Re: system variable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/system-variable/m-p/3487573#M838538</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;List Processing System Fields&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At each interactive list event and for READ-LINE, the system automatically fills the following system fields:&lt;/P&gt;&lt;P&gt;SY-CPAGE&lt;/P&gt;&lt;P&gt;Page number of the first displayed page of the list from which the event was triggered. Counting starts at 1&lt;/P&gt;&lt;P&gt;SY-LILLI&lt;/P&gt;&lt;P&gt;Line from which the event was triggered Counting begins at 1 and includes the page header.&lt;/P&gt;&lt;P&gt;SY-LISEL&lt;/P&gt;&lt;P&gt;Contents of the line from which the event was triggered&lt;/P&gt;&lt;P&gt;SY-LISTI&lt;/P&gt;&lt;P&gt;Index of the list from which the event was triggered&lt;/P&gt;&lt;P&gt;SY-LSIND&lt;/P&gt;&lt;P&gt;Index of the list that is being created (basic list: 0, detail list &amp;gt; 0). Each time an interactive list event occurs, the system automatically increases SY-LSIND by 1. SY-LSIND can be changed in the ABAP program to navigate between detail lists. Changes to SY-LSIND are not taken into account until the end of the list event. Therefore, any manipulation of SY-LISND should be done using the last command of the processing block.&lt;/P&gt;&lt;P&gt;SY-LSTAT&lt;/P&gt;&lt;P&gt;ID for list levels within the program. SY-LSTAT can be filled with values during list creation in the ABAP program. The value valid when the list is completed is saved with the list. In the case of an interactive list event, SY-LSTAT is set to the value it was assigned during the creation of the list from which the event takes place. SY-LSTAT is no longer maintained and should therefore no longer be used.&lt;/P&gt;&lt;P&gt;SY-STACO&lt;/P&gt;&lt;P&gt;Number of the first displayed column of the list from which the event was triggered. Counting starts at 1.&lt;/P&gt;&lt;P&gt;SY-STARO&lt;/P&gt;&lt;P&gt;Number of the upper-most displayed row of the upper-most page of the list, from which the event was triggered. Counting begins at 1. This does not include the page header.&lt;/P&gt;&lt;P&gt;Printing Lists&lt;/P&gt;&lt;P&gt;When printing lists, the spool and runtime systems require certain internal information, which is available in the following system fields and is set during print activation.&lt;/P&gt;&lt;P&gt;SY-CALLR&lt;/P&gt;&lt;P&gt;Contains a value that displays where printing was started, for example NEW-PAGE for program-controlled printing or RSDBRUNT for printing from the selection screen.&lt;/P&gt;&lt;P&gt;SY-PRDSN&lt;/P&gt;&lt;P&gt;Contains the name of the spool file during printing.&lt;/P&gt;&lt;P&gt;SY-SPONO&lt;/P&gt;&lt;P&gt;Contains the name of the spool number during printing.&lt;/P&gt;&lt;P&gt;SY-MAROW, SY-MACOL&lt;/P&gt;&lt;P&gt;The SET MARGIN statement fills the system fields SY-MAROW and SY-MACOL, which determine the number of lines on the upper margin and the number of columns on the left margin when printing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;System Fields for Details Lists&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After each user action on a list, the following ABAP system fields will be set in the corresponding event block: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;System field&lt;/P&gt;&lt;P&gt;Information&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SY-LSIND&lt;/P&gt;&lt;P&gt;Index of the list created during the current event (basic list = 0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SY-LISTI&lt;/P&gt;&lt;P&gt;Index of the list level from which the event was triggered&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SY-LILLI&lt;/P&gt;&lt;P&gt;Absolute number of the line from which the event was triggered&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SY-LISEL&lt;/P&gt;&lt;P&gt;Contents of the line from which the event was triggered&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SY-CUROW&lt;/P&gt;&lt;P&gt;Position of the line in the window from which the event was triggered (counting starts with 1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SY-CUCOL&lt;/P&gt;&lt;P&gt;Position of the column in the window from which the event was triggered (counting starts with 2)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SY-CPAGE&lt;/P&gt;&lt;P&gt;Page number of the first displayed page of the list from which the event was triggered&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SY-STARO&lt;/P&gt;&lt;P&gt;Number of the first line of the first page displayed of the list from which the event was triggered (counting starts with 1). This line may contain the page header.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SY-STACO&lt;/P&gt;&lt;P&gt;Number of the first column displayed in the list from which the event was triggered (counting starts with 1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SY-UCOMM&lt;/P&gt;&lt;P&gt;Function code that triggered the event&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SY-PFKEY&lt;/P&gt;&lt;P&gt;Status of the list currently being displayed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Plzz reward if it is useful,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Feb 2008 03:18:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/system-variable/m-p/3487573#M838538</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-27T03:18:22Z</dc:date>
    </item>
    <item>
      <title>Re: system variable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/system-variable/m-p/3487574#M838539</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;SY-LILLI --- TO get current list line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;kavitha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Feb 2008 05:52:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/system-variable/m-p/3487574#M838539</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-27T05:52:02Z</dc:date>
    </item>
    <item>
      <title>Re: system variable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/system-variable/m-p/3487575#M838540</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;SY-LILLI gives current line from which the event was triggered counting begins at 1 and includes the page header.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;rahul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Feb 2008 05:55:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/system-variable/m-p/3487575#M838540</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-27T05:55:14Z</dc:date>
    </item>
    <item>
      <title>Re: system variable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/system-variable/m-p/3487576#M838541</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SY-lILLI&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Feb 2008 05:57:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/system-variable/m-p/3487576#M838541</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-27T05:57:16Z</dc:date>
    </item>
    <item>
      <title>Re: system variable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/system-variable/m-p/3487577#M838542</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;There are 176 system variables available within every ABAP/4 program. You do not have to define them; they are automatically defined and are always available.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To display a list of system variables, display DDIC structure syst. You can display it by using the Dictionary. The alias for syst is sy (pronounced sigh). In your code, you can use either name. For example, you can code either sy-datum or syst-datum; they are equivalent. Most programmers use sy. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Name&lt;/STRONG&gt;	&lt;STRONG&gt;Description&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;sy-datum	Current date&lt;/P&gt;&lt;P&gt;sy-uzeit	Current time&lt;/P&gt;&lt;P&gt;sy-uname	Current user id&lt;/P&gt;&lt;P&gt;sy-subrc	Last return code&lt;/P&gt;&lt;P&gt;sy-mandt	Logon client&lt;/P&gt;&lt;P&gt;sy-pagno	Current output page number&lt;/P&gt;&lt;P&gt;sy-colno	Current output column number&lt;/P&gt;&lt;P&gt;sy-linno	Current output list line number&lt;/P&gt;&lt;P&gt;sy-vline	Vertical line&lt;/P&gt;&lt;P&gt;sy-uline	Horizontal line&lt;/P&gt;&lt;P&gt;sy-repid	Current report name&lt;/P&gt;&lt;P&gt;sy-cprog	Main program name&lt;/P&gt;&lt;P&gt;sy-tcode	Current transaction code&lt;/P&gt;&lt;P&gt;sy-dbcnt	Within a select, contains the current iteration counter. After the endselect, contains number of rows that match the where clause.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SY-PAGNO - Number of current page of current list; &lt;/P&gt;&lt;P&gt;counting begins at 1; &lt;/P&gt;&lt;P&gt;SY-LINNO - Number of current line on current page; &lt;/P&gt;&lt;P&gt;counting begins at 1; &lt;/P&gt;&lt;P&gt;SY-COLNO - Number of column where cursor is positioned in current list; &lt;/P&gt;&lt;P&gt;counting begins at 1; &lt;/P&gt;&lt;P&gt;SY-LINCT - Number of lines per page in current list, if specified by LINE-COUNT in the REPORT statement or by NEW-PAGE ; otherwise, SY-LINCT has the value zero and the length of the page is determined by its contents alone; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SY-LINSZ - Line width of current list; &lt;/P&gt;&lt;P&gt;Can be manipulated by LINE-SIZE in the REPORT  statement or by NEW-PAGE; &lt;/P&gt;&lt;P&gt;the maximum line width is 1023 characters. However, you should not set the list width wider than you need. This makes the list easier to read, easier to print, and improves system performance. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SY-TITLE - Title that appears in the title bar of the display window; &lt;/P&gt;&lt;P&gt;can be manipulated by maintaining the text elements of the report or by SET TITLEBAR ;  maximum length: 70 characters; &lt;/P&gt;&lt;P&gt;SY-SROWS - Current number of lines in display window; &lt;/P&gt;&lt;P&gt;counting begins at 1; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SY-SCOLS - Current number of columns in display window; &lt;/P&gt;&lt;P&gt;counting begins at 1; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After each interactive event, the following system fields are set automatically: &lt;/P&gt;&lt;P&gt;SY-LSIND - Index of current list; (basic list: 0, first details list: 1, ..., twentieth details list: 20); &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you reduce the value of SY-LSIND (to n), the list at level n is replaced by the current list when this list has been generated. (For this reason, any modifications to SY-LSIND should always be made at the end of the relevant processing block.) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*SY-LILLI - Absolute number of a selected line in displayed list; &lt;/P&gt;&lt;P&gt;the addition CURRENT LINE of READ LINE  or MODIFY LINE always refers to the line SY-LILLI in the list SY-LISTI; &lt;/P&gt;&lt;P&gt;counting begins at 1* &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SY-LISTI - Index of displayed list after line selection (normally, SY-LISTI = SY-LSIND - 1); &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;modifications should only be made by READ LINE; &lt;/P&gt;&lt;P&gt;SY-LISEL - Contents of a selected line; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SY-CUROW - Number of line in window on which the cursor was last positioned in the displayed list; &lt;/P&gt;&lt;P&gt;modifications should only be made by SET CURSOR for the next screen change; &lt;/P&gt;&lt;P&gt;counting begins at 1; &lt;/P&gt;&lt;P&gt;SY-CUCOL - Number of column in window on which the cursor was last positioned in the displayed list; &lt;/P&gt;&lt;P&gt;to determined tbe absolute position of the cursor, you can use GET CURSOR  instead; &lt;/P&gt;&lt;P&gt;modifications should only be made by SET CURSOR; &lt;/P&gt;&lt;P&gt;counting begins at 2; &lt;/P&gt;&lt;P&gt;SY-CPAGE - Number of top displayed page in displayed list; &lt;/P&gt;&lt;P&gt;modifications should only be made by SCROLL LIST TO...PAGE... or through interactive scrolling; &lt;/P&gt;&lt;P&gt;counting begins at 1; &lt;/P&gt;&lt;P&gt;SY-STARO - Number of top line on top displayed page (SY-CPAGE) of the displayed list; &lt;/P&gt;&lt;P&gt;modifications should only be made by SCROLL LIST TO...PAGE...LINE... or through interactive scrolling; &lt;/P&gt;&lt;P&gt;counting begins at 1 and lines of the page header are included; &lt;/P&gt;&lt;P&gt;SY-STACO - Number of first displayed column in the displayed list; &lt;/P&gt;&lt;P&gt;modifications should only be made by SCROLL LIST LEFT/RIGHT/To COLUMN or through interactive scrolling; &lt;/P&gt;&lt;P&gt;counting begins at 1; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;reward if its useful&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: p541399 on Feb 27, 2008 11:33 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Feb 2008 06:01:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/system-variable/m-p/3487577#M838542</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-27T06:01:14Z</dc:date>
    </item>
  </channel>
</rss>

