<?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: abt SYSTEM GENERATED FIELDS in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/abt-system-generated-fields/m-p/3593466#M865269</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;my prb is not system fields , i already know dat , prb is that we have a field that we have to create system generated , i dont know how we can create dat field system generated , so tell me how we can do dat?is there any use of range to make system generated?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 28 Mar 2008 09:36:08 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-03-28T09:36:08Z</dc:date>
    <item>
      <title>abt SYSTEM GENERATED FIELDS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abt-system-generated-fields/m-p/3593462#M865265</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi experts , plz tell me details abt system generated fields, what is dat system generated fields ? and how we can create own fields, in the table maintainence, ?&lt;/P&gt;&lt;P&gt;give some link n pdf info u have also?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2008 14:47:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abt-system-generated-fields/m-p/3593462#M865265</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-27T14:47:26Z</dc:date>
    </item>
    <item>
      <title>Re: abt SYSTEM GENERATED FIELDS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abt-system-generated-fields/m-p/3593463#M865266</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 generated fields are fields which are filled by the system itself when you are executing the programs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suppose if you consider date, the field name is SY-DATUM. the system internally holds the current date in this field .You can use this field at any time in the program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These fields are maintained in the structure "SYST".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GO TO data dictionary and type 'SYST" in the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can create fields similar to sytem fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eg data type sy-datum.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please go through the following link.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[http://help.sap.com/saphelp_46c/helpdata/en/7b/fb96c8882811d295a90000e8353423/content.htm]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2008 15:20:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abt-system-generated-fields/m-p/3593463#M865266</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-27T15:20:41Z</dc:date>
    </item>
    <item>
      <title>Re: abt SYSTEM GENERATED FIELDS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abt-system-generated-fields/m-p/3593464#M865267</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ABAP system fields exist in all ABAP programs. The runtime system fills them with values, depending on the context of the program, and you can query their values to find out about the state of the system. Although they are variables, you should only read from them. If you change them, you may overwrite information that is important for the next stage of running the program. There are cases in which you can control how the system behaves by overwriting the value of a system field (for example, using SY-LSIND to navigate in detail lists). The names and data types of system fields are stored in the structure SYST in the ABAP Dictionary. E. g. sy-subrc, sy-lsind etc. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here is the link for system fields&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;link:[http://www.erpgenie.com/abap/systemfields.htm]&lt;/P&gt;&lt;P&gt;link:[http://sap.niraj.tripod.com/id36.html]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if helpfull&lt;/P&gt;&lt;P&gt;raam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Mar 2008 01:04:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abt-system-generated-fields/m-p/3593464#M865267</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-28T01:04:33Z</dc:date>
    </item>
    <item>
      <title>Re: abt SYSTEM GENERATED FIELDS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abt-system-generated-fields/m-p/3593465#M865268</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; All system fields are stored in the  structure SYST.&lt;/P&gt;&lt;P&gt;some of the important system fields are:&lt;/P&gt;&lt;P&gt;all these are start with SY-  (or) SYST-.&lt;/P&gt;&lt;P&gt;ex: sy-datum,syst-datum.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;DATUM&lt;/STRONG&gt;  System: Date &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;DBCNT&lt;/STRONG&gt; Number of elements in edited dataset with DB operations&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;DYNGR&lt;/STRONG&gt; Screen group of current screen &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;DYNNR&lt;/STRONG&gt; Number of current screen &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;INDEX&lt;/STRONG&gt; Number of loop passes&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LANGU&lt;/STRONG&gt; SAP logon language key &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LINCT&lt;/STRONG&gt; 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;&lt;STRONG&gt;LINNO&lt;/STRONG&gt; 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;&lt;STRONG&gt;LINSZ&lt;/STRONG&gt; 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;&lt;STRONG&gt;LISEL&lt;/STRONG&gt; Interact.: Selected line&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;contents of the selected line&lt;/P&gt;&lt;/LI&gt;&lt;/UL&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;&lt;STRONG&gt;PAGNO&lt;/STRONG&gt; Runtime: Current page in list &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SUBRC&lt;/STRONG&gt; Return value after specific ABAP/4 statements &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;TABIX&lt;/STRONG&gt; Runtime: Current line of an internal table&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;TCODE&lt;/STRONG&gt; Session: Current transaction code &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;TOCCU&lt;/STRONG&gt; OCCURS parameter with internal tables &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;UCOMM&lt;/STRONG&gt; Interact.: Command field function entry &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ULINE&lt;/STRONG&gt; Constant: Underline (----&lt;/P&gt;&lt;HR originaltext="----" /&gt;&lt;P&gt;...) &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;UNAME&lt;/STRONG&gt; Session: SAP user from SAP logon &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;UZEIT&lt;/STRONG&gt; System: Time &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;VLINE&lt;/STRONG&gt; Constant: Vertical bar &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;raji&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Mar 2008 09:17:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abt-system-generated-fields/m-p/3593465#M865268</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-28T09:17:08Z</dc:date>
    </item>
    <item>
      <title>Re: abt SYSTEM GENERATED FIELDS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abt-system-generated-fields/m-p/3593466#M865269</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;my prb is not system fields , i already know dat , prb is that we have a field that we have to create system generated , i dont know how we can create dat field system generated , so tell me how we can do dat?is there any use of range to make system generated?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Mar 2008 09:36:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abt-system-generated-fields/m-p/3593466#M865269</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-28T09:36:08Z</dc:date>
    </item>
    <item>
      <title>Re: abt SYSTEM GENERATED FIELDS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abt-system-generated-fields/m-p/3593467#M865270</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hay rahul,&lt;/P&gt;&lt;P&gt;u cannot create system generated fields yaar.&lt;/P&gt;&lt;P&gt;they are only for internal purpose. we can create our own fields in SE11.&lt;/P&gt;&lt;P&gt;System genersted fields are for internal purpose like &lt;/P&gt;&lt;P&gt;SY-DATUM - GIVES THE SYSTEM DATE&lt;/P&gt;&lt;P&gt;SY-UZEIT   - GIVES THE SYSTEM TIME&lt;/P&gt;&lt;P&gt;SY-UNAME - GIVES THE USER NAME &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if helpful&lt;/P&gt;&lt;P&gt;raam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Mar 2008 10:17:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abt-system-generated-fields/m-p/3593467#M865270</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-28T10:17:01Z</dc:date>
    </item>
  </channel>
</rss>

