<?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: List processing in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/list-processing/m-p/3363789#M807151</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;List Processing System Fields&lt;/STRONG&gt;&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;&lt;STRONG&gt;SY-CPAGE&lt;/STRONG&gt;&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;&lt;STRONG&gt;SY-LILLI&lt;/STRONG&gt;&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;&lt;STRONG&gt;SY-LISEL&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Contents of the line from which the event was triggered&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SY-LISTI&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Index of the list from which the event was triggered&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SY-LSIND&lt;/STRONG&gt;&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;&lt;STRONG&gt;SY-LSTAT&lt;/STRONG&gt;&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;&lt;STRONG&gt;SY-STARO&lt;/STRONG&gt;&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;&lt;STRONG&gt;Printing Lists&lt;/STRONG&gt;&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;&lt;STRONG&gt;SY-CALLR&lt;/STRONG&gt;&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;&lt;STRONG&gt;SY-PRDSN&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Contains the name of the spool file during printing.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SY-SPONO&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Contains the name of the spool number during printing.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SY-MAROW, SY-MACOL&lt;/STRONG&gt;&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;&lt;/P&gt;&lt;P&gt;Plzz reward if it is useful,&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Mahi&lt;/STRONG&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 31 Jan 2008 03:01:01 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-01-31T03:01:01Z</dc:date>
    <item>
      <title>List processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/list-processing/m-p/3363788#M807150</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 that are used for list processing.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jan 2008 02:57:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/list-processing/m-p/3363788#M807150</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-31T02:57:40Z</dc:date>
    </item>
    <item>
      <title>Re: List processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/list-processing/m-p/3363789#M807151</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;List Processing System Fields&lt;/STRONG&gt;&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;&lt;STRONG&gt;SY-CPAGE&lt;/STRONG&gt;&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;&lt;STRONG&gt;SY-LILLI&lt;/STRONG&gt;&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;&lt;STRONG&gt;SY-LISEL&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Contents of the line from which the event was triggered&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SY-LISTI&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Index of the list from which the event was triggered&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SY-LSIND&lt;/STRONG&gt;&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;&lt;STRONG&gt;SY-LSTAT&lt;/STRONG&gt;&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;&lt;STRONG&gt;SY-STARO&lt;/STRONG&gt;&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;&lt;STRONG&gt;Printing Lists&lt;/STRONG&gt;&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;&lt;STRONG&gt;SY-CALLR&lt;/STRONG&gt;&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;&lt;STRONG&gt;SY-PRDSN&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Contains the name of the spool file during printing.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SY-SPONO&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Contains the name of the spool number during printing.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SY-MAROW, SY-MACOL&lt;/STRONG&gt;&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;&lt;/P&gt;&lt;P&gt;Plzz reward if it is useful,&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Mahi&lt;/STRONG&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jan 2008 03:01:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/list-processing/m-p/3363789#M807151</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-31T03:01:01Z</dc:date>
    </item>
    <item>
      <title>Re: List processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/list-processing/m-p/3363790#M807152</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;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;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jan 2008 03:03:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/list-processing/m-p/3363790#M807152</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-31T03:03:50Z</dc:date>
    </item>
  </channel>
</rss>

