<?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: User-defined SYST Structure in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-defined-syst-structure/m-p/6804262#M1467935</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, you cannot expect your zstructure to act like syst in all standard programs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alternatively you can pass the syst structure to your zstructure at runtime&lt;/P&gt;&lt;P&gt;using enhancements related to some particular transactions in which you want&lt;/P&gt;&lt;P&gt;the zstructure to be used.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 07 Apr 2010 03:58:53 GMT</pubDate>
    <dc:creator>GauthamV</dc:creator>
    <dc:date>2010-04-07T03:58:53Z</dc:date>
    <item>
      <title>User-defined SYST Structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-defined-syst-structure/m-p/6804258#M1467931</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This may sound strange, but is there a way to create a structure like SYST and make it available to all ABAP programs the way the SY structure is?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Apr 2010 03:27:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-defined-syst-structure/m-p/6804258#M1467931</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-07T03:27:04Z</dc:date>
    </item>
    <item>
      <title>Re: User-defined SYST Structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-defined-syst-structure/m-p/6804259#M1467932</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jglenn,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is your exact requirement. Please explain why do you want the table like 'SYST'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Chinmay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Apr 2010 03:32:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-defined-syst-structure/m-p/6804259#M1467932</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-07T03:32:35Z</dc:date>
    </item>
    <item>
      <title>Re: User-defined SYST Structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-defined-syst-structure/m-p/6804260#M1467933</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;Z structure can be created similar to SYST in database dictionary.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will be avaliable to all ABAP programs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Only system values will not be populated automatically as in case of system variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Apr 2010 03:32:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-defined-syst-structure/m-p/6804260#M1467933</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-07T03:32:42Z</dc:date>
    </item>
    <item>
      <title>Re: User-defined SYST Structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-defined-syst-structure/m-p/6804261#M1467934</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, I can create a Z structure, but I want it act like the SYST system fields. You can access them like sy-subrc, sy-tabix, etc. without defining anything in your program. I would want the z structure to always be available like SY.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Apr 2010 03:52:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-defined-syst-structure/m-p/6804261#M1467934</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-07T03:52:44Z</dc:date>
    </item>
    <item>
      <title>Re: User-defined SYST Structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-defined-syst-structure/m-p/6804262#M1467935</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, you cannot expect your zstructure to act like syst in all standard programs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alternatively you can pass the syst structure to your zstructure at runtime&lt;/P&gt;&lt;P&gt;using enhancements related to some particular transactions in which you want&lt;/P&gt;&lt;P&gt;the zstructure to be used.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Apr 2010 03:58:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-defined-syst-structure/m-p/6804262#M1467935</guid>
      <dc:creator>GauthamV</dc:creator>
      <dc:date>2010-04-07T03:58:53Z</dc:date>
    </item>
    <item>
      <title>Re: User-defined SYST Structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-defined-syst-structure/m-p/6804263#M1467936</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is basically what I want to do: I want to set the z struct in the main program and populate it with data. From within the main program, call a function module and have the z struct with the data that was populated in the main program available in the function module. I do not want to pass the data to the FM with import params or tables.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Apr 2010 04:10:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-defined-syst-structure/m-p/6804263#M1467936</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-07T04:10:22Z</dc:date>
    </item>
  </channel>
</rss>

