<?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 System fields in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/system-fields/m-p/3492125#M839828</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 are system fields for secondary lists?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thnks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 09 Mar 2008 05:24:52 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-03-09T05:24:52Z</dc:date>
    <item>
      <title>System fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/system-fields/m-p/3492125#M839828</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 are system fields for secondary lists?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thnks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 09 Mar 2008 05:24:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/system-fields/m-p/3492125#M839828</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-09T05:24:52Z</dc:date>
    </item>
    <item>
      <title>Re: System fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/system-fields/m-p/3492126#M839829</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-LSIND contains the index of the list currently being created. While the basic list is being created, SY-LSIND is zero. for Secondary lists it starts from 1.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 09 Mar 2008 05:40:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/system-fields/m-p/3492126#M839829</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-09T05:40:03Z</dc:date>
    </item>
    <item>
      <title>Re: System fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/system-fields/m-p/3492127#M839830</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;The SY-LSIND system field contains the index of the list currently created. While creating a basic list, SY-LSIND equals 0. With each interactive event, the system automatically sets the following system fields: System field Information SY-LINCT total line count of a list SY-LINNO current line no where cursor is placed. SY-LSIND Index of the list currently created during the current event (basic list = 0) SY-LISTI Index of the list level from which the event was triggered SY-LILLI Absolute number of the line from which the event was triggered SY-LISEL Contents of the line from which the event was triggered SY-CUROW Position of the line in the window from which the event was triggered (counting starts with 1) SY-CUCOL Position of the column in the window from which the event was triggered (counting starts with 2) SY-UCOMM Function code that triggered the event SY-PFKEY Always contains the status of the current list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps u,&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Arunsri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 09 Mar 2008 06:26:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/system-fields/m-p/3492127#M839830</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-09T06:26:10Z</dc:date>
    </item>
    <item>
      <title>Re: System fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/system-fields/m-p/3492128#M839831</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-LSIND 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 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 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 Contents of the line from which the event was triggered.&lt;/P&gt;&lt;P&gt;&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;&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;&lt;/P&gt;&lt;P&gt;SY-CPAGE 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 Number of the first line of the first page displayed of the list from which the event was triggered (counting starts with 1). Possibly, a page header occupies this line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SY-STACO 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 Function code that triggered the event.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SY-PFKEY Status of the displayed list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Cheers,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Chandra Sekhar.&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 09 Mar 2008 08:28:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/system-fields/m-p/3492128#M839831</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-09T08:28:16Z</dc:date>
    </item>
    <item>
      <title>Re: System fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/system-fields/m-p/3492129#M839832</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-lsind&lt;/P&gt;&lt;P&gt;sy-listi&lt;/P&gt;&lt;P&gt;sy-lilli&lt;/P&gt;&lt;P&gt;sy-lisel&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*****************************&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;codeLILLI Number of current list line&lt;/P&gt;&lt;P&gt;AT LINE-SELECTION. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DETAIL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SY-LSIND is the index of the current list &lt;/P&gt;&lt;P&gt;WRITE: / 'SY-LSIND:', SY-LSIND LEFT-JUSTIFIED. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SY-LISTI is the index of the previous list &lt;/P&gt;&lt;P&gt;WRITE: / 'SY-LISTI:', SY-LISTI LEFT-JUSTIFIED. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SY-LILLI is the number of the selected line in the absolute list &lt;/P&gt;&lt;P&gt;WRITE: / 'SY-LILLI:', SY-LILLI LEFT-JUSTIFIED. &lt;/P&gt;&lt;P&gt;SY-LINCT Number of list lines&lt;/P&gt;&lt;P&gt;WRITE: / SY-LINCT, 'line and', (3) SY-LINSZ, 'column is a page'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SY-LINNO Current line for list creation&lt;/P&gt;&lt;P&gt;WRITE: SY-COLNO, ',', SY-LINNO, 'Cursor position (column, row).'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SY-LINSZ Line size of list&lt;/P&gt;&lt;P&gt;WRITE: SY-COLNO, ',', SY-LINNO, 'Cursor position (column, row).'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SY-LISEL Interact.: Selected line&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;contents of the selected line &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WRITE: / 'SY-LISEL:', SY-LISEL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SY-LISTI Number of current list line&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SY-LISTI is the index of the previous list &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WRITE: / 'SY-LISTI:', SY-LISTI LEFT-JUSTIFIED.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 09 Mar 2008 08:29:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/system-fields/m-p/3492129#M839832</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-09T08:29:14Z</dc:date>
    </item>
  </channel>
</rss>

