<?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 Reports System Fields examples in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-reports-system-fields-examples/m-p/1602862#M270669</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sudeer,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       Thanks for ur answer,Can you please send me the examples for those syatem Fields&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;                                           Ranjith&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 06 Oct 2006 14:08:13 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-10-06T14:08:13Z</dc:date>
    <item>
      <title>Interactive Reports System Fields examples</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-reports-system-fields-examples/m-p/1602859#M270666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;   Can any body please send me examples for System fields I know Sy-lsind, sy-lisel can any body send me the examples for others&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;                                              Ranjith&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Oct 2006 14:47:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-reports-system-fields-examples/m-p/1602859#M270666</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-05T14:47:58Z</dc:date>
    </item>
    <item>
      <title>Re: Interactive Reports System Fields examples</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-reports-system-fields-examples/m-p/1602860#M270667</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Ranjith,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;SY-CPAGE&amp;lt;/b&amp;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;&amp;lt;b&amp;gt;&lt;/P&gt;&lt;P&gt;SY-LILLI&amp;lt;/b&amp;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;&amp;lt;b&amp;gt;&lt;/P&gt;&lt;P&gt;SY-LISEL&amp;lt;/b&amp;gt;&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;&amp;lt;b&amp;gt;SY-LISTI&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;Index of the list from which the event was triggered&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;SY-LSIND&amp;lt;/b&amp;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;&amp;lt;b&amp;gt;&lt;/P&gt;&lt;P&gt;SY-LSTAT&amp;lt;/b&amp;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;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;SY-STACO&amp;lt;/b&amp;gt;&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;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;SY-STARO&amp;lt;/b&amp;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;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Oct 2006 15:01:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-reports-system-fields-examples/m-p/1602860#M270667</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-05T15:01:18Z</dc:date>
    </item>
    <item>
      <title>Re: Interactive Reports System Fields examples</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-reports-system-fields-examples/m-p/1602861#M270668</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Goto Table &lt;B&gt;&lt;/B&gt;&lt;/P&gt;&lt;P&gt;SYST&lt;/P&gt;, you can find all the system fields.&lt;BR /&gt;&lt;BR /&gt;Screens&lt;BR /&gt;Screens&lt;BR /&gt;System fields are set at the PAI event for every screen. These can be also used for interactive list processing, except for SY-DATAR, SY-LOOPC, and SY-STEPL.&lt;BR /&gt;&lt;BR /&gt;SY-CUCOL&lt;BR /&gt;Horizontal cursor position Counting starts at column 2&lt;BR /&gt;&lt;BR /&gt;SY-CUROW&lt;BR /&gt;Vertical cursor position Counting starts at row 1&lt;BR /&gt;&lt;BR /&gt;SY-DATAR&lt;BR /&gt;Set to X at time of PAI if at least one screen input field was changed by the user or other data transfer, otherwise empty.&lt;BR /&gt;&lt;BR /&gt;SY-LOOPC&lt;BR /&gt;Number of rows currently displayed in a screen table (table control).&lt;BR /&gt;&lt;BR /&gt;SY-PFKEY&lt;BR /&gt;GUI status of current screen. Can be set at PBO using SET PF-STATUS.&lt;BR /&gt;&lt;BR /&gt;SY-SCOLS&lt;BR /&gt;Number of columns in current screen. &lt;BR /&gt;&lt;BR /&gt;SY-SROWS&lt;BR /&gt;Number of rows in current screen. &lt;BR /&gt;&lt;BR /&gt;SY-STEPL&lt;BR /&gt;Index of current row in a screen table (table control). Is set at every loop pass. Outside a loop, for example during the POV event for a table row, SY-STEPL is not set appropriately.&lt;BR /&gt;&lt;BR /&gt;SY-TITLE&lt;BR /&gt;Text that appears in the title bar of the screen. For selection screens and lists this is the program name, otherwise SAP. Can be set during PBO using SET TITLEBAR. &lt;BR /&gt;&lt;BR /&gt;SY-UCOMM&lt;BR /&gt;Function code that triggered the event PAI. Every user action that triggers PAI is assigned a unique function code, with one exception: Choosing ENTER triggers PAI and different function codes can be transferred to SY-UCOMM:&lt;BR /&gt;&lt;BR /&gt;· If there is an entry in the command field of the standard toolbar, this is transferred to SY-UCOMM as the function code.&lt;BR /&gt;&lt;BR /&gt;· If there is no entry in the command field and a function code is assigned to the ENTER key, this function code is transferred to SY-UCOMM.&lt;BR /&gt;&lt;BR /&gt;· If the command field does not contain an entry and no function code is assigned to the ENTERkey, it is empty and the content of SY-UCOMM is not affected.&lt;BR /&gt;&lt;BR /&gt;Selection Screens&lt;BR /&gt;SY-SLSET&lt;BR /&gt;Variant used to fill the selection screen.&lt;BR /&gt;&lt;BR /&gt;Creating Lists&lt;BR /&gt;When creating a list you can use the following system fields to navigate. They help to ensure that output statements do not overwrite any existing output and that the system does not try to write outside the list. The current output position is always in the system fields SY-COLNO and SY-LINNO and is rest for every output statement. The remaining system fields contain further values for the list creation. &lt;BR /&gt;&lt;BR /&gt;SY-COLNO&lt;BR /&gt;Current column during list creation. Counting starts at 1. SY-COLNO is set by the following output statements:&lt;BR /&gt;&lt;BR /&gt;· WRITE, ULINE, SKIPset SY-COLNO to the next output position.&lt;BR /&gt;&lt;BR /&gt;· BACKsets SY-COLNO to 1.&lt;BR /&gt;&lt;BR /&gt;· POSITION col sets SY-COLNO to col. If collies outside the page, the subsequent output statements are ignored.&lt;BR /&gt;&lt;BR /&gt;· NEW-LINE sets SY-COLNO to 1.&lt;BR /&gt;&lt;BR /&gt;· NEW-PAGE sets SY-COLNO to 1.&lt;BR /&gt;&lt;BR /&gt;SY-LINCT&lt;BR /&gt;Page length of list. SY-LINCT is 0 for a standard list of any length and has a value unequal to 0 for lists with fixed page length.&lt;BR /&gt;&lt;BR /&gt;· LINE-COUNT in the statements REPORT, PROGRAM, FUNCTION POOL sets SY-LINCT for the current program.&lt;BR /&gt;&lt;BR /&gt;· LINE-COUNT in the SUBMIT statement sets SY-LINCT for the called program.&lt;BR /&gt;&lt;BR /&gt;SY-LINNO&lt;BR /&gt;Current row during the list creation. Counting begins at 1 and includes the page header. SY-LINNO is set by the following output statements:&lt;BR /&gt;&lt;BR /&gt;· WRITE, ULINE, SKIPraise SY-LINNO by 1 in the case of a line break.&lt;BR /&gt;&lt;BR /&gt;· BACK sets SY-LINNO to the first row after the page header. BACKin connection with RESERVE sets SY-LINNO to the first row of a block of lines.&lt;BR /&gt;&lt;BR /&gt;· NEW-LINE raises SY-LINNO by 1.&lt;BR /&gt;&lt;BR /&gt;· SKIP TO LINE lin sets SY-LINNO to lin. If lin does not lie between 1 and the page length, the system ignores the statement.&lt;BR /&gt;&lt;BR /&gt;SY-LINSZ&lt;BR /&gt;Line width of list Without further influence this is the standard window width: If SY-SCOLS &amp;gt;= 84, SY-LINSZ = SY-SCOLS; if SY-SCOLS &amp;lt; 84, SY-LINSZ = 84. &lt;BR /&gt;&lt;BR /&gt;To change the width of the output list, use the LINE-SIZE option of the REPORTor NEW PAGE statement.&lt;BR /&gt;&lt;BR /&gt;· LINE-SIZE in the statements REPORT, PROGRAM, FUNCTION POOL sets SY-LINSZ for the current program.&lt;BR /&gt;&lt;BR /&gt;· LINE-SIZE in the SUBMIT statement sets SY-LINSZ for the called program.&lt;BR /&gt;&lt;BR /&gt;SY-PAGNO&lt;BR /&gt;Current page during the list creation.&lt;BR /&gt;&lt;BR /&gt;· WRITE, ULINE, SKIPraise SY-PAGNO by 1 in the case of a line break.&lt;BR /&gt;&lt;BR /&gt;· NEW-PAGE raises SY-PAGNO by 1, but only if at least one output follows both on the current page and after the NEW-PAGE statement.&lt;BR /&gt;&lt;BR /&gt;· NEW-SECTION of the NEW-PAGE PRINT ON statement sets SY-PAGNO to 1.&lt;BR /&gt;&lt;BR /&gt;SY-TVAR0 ... SY-TVAR9&lt;BR /&gt;In the program, you can assign values to these system fields. During the TOP-OF-PAGE event, the system replaces the placeholders of the program&amp;#146;s list and column headers with the contents of the system fields SY-TVAR0 to SYTVAR9. &lt;BR /&gt;&lt;BR /&gt;SY-WTITL&lt;BR /&gt;Is set to N in the statements REPORT, PROGRAM, and FUNCTION-POOLif the NO STANDARD PAGE HEADING addition is used, otherwise empty. NEW-PAGE does not set SY-WTITL.&lt;BR /&gt;&lt;BR /&gt;List Processing&lt;BR /&gt;At each interactive list event and for READ LINE, the system automatically fills the following system fields:&lt;BR /&gt;&lt;BR /&gt;SY-CPAGE&lt;BR /&gt;Page number of the first displayed page of the list from which the event was triggered. Counting starts at 1&lt;BR /&gt;&lt;BR /&gt;SY-LILLI&lt;BR /&gt;Line from which the event was triggered Counting begins at 1 and includes the page header.&lt;BR /&gt;&lt;BR /&gt;SY-LISEL&lt;BR /&gt;Contents of the line from which the event was triggered&lt;BR /&gt;&lt;BR /&gt;SY-LISTI&lt;BR /&gt;Index of the list from which the event was triggered&lt;BR /&gt;&lt;BR /&gt;SY-LSIND&lt;BR /&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;P&gt;&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;&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;/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;&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;&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;&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;&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;&lt;/P&gt;&lt;P&gt;SY-MAROW, SY-MACOL&lt;/P&gt;&lt;P&gt;The SET MARGINstatement 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;Print Parameters&lt;/P&gt;&lt;P&gt;The print parameters are transferred to the spool system by the runtime system in a structure of dictionary type PRI_PARAMS. Before this structure was used, its purpose was served by system fields. Today a subset of the PRI_PARAMS structure is still written to system fields with the same names when printing is activated. This information is redundant and should not be used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Messages&lt;/P&gt;&lt;P&gt;If you execute the MESSAGE statement, the following system fields are set. If you execute the MESSAGE &amp;#133; RAISING statement in function modules and methods, these fields are also set in the calling program, if it handles the exception. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SY-MSGID&lt;/P&gt;&lt;P&gt;SY-MSGID contains the message ID.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SY-MSGNO&lt;/P&gt;&lt;P&gt;SY-MSGNO contains the message number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SY-MSGTY&lt;/P&gt;&lt;P&gt;SY-MSGTY contains the message type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SY-MSGV1,&amp;#133;,SY-MSGV4&lt;/P&gt;&lt;P&gt;SY-MSGV1 to SY-MSGV4 contain the field contents that are used for the message&amp;#146;s placeholders.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Special Actions that Fill Message Fields&lt;/P&gt;&lt;P&gt;·        If you request database locks using the ENQUEUE function module, the field SY-MSGV1 contains the name of the user who holds the lock, in the case of the FOREIGN_LOCK exception.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;·        IN the case of CALL TRANSACTION or CALL DIALOG with the USING addition, a message displayed during the called screen sequence is returned in the fields SY-MSGID, SY-MSGTY, SY-MSGNO, SY-MSGV1, ... , SY-MSGV4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;·        During Remote Function Call (RFC), error messages are transferred from the remote system to the calling system and SY-MSGID, SY-MSGTY, SY-MSGNO,SY-MSGV1, SY-MSGV2, SY-MSGV3, SY-MSGV4 are set. If short dumps or type X messages occur, the system also sets the fields.&lt;/P&gt;&lt;P&gt;                                                                                Internal system fields&lt;/P&gt;&lt;P&gt;Internal system fields are only for internal use in the ABAP runtime environment and are defined in the kernel. Under no circumstances must they be overwritten in ABAP programs and they should also not be read (processed). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SY-CFWAE&lt;/P&gt;&lt;P&gt;Undocumented&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SY-CHWAE&lt;/P&gt;&lt;P&gt;Undocumented&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SY-DEBUG&lt;/P&gt;&lt;P&gt;Undocumented&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SY-DSNAM&lt;/P&gt;&lt;P&gt;Name of spool output file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SY-ENTRY&lt;/P&gt;&lt;P&gt;Undocumented&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SY-FFILE&lt;/P&gt;&lt;P&gt;Flat file (USING/GENERATING DATASET).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SY-FLENG&lt;/P&gt;&lt;P&gt;Length of a field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SY-FODEC&lt;/P&gt;&lt;P&gt;Number of decimal places of a field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SY-FOLEN&lt;/P&gt;&lt;P&gt;Output length of a field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SY-FTYPE&lt;/P&gt;&lt;P&gt;Data type of a field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SY-GROUP&lt;/P&gt;&lt;P&gt;Bundling&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SY-INPUT&lt;/P&gt;&lt;P&gt;Undocumented&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SY-LPASS&lt;/P&gt;&lt;P&gt;Undocumented&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SY-NEWPA&lt;/P&gt;&lt;P&gt;Undocumented&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SY-NRPAG&lt;/P&gt;&lt;P&gt;Undocumented&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SY-ONCOM&lt;/P&gt;&lt;P&gt;On Commit flag. This system field is set to different values depending on the call status of an ABAP program. Of these, only the value of &amp;#145;P&amp;#146; is guaranteed. If at all, SY-ONCOM must only be queried for &amp;#145;P&amp;#146;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The value 'P' means that the program is already executing a subroutine started using PERFORM &amp;#133; ON COMMIT and therefore a further subroutine call using PERFORM ... ON COMMIT would cause a runtime error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SY-PAUTH&lt;/P&gt;&lt;P&gt;Undocumented&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SY-PLAYO&lt;/P&gt;&lt;P&gt;Undocumented&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SY-PLAYP&lt;/P&gt;&lt;P&gt;Undocumented&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SY-PNWPA&lt;/P&gt;&lt;P&gt;Undocumented&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SY-PRI40&lt;/P&gt;&lt;P&gt;Undocumented&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SY-PRINI&lt;/P&gt;&lt;P&gt;Undocumented&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SY-PRLOG&lt;/P&gt;&lt;P&gt;Undocumented&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SY-REPI2&lt;/P&gt;&lt;P&gt;Undocumented&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SY-RSTRT&lt;/P&gt;&lt;P&gt;Undocumented&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SY-SFOFF&lt;/P&gt;&lt;P&gt;Undocumented&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SY-SUBCS&lt;/P&gt;&lt;P&gt;Call status of an executable program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SY-SUBTY&lt;/P&gt;&lt;P&gt;Call type of an executable program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SY-TABID&lt;/P&gt;&lt;P&gt;Undocumented&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SY-TLOPC&lt;/P&gt;&lt;P&gt;Undocumented&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SY-TSTIS&lt;/P&gt;&lt;P&gt;Undocumented&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SY-XCODE&lt;/P&gt;&lt;P&gt;Extended function code Is filled, like SY-UCOMM, by user actions on lists. Before the length of SY-UCOMM was increased from 4 to 70 characters, SY-XCODE was used internally to evaluate lengthy entries in the command field of the list&amp;#146;s standard toolbar. Use SY-UCOMM in application programs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SY-XFORM&lt;/P&gt;&lt;P&gt;SYSTEM-EXIT subroutine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SY-XPROG&lt;/P&gt;&lt;P&gt;SYSTEM-EXIT program.&lt;/P&gt;&lt;P&gt;                                                                                Obsolete System Fields&lt;/P&gt;&lt;P&gt;In the transition from R/2 to R/3, some system fields were carried over that are no longer filled. These system fields are obsolete and can no longer be used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SY-APPLI&lt;/P&gt;&lt;P&gt;In R/2, ID for which SAP applications are installed. No longer filled.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SY-BATZD&lt;/P&gt;&lt;P&gt;In R/2, ID for daily background scheduling. No longer filled.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SY-BATZM&lt;/P&gt;&lt;P&gt;In R/2, ID for monthly background scheduling. No longer filled.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SY-BATZO&lt;/P&gt;&lt;P&gt;In R/2, ID for single background scheduling. No longer filled.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SY-BATZS&lt;/P&gt;&lt;P&gt;In R/2, ID for immediate background scheduling. No longer filled.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SY-BATZW&lt;/P&gt;&lt;P&gt;In R/2, ID for weekly background scheduling. No longer filled.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SY-BREP4&lt;/P&gt;&lt;P&gt;In R/2, root name of request report for background processing. No longer filled. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SY-BSPLD&lt;/P&gt;&lt;P&gt;In R/2, ID for immediate spool output for background processing. No longer filled.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SY-CCURS&lt;/P&gt;&lt;P&gt;In R/2, rate specification/result field from CURRENCY CONVERSION. No longer filled.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SY-CCURT&lt;/P&gt;&lt;P&gt;In R/2, table rate from CURRENCY CONVERSION. No longer filled.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SY-CDATE&lt;/P&gt;&lt;P&gt;In R/2, rate date from CURRENCY CONVERSION. No longer filled.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SY-CTABL&lt;/P&gt;&lt;P&gt;In R/2, rate table from CURRENCY CONVERSION. No longer filled.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SY-CTYPE&lt;/P&gt;&lt;P&gt;In R/2, rate type from CURRENCY CONVERSION. No longer filled.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SY-DCSYS&lt;/P&gt;&lt;P&gt;Dialog system of R/2 System No longer filled.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SY-FMKEY&lt;/P&gt;&lt;P&gt;Previously, current function code menu. No longer filled.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SY-LOCDB&lt;/P&gt;&lt;P&gt;Local database, not implemented.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SY-LOCOP&lt;/P&gt;&lt;P&gt;Local database operation, not implemented.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SY-MACDB&lt;/P&gt;&lt;P&gt;Previously, name of file for matchcode access. No longer filled.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SY-MARKY&lt;/P&gt;&lt;P&gt;Current line character for the MARK statement. However, the language element MARK will only be supported for a short time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SY-PAGCT&lt;/P&gt;&lt;P&gt;In R/2, maximum number of pages per list. No longer filled.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SY-PREFX&lt;/P&gt;&lt;P&gt;ABAP prefix for background jobs. No longer filled.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SY-SFNAM&lt;/P&gt;&lt;P&gt;Undocumented&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SY-SPONR&lt;/P&gt;&lt;P&gt;In R/2, you could process spool files using the TRANSFER statement, set by SY-SPONR. No longer filled.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SY-TFDSN&lt;/P&gt;&lt;P&gt;Previously, name of external storage file for extracts. No longer filled.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SY-TMAXL&lt;/P&gt;&lt;P&gt;Previously, maximum number of entries in an internal table. No longer filled.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SY-TNAME&lt;/P&gt;&lt;P&gt;Previously, name of an internal table after an access. No longer filled.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SY-TOCCU&lt;/P&gt;&lt;P&gt;With the statements DESCRIBE TABLE, LOOP AT, and READ TABLE, SY-TOCCU was filled with the value of the initial main memory requirements for the addressed internal table. No longer filled.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SY-TPAGI&lt;/P&gt;&lt;P&gt;Previously, ID whether an internal table is stored in the paging area. No longer filled.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SY-TTABC&lt;/P&gt;&lt;P&gt;Previously, index of last read row in an internal table. No longer filled.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SY-TTABI&lt;/P&gt;&lt;P&gt;Previously, offset of internal tables in roll area. No longer filled.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SY-WAERS&lt;/P&gt;&lt;P&gt;Previously, company code currency after reading booking segment. No longer filled.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SY-WILLI&lt;/P&gt;&lt;P&gt;In R/2, number of selected list row for detail list in window. Use SY-LILLI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SY-WINCO&lt;/P&gt;&lt;P&gt;In R/2, cursor position for detail list in window. Use SY-CUCOL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SY-WINDI&lt;/P&gt;&lt;P&gt;In R/2, index of list for detail list in window. Use SY-LSIND.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SY-WINRO&lt;/P&gt;&lt;P&gt;In R/2, cursor position for detail list in window. Use SY-CUROW.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SY-WINSL&lt;/P&gt;&lt;P&gt;In R/2, content of selected row for detail list in window. Use SY-LISEL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SY-WINX1&lt;/P&gt;&lt;P&gt;In R/2, window coordinate for detail list in window. No longer used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SY-WINX2&lt;/P&gt;&lt;P&gt;In R/2, window coordinate for detail list in window. No longer used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SY-WINY1&lt;/P&gt;&lt;P&gt;In R/2, window coordinate for detail list in window. No longer used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SY-WINY2&lt;/P&gt;&lt;P&gt;In R/2, window coordinate for detail list in window. No longer used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw2004s/helpdata/en/7b/fb96c8882811d295a90000e8353423/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw2004s/helpdata/en/7b/fb96c8882811d295a90000e8353423/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Prakash.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Oct 2006 15:06:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-reports-system-fields-examples/m-p/1602861#M270668</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-05T15:06:52Z</dc:date>
    </item>
    <item>
      <title>Re: Interactive Reports System Fields examples</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-reports-system-fields-examples/m-p/1602862#M270669</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sudeer,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       Thanks for ur answer,Can you please send me the examples for those syatem Fields&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;                                           Ranjith&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Oct 2006 14:08:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-reports-system-fields-examples/m-p/1602862#M270669</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-06T14:08:13Z</dc:date>
    </item>
    <item>
      <title>Re: Interactive Reports System Fields examples</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-reports-system-fields-examples/m-p/1602863#M270670</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ranjith,&lt;/P&gt;&lt;P&gt;Example Programs for youe sake ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;1St one:-&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;REPORT demo_list_interactive_1.
