<?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: sys-field in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sys-field/m-p/2031996#M417122</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;I believe there are more than one field for interactive report..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SY-LSIND - List processing, details list index&lt;/P&gt;&lt;P&gt;SY-LISTI   - List processing, index of current list&lt;/P&gt;&lt;P&gt;SY-LILLI   - List processing, current list line&lt;/P&gt;&lt;P&gt;SY-LISEL - List processing, contents of selected line&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 27 Mar 2007 15:47:49 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-03-27T15:47:49Z</dc:date>
    <item>
      <title>sys-field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sys-field/m-p/2031994#M417120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what is the system field in interactive report?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Mar 2007 15:44:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sys-field/m-p/2031994#M417120</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-27T15:44:34Z</dc:date>
    </item>
    <item>
      <title>Re: sys-field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sys-field/m-p/2031995#M417121</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-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;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ferry Lianto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Mar 2007 15:47:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sys-field/m-p/2031995#M417121</guid>
      <dc:creator>ferry_lianto</dc:creator>
      <dc:date>2007-03-27T15:47:38Z</dc:date>
    </item>
    <item>
      <title>Re: sys-field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sys-field/m-p/2031996#M417122</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;I believe there are more than one field for interactive report..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SY-LSIND - List processing, details list index&lt;/P&gt;&lt;P&gt;SY-LISTI   - List processing, index of current list&lt;/P&gt;&lt;P&gt;SY-LILLI   - List processing, current list line&lt;/P&gt;&lt;P&gt;SY-LISEL - List processing, contents of selected line&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Mar 2007 15:47:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sys-field/m-p/2031996#M417122</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-27T15:47:49Z</dc:date>
    </item>
    <item>
      <title>Re: sys-field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sys-field/m-p/2031997#M417123</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See the dmeo report program demo_list_system_fields in se38.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Mar 2007 15:48:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sys-field/m-p/2031997#M417123</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-27T15:48:01Z</dc:date>
    </item>
    <item>
      <title>Re: sys-field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sys-field/m-p/2031998#M417124</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Sunil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;SY-PAGNO	List creation, current page
