<?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 field in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/system-field/m-p/3198102#M762091</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;plz tell me what is the function of this system field&amp;gt; SY-REPID&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Dec 2007 12:38:43 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-12-18T12:38:43Z</dc:date>
    <item>
      <title>system field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/system-field/m-p/3198102#M762091</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;plz tell me what is the function of this system field&amp;gt; SY-REPID&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Dec 2007 12:38:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/system-field/m-p/3198102#M762091</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-18T12:38:43Z</dc:date>
    </item>
    <item>
      <title>Re: system field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/system-field/m-p/3198103#M762092</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;gives the current main program name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;refer to this thread :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="3718804"&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Dec 2007 12:40:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/system-field/m-p/3198103#M762092</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-18T12:40:44Z</dc:date>
    </item>
    <item>
      <title>Re: system field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/system-field/m-p/3198104#M762093</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;STRONG&gt;sy-repid&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Name of current ABAP program. With externally called procedures this is the name of the procedure&amp;#146;s main program. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If SY-REPID was transferred to an external procedure as an actual parameter before Release 6.10, the formal parameter was not given the name of the caller, but the name of the procedure&amp;#146;s main program. SY-REID had to be transferred to an auxiliary variable before the call or you had to use SY-PROG.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As of Release 6.10, SY-REPID is a separate constant that is no longer part of the structure SYST or SY. It can be transferred to external procedures directly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Plzz reward points if it helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Dec 2007 12:40:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/system-field/m-p/3198104#M762093</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-18T12:40:49Z</dc:date>
    </item>
    <item>
      <title>Re: system field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/system-field/m-p/3198105#M762094</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;    It gives the current program name.&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;PRashant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Dec 2007 12:42:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/system-field/m-p/3198105#M762094</guid>
      <dc:creator>former_member386202</dc:creator>
      <dc:date>2007-12-18T12:42:59Z</dc:date>
    </item>
    <item>
      <title>Re: system field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/system-field/m-p/3198106#M762095</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it contains program name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;say Zprogram u created.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u r executing thta program, in debugging type sy-repid&lt;/P&gt;&lt;P&gt; u will c that contains Zprogram.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ok&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Dec 2007 14:09:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/system-field/m-p/3198106#M762095</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-18T14:09:03Z</dc:date>
    </item>
    <item>
      <title>Re: system field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/system-field/m-p/3198107#M762096</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hai srinath,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;System Information&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Information on the Current SAP System&lt;/P&gt;&lt;P&gt;SY-DBSYS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Central database system, for example INFORMIX, ORACLE&lt;/P&gt;&lt;P&gt;SY-HOST&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Application server, for example HS0333, PAWDF087&lt;/P&gt;&lt;P&gt;SY-OPSYS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Operating system of application server, for example HP-UX, SINIX&lt;/P&gt;&lt;P&gt;SY-SAPRL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Release status of the SAP System, for example 30D, 46A&lt;/P&gt;&lt;P&gt;SY-SYSID&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Name of the SAP System, for example B20, I47&lt;/P&gt;&lt;P&gt;Information on the User Session&lt;/P&gt;&lt;P&gt;SY-LANGU&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One-digit language key, for example D, E, F. Either logon language of user or set using the SET LOCALE LANGUAGE statement.&lt;/P&gt;&lt;P&gt;SY-MANDT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Client number the user logged on with, for example 000, 400.&lt;/P&gt;&lt;P&gt;For database accesses with Open SQL, SY-MANDT is used as the first key field of the WHERE clause.&lt;/P&gt;&lt;P&gt;SY-MODNO&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Indexes external modes. Zero in first mode. In new modes, opened using the Create Mode function or by calling a transaction using /o, it is raised by 1. If previous modes were deleted, the free numbers are used first. Modes opened using CALL TRANSACTION &amp;#133; STARTING NEW TASK start back at 0.&lt;/P&gt;&lt;P&gt;SY-UNAME&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Logon name of user, for example KELLERH, BC400-01.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Date and Time Information&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The following system fields are always set automatically. If necessary, the GET TIME statement synchronizes the application server time with that of the database server and writes it to the system field SY-UZEIT. SY-DATUM and the system fields for the local time zone, that is SY-TIMLO, SY-DATLO, and SY-ZONLO are also reset.&lt;/P&gt;&lt;P&gt;SY-DATLO&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Local date of user, for example 19981129, 19990628.&lt;/P&gt;&lt;P&gt;SY-DATUM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Current (application server) date, for example 19981130, 19990627.&lt;/P&gt;&lt;P&gt;SY-DAYST&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;During daylight saving time X, otherwise empty.&lt;/P&gt;&lt;P&gt;SY-FDAYW&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Factory calendar weekday, Sunday 0 &amp;#133; Saturday 6.&lt;/P&gt;&lt;P&gt;SY-TIMLO&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Local time of user, for example 154353, 225312.&lt;/P&gt;&lt;P&gt;SY-TZONE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Time difference to Greenwich Mean Time (UTC) in seconds, for example 3600, 10800.&lt;/P&gt;&lt;P&gt;SY-UZEIT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Current (application server) time, for example 164353, 215312.&lt;/P&gt;&lt;P&gt;SY-ZONLO&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Time zone of user, for example CET, UTC.&lt;/P&gt;&lt;P&gt;Information on the Current ABAP Program&lt;/P&gt;&lt;P&gt;SY-CALLD&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SY-CALLD contains SPACE if the program is the first and only program in a call chain. SY_CALLD contains 'X' if the program is a called program in a call chain.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;·        SY-CALLD is set to &amp;#145;X&amp;#145; in a program called using CALL TRANSACTION, CALL DIALOG, or SUBMIT &amp;#133; AND RETURN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;·        SY-CALLD is set to space in a program called using LEAVE TO TRANSACTION, entering a transaction code on a screen, and processing batch input folders.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;·        With SUBMIT (without RETURN) SY-CALLD retains the previous value.&lt;/P&gt;&lt;P&gt;SY-CPROG&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In externally called procedures, the name of the calling program, otherwise the name of the current program. If an externally called procedure calls another external procedure, SY-CPROG keeps the name of the first main program and is not given the name of the main program of the further caller.&lt;/P&gt;&lt;P&gt;SY-DBNAM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With executable programs this is the linked logical database.&lt;/P&gt;&lt;P&gt;SY-DYNGR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Screen group of current screen. You can assign several screens to a common screen group. You can use this, for example, to modify all of the screens in the group in a uniform way.&lt;/P&gt;&lt;P&gt;SY-DYNNR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Number of current screen During the selection screen processing, SY-DYNNR contains the screen number of the current selection screen. During list processing, SY-DYNNR contains the number of the container screen. While a subscreen is being processed, SY-DYNNR contains its screen number. This also applies to tabstrips.&lt;/P&gt;&lt;P&gt;SY-LDBPG&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With executable programs, the database program of the linked logical database.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SY-REPID&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Name of current ABAP program. With externally called procedures this is the name of the procedure&amp;#146;s main program.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If SY-REPID was transferred to an external procedure as an actual parameter before Release 6.10, the formal parameter was not given the name of the caller, but the name of the procedure&amp;#146;s main program. SY-REID had to be transferred to an auxiliary variable before the call or you had to use SY-PROG.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As of Release 6.10, SY-REPID is a separate constant that is no longer part of the structure SYST or SY. It can be transferred to external procedures directly.&lt;/P&gt;&lt;P&gt;SY-TCODE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Name of current transaction code.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Background Processing&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;SY-BATCH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SY-BATCH is set to X in an ABAP program running in the background. Otherwise it is empty.&lt;/P&gt;&lt;P&gt;Batch Input&lt;/P&gt;&lt;P&gt;SY-BINPT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SY-BINPT is set to X during processing of batch input folders and in ABAP programs called with CALL TRANSACTION USING. Otherwise it is empty.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;·         OPTIONS FROM in the CALL TRANSACTION USINGstatement can set SY-BINPT to empty for the whole program execution, as well as at the end of the BDC data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;·         In CATT procedures, SY-BINPT is always empty.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ABAP Programming&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Constants&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;SY-ABCDE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Contains the Alphabet. Can be used to access individual letters independently of the codepage by specifying offset.&lt;/P&gt;&lt;P&gt;SY-ULINE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Contains a horizontal line with length 255. Can be used when creating the list.&lt;/P&gt;&lt;P&gt;SY-VLINE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Contains a vertical line (|). Can be used when creating the list&lt;/P&gt;&lt;P&gt;Loops&lt;/P&gt;&lt;P&gt;SY-INDEX&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SY-INDEX contains the number of loop passes in DO and WHILE loops, including the current loop pass.&lt;/P&gt;&lt;P&gt;Character Strings&lt;/P&gt;&lt;P&gt;SY-FDPOS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Found location for operations with character-type fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;·        If the operators CO, CN, CA, NA, CS, NS, CP, NP are used in comparisons, SY-FDPOS is assigned offset values depending on the comparison result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;·        SEARCH &amp;#133; FOR &amp;#133; sets SY-FDPOS to the offset of the found search string.&lt;/P&gt;&lt;P&gt;Internal Tables&lt;/P&gt;&lt;P&gt;SY-TABIX&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Current line in an internal table. With the following statements SY-TABIX is set for index tables. With hashed tables, SY-TABIX is not filled or it is set to 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;·        APPENDsets SY-TABIX to the index of the last table row, that is the total number of entries in the target table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;·        COLLECTsets SY-TABIX to the index of the existing or appended table row. With hashed tables, SY-TABIX is set to 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;·        LOOP ATsets SY-TABIX to the index of the current table row at the beginning of every loop pass. After leaving a loop, SY-TABIX is set to the value it had before entering the loop. With hashed tables, SY-TABIX is set to 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;·        READ TABLE sets SY-TABIX to the index of the table row read. If no row is found with binary search while reading, SY-TABIX contains the index of the next-highest row or the total number of rows +1. If no row is found with linear search while reading, SY-TABIX is undefined.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;·        SEARCH itab FOR sets SY-TABIX to the index of the table row, in which the search string was found.&lt;/P&gt;&lt;P&gt;SY-TFILL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With the statements DESCRIBE TABLE, LOOP AT, and READ TABLE, SY-TFILL is filled with the row number of the addressed internal table.&lt;/P&gt;&lt;P&gt;SY-TLENG&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With the statements DESCRIBE TABLE, LOOP AT, and READ TABLE, the system fills SY-TLENG with the row size of the addressed internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Dec 2007 14:14:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/system-field/m-p/3198107#M762096</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-18T14:14:33Z</dc:date>
    </item>
    <item>
      <title>Re: system field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/system-field/m-p/3198108#M762097</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;It contains the report name that you are executing.&lt;/P&gt;&lt;P&gt;in the debug mode just type SY-REPID you will get the report name that you have executed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Nageswar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Dec 2007 14:22:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/system-field/m-p/3198108#M762097</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-18T14:22:35Z</dc:date>
    </item>
  </channel>
</rss>