START-OF-SELECTION.
  WRITE: 'Basic List, sy-lsind =', sy-lsind.
AT LINE-SELECTION.
  WRITE: 'Secondary List, &amp;lt;b&amp;gt;sy-lsind&amp;lt;/b&amp;gt; =', sy-lsind.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-basis-abap.com/abap/check-boxes-in-an-interactive-report.htm" target="test_blank"&gt;http://www.sap-basis-abap.com/abap/check-boxes-in-an-interactive-report.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw2004s/helpdata/en/9f/dba2eb35c111d1829f0000e829fbfe/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw2004s/helpdata/en/9f/dba2eb35c111d1829f0000e829fbfe/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.karakas-online.de/forum/viewtopic.php?t=3353" target="test_blank"&gt;http://www.karakas-online.de/forum/viewtopic.php?t=3353&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Even you will find the Example programs in &amp;lt;b&amp;gt;ABAPDOCU&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;enter this ABAPDOCU in the command linem you will get all the example programs&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Oct 2006 14:24:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-reports-system-fields-examples/m-p/1602863#M270670</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-06T14:24:37Z</dc:date>
    </item>
    <item>
      <title>Re: Interactive Reports System Fields examples</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-reports-system-fields-examples/m-p/1602864#M270671</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check in the structure SYST in SE11 for all system fields what u are looking in different scenarios&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Oct 2006 14:25:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-reports-system-fields-examples/m-p/1602864#M270671</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-06T14:25:19Z</dc:date>
    </item>
  </channel>
</rss>