SY-COLNO	List creation, current column of list
SY-LINCT	                List processing, page length of list
SY-LINNO	                List creation, current line
SY-LINSZ	                List creation, width of list
SY-LILLI	                List processing, current list line
SY-LSIND	                List processing, details list index
SY-LISTI	                List processing, index of current list
SY-SROWS	Screens, numbers of lines
SY-SCOLS	Screens, number of columns
SY-LOOPC	Screens, number of lines visible in table
SY-WTITL	                List creation, flag for standard page header
SY-CPAGE	List processing, current page number
SY-PFKEY	Screens, current GUI status
SY-UCOMM	Screens, function code triggered by PAI
SY-SLSET	                Selection screens, name of variant
SY-REPID	                ABAP program, current main program
SY-LSTAT	                List processing, list level IDs
SY-MSGLI	                Messages, message line
SY-TITLE	                Screens, title text
SY-LISEL	                List processing, contents of selected line
SY-ULINE	                Constants, horizontal line with length 255
SY-VLINE	                Constants, vertical bar
SY-STACO	List processing, initial column displayed
SY-STARO	List processing, first line displayed at top&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;Sajan Joseph.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Mar 2007 15:59:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sys-field/m-p/2031998#M417124</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-27T15:59:56Z</dc:date>
    </item>
    <item>
      <title>Re: sys-field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sys-field/m-p/2031999#M417125</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;these are system fields in interactive reports.&lt;/P&gt;&lt;P&gt;System Fields After List Events &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;System Field Meaning &lt;/P&gt;&lt;P&gt;sy-lsind List level of the current list; (basic list: 0, first secondary list: 1, ..., 20th secondary list: 20). sy-lsind can be set in the program to replace the current list with the list of the set level. &lt;/P&gt;&lt;P&gt;sy-lilli Absolute number of a selected row in the displayed list. Counting starts at 1. &lt;/P&gt;&lt;P&gt;sy-listi List level of the displayed list. &lt;/P&gt;&lt;P&gt;sy-lisel Content of the selected row. &lt;/P&gt;&lt;P&gt;sy-curow Number of the row in the window, on which the cursor of the displayed list was positioned. Counting starts at 1. &lt;/P&gt;&lt;P&gt;sy-cucol Number of the column in the window, on which the cursor was positioned on the displayed list. Counting starts at 2. &lt;/P&gt;&lt;P&gt;sy-cpage Number of the first displayed page of the displayed list. Counting starts at 1. &lt;/P&gt;&lt;P&gt;sy-staro Number of the first row on the first displayed page of the displayed list. Counting starts at 1, the rows of the page header are included. &lt;/P&gt;&lt;P&gt;sy-staco Number of the first displayed column of the displayed list. Counting starts at 1. &lt;/P&gt;&lt;P&gt;sy-ucomm Function code that triggered the event on the displayed list. &lt;/P&gt;&lt;P&gt;sy-pfkey GUI status of the displayed list. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note &lt;/P&gt;&lt;P&gt;Program SHOWLISY displays the current values of the above system fields. You can monitor changes to the values due to scrolling, changing the window size, selecting a list row, and so on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is the example program.&lt;/P&gt;&lt;P&gt;REPORT SHOWLISY LINE-SIZE 80 NO STANDARD PAGE HEADING.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET PF-STATUS 'STATUS_1'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PERFORM  WRITE_SYSTEM_FIELDS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TOP-OF-PAGE.&lt;/P&gt;&lt;P&gt;  PERFORM WRITE_TOP_OF_PAGE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TOP-OF-PAGE DURING LINE-SELECTION.&lt;/P&gt;&lt;P&gt;  PERFORM WRITE_TOP_OF_PAGE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT USER-COMMAND.&lt;/P&gt;&lt;P&gt;  CASE SY-UCOMM.&lt;/P&gt;&lt;P&gt;    WHEN 'NEXT'.&lt;/P&gt;&lt;P&gt;      SET TITLEBAR 'V-TITLE' WITH SY-LSIND.&lt;/P&gt;&lt;P&gt;      PERFORM  WRITE_SYSTEM_FIELDS.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    SCROLL LIST INDEX SY-LSIND TO: PAGE SY-CPAGE LINE SY-STARO,&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;                                   COLUMN SY-STACO.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  ENDCASE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT LINE-SELECTION.&lt;/P&gt;&lt;P&gt;  SET TITLEBAR 'V-TITLE' WITH SY-LSIND.&lt;/P&gt;&lt;P&gt;  PERFORM  WRITE_SYSTEM_FIELDS.&lt;/P&gt;&lt;P&gt;  SCROLL LIST INDEX SY-LSIND TO: PAGE SY-CPAGE LINE SY-STARO,&lt;/P&gt;&lt;P&gt;                                 COLUMN SY-STACO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&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;      FORM WRITE_SYSTEM_FIELDS                                      *&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;*----&lt;/P&gt;&lt;HR originaltext="---------------------------------------------------------------" /&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;FORM WRITE_SYSTEM_FIELDS.&lt;/P&gt;&lt;P&gt;  FORMAT COLOR COL_NORMAL.&lt;/P&gt;&lt;P&gt;  PERFORM WRITE_LINE USING 'SY-PAGNO'.&lt;/P&gt;&lt;P&gt;  PERFORM WRITE_LINE USING 'SY-LINNO'.&lt;/P&gt;&lt;P&gt;  PERFORM WRITE_LINE USING 'SY-COLNO'.&lt;/P&gt;&lt;P&gt;  PERFORM WRITE_LINE USING '        '.&lt;/P&gt;&lt;P&gt;  PERFORM WRITE_LINE USING 'SY-LINCT'.&lt;/P&gt;&lt;P&gt;  PERFORM WRITE_LINE USING 'SY-LINSZ'.&lt;/P&gt;&lt;P&gt;  PERFORM WRITE_LINE USING '        '.&lt;/P&gt;&lt;P&gt;  PERFORM WRITE_LINE USING 'SY-TITLE'.&lt;/P&gt;&lt;P&gt;  PERFORM WRITE_LINE USING 'SY-SROWS'.&lt;/P&gt;&lt;P&gt;  PERFORM WRITE_LINE USING 'SY-SCOLS'.&lt;/P&gt;&lt;P&gt;  ULINE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  NEW-PAGE.&lt;/P&gt;&lt;P&gt;  PERFORM WRITE_LINE USING 'SY-LSIND'.&lt;/P&gt;&lt;P&gt;  PERFORM WRITE_LINE USING '        '.&lt;/P&gt;&lt;P&gt;  PERFORM WRITE_LINE USING 'SY-LILLI'.&lt;/P&gt;&lt;P&gt;  PERFORM WRITE_LINE USING 'SY-LISTI'.&lt;/P&gt;&lt;P&gt;  PERFORM WRITE_LINE USING 'SY-LISEL'.&lt;/P&gt;&lt;P&gt;  PERFORM WRITE_LINE USING '        '.&lt;/P&gt;&lt;P&gt;  PERFORM WRITE_LINE USING 'SY-CUROW'.&lt;/P&gt;&lt;P&gt;  PERFORM WRITE_LINE USING 'SY-CUCOL'.&lt;/P&gt;&lt;P&gt;  PERFORM WRITE_LINE USING '        '.&lt;/P&gt;&lt;P&gt;  PERFORM WRITE_LINE USING 'SY-CPAGE'.&lt;/P&gt;&lt;P&gt;  PERFORM WRITE_LINE USING 'SY-STARO'.&lt;/P&gt;&lt;P&gt;  PERFORM WRITE_LINE USING 'SY-STACO'.&lt;/P&gt;&lt;P&gt;  PERFORM WRITE_LINE USING '        '.&lt;/P&gt;&lt;P&gt;  PERFORM WRITE_LINE USING 'SY-UCOMM'.&lt;/P&gt;&lt;P&gt;  PERFORM WRITE_LINE USING 'SY-PFKEY'.&lt;/P&gt;&lt;P&gt;  ULINE.&lt;/P&gt;&lt;P&gt;ENDFORM.&lt;/P&gt;&lt;P&gt;*&amp;amp;----&lt;/P&gt;&lt;HR originaltext="---------------------------------------------------------------" /&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;*&amp;amp;      Form  WRITE_TOP_OF_PAGE&lt;/P&gt;&lt;P&gt;*&amp;amp;----&lt;/P&gt;&lt;HR originaltext="---------------------------------------------------------------" /&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;FORM WRITE_TOP_OF_PAGE.&lt;/P&gt;&lt;P&gt;  FORMAT COLOR COL_NORMAL.&lt;/P&gt;&lt;P&gt;  CASE SY-PAGNO.&lt;/P&gt;&lt;P&gt;    WHEN '1'.&lt;/P&gt;&lt;P&gt;      WRITE: /(80) 'Systemfelder für das Erstellen einer Liste:'(001).&lt;/P&gt;&lt;P&gt;    WHEN '2'.&lt;/P&gt;&lt;P&gt;      WRITE: /(80) 'Systemfelder für interaktives Reporting:'(002).&lt;/P&gt;&lt;P&gt;  ENDCASE.&lt;/P&gt;&lt;P&gt;  WRITE: 80(1) SY-PAGNO.&lt;/P&gt;&lt;P&gt;  FORMAT COLOR COL_HEADING.&lt;/P&gt;&lt;P&gt;  ULINE.&lt;/P&gt;&lt;P&gt;  WRITE: /   SY-VLINE, 'SY-LINNO',&lt;/P&gt;&lt;P&gt;          12 SY-VLINE, 'Name      '(003),&lt;/P&gt;&lt;P&gt;          24 SY-VLINE, 'Wert      '(004),&lt;/P&gt;&lt;P&gt;          80 SY-VLINE.&lt;/P&gt;&lt;P&gt;  ULINE.&lt;/P&gt;&lt;P&gt;ENDFORM.&lt;/P&gt;&lt;P&gt;*&amp;amp;----&lt;/P&gt;&lt;HR originaltext="---------------------------------------------------------------" /&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;*&amp;amp;      Form  WRITE_ZEILE&lt;/P&gt;&lt;P&gt;*&amp;amp;----&lt;/P&gt;&lt;HR originaltext="---------------------------------------------------------------" /&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;*----&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;FORM WRITE_LINE USING SYFIELD.&lt;/P&gt;&lt;P&gt;  FIELD-SYMBOLS:  LEFT-JUSTIFIED, 80 SY-VLINE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDFORM.                                " WRITE_LINE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please reward helpful answers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        sunil kumar&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Mar 2007 17:22:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sys-field/m-p/2031999#M417125</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-27T17:22:27Z</dc:date>
    </item>
    <item>
      <title>Re: sys-field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sys-field/m-p/2032000#M417126</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 List level of the current list; (basic list: 0, first secondary list: 1, ..., 20th secondary list: 20). sy-lsind can be set in the program to replace the current list with the list of the set level. &lt;/P&gt;&lt;P&gt;sy-lilli Absolute number of a selected row in the displayed list. Counting starts at 1. &lt;/P&gt;&lt;P&gt;sy-listi List level of the displayed list. &lt;/P&gt;&lt;P&gt;sy-lisel Content of the selected row. &lt;/P&gt;&lt;P&gt;sy-curow Number of the row in the window, on which the cursor of the displayed list was positioned. Counting starts at 1. &lt;/P&gt;&lt;P&gt;sy-cucol Number of the column in the window, on which the cursor was positioned on the displayed list. Counting starts at 2. &lt;/P&gt;&lt;P&gt;sy-cpage Number of the first displayed page of the displayed list. Counting starts at 1. &lt;/P&gt;&lt;P&gt;sy-staro Number of the first row on the first displayed page of the displayed list. Counting starts at 1, the rows of the page header are included. &lt;/P&gt;&lt;P&gt;sy-staco Number of the first displayed column of the displayed list. Counting starts at 1. &lt;/P&gt;&lt;P&gt;sy-ucomm Function code that triggered the event on the displayed list. &lt;/P&gt;&lt;P&gt;sy-pfkey GUI status of the displayed list. &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;ananth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Mar 2007 17:28:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sys-field/m-p/2032000#M417126</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-27T17:28:37Z</dc:date>
    </item>
  </channel>
</rss>

