<?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 database table for syst in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/database-table-for-syst/m-p/2831174#M662633</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;do you know which database table store the data for syst structure.&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;Gang&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Sep 2007 03:11:12 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-09-19T03:11:12Z</dc:date>
    <item>
      <title>database table for syst</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/database-table-for-syst/m-p/2831174#M662633</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;do you know which database table store the data for syst structure.&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;Gang&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Sep 2007 03:11:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/database-table-for-syst/m-p/2831174#M662633</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-19T03:11:12Z</dc:date>
    </item>
    <item>
      <title>Re: database table for syst</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/database-table-for-syst/m-p/2831175#M662634</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SYST is database structure,it will not store any database tables&lt;/P&gt;&lt;P&gt;this structure fields will fill during run time of SAP Operation&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Seshu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Sep 2007 03:32:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/database-table-for-syst/m-p/2831175#M662634</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-19T03:32:45Z</dc:date>
    </item>
    <item>
      <title>Re: database table for syst</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/database-table-for-syst/m-p/2831176#M662635</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi friend,&lt;/P&gt;&lt;P&gt;  SYST is a system structure and not any table. So it does not contain records.&lt;/P&gt;&lt;P&gt;Only at the runtime of any program, its some fields are populated for that particular statement and overwritten for next stament.&lt;/P&gt;&lt;P&gt; for example, if your  first select query is successfull, then system structure SYST's field SUBRC is set to zero. now suppose, your next select query is unsuccessful. at this time the same SUBRC field will contail non-zero value. catch the point....its previous value of zero is overwritten.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sujoy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Sep 2007 04:10:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/database-table-for-syst/m-p/2831176#M662635</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-19T04:10:28Z</dc:date>
    </item>
    <item>
      <title>Re: database table for syst</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/database-table-for-syst/m-p/2831177#M662636</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;SYST is a data base structure &lt;/P&gt;&lt;P&gt;No other table stores this structure &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but these are the structures where this SYST is used &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CIFTASK                          Information About Started Tasks                             &lt;/P&gt;&lt;P&gt;P01C_APSUM                       Loop Structure for Bas. Pens. Payment (P01C_S0201 w/o WT)   &lt;/P&gt;&lt;P&gt;P01C_CPENS                       Processing table for SD pension payments                    &lt;/P&gt;&lt;P&gt;P01C_GNPER                       Generated periods with amount                               &lt;/P&gt;&lt;P&gt;P01C_IPENS                       Processing table for pension calculation (pension payments) &lt;/P&gt;&lt;P&gt;P01C_RBTAB                       Structure Table for Basic Pension Payments                  &lt;/P&gt;&lt;P&gt;P01C_S0201                       Loop structure for basic pension amount                     &lt;/P&gt;&lt;P&gt;PC2W2                            Contribution/Income Table                                   &lt;/P&gt;&lt;P&gt;Q0201                            Screen fields infotype 0201 (basic pension amounts)         &lt;/P&gt;&lt;P&gt;Q0PDV                            Screen Fields for Function Modules for Group 0PDC           &lt;/P&gt;&lt;P&gt;Q0PDW                            Screen Fields for Function Modules for Group 0PDW           &lt;/P&gt;&lt;P&gt;RF10I                            Help fields for screens SAPMF10I                            &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if usefull&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Sep 2007 06:52:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/database-table-for-syst/m-p/2831177#M662636</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-19T06:52:18Z</dc:date>
    </item>
  </channel>
</rss>

