<?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: Diff. bet TYPE-POOL &amp; TYPE-POOLS in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-bet-type-pool-type-pools/m-p/1137316#M113519</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oh, I think I see what you are talking about.  In a report program write this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;


report zrich_0002.

type-pools slis.

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now double click on the SLIS.  This takes you to the type pool.  This first statement in the code is TYPE-POOL.   This is just how you define the start of the type pool.  Sort of like REPORT ZRICH_0002 or FUNCTION ztest.  When developing a type pool you will begin the code by saying TYPE-POOL ZTEST.  Then, to use the type pool in your program, you will say TYPE-POOLS ZTEST.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Make sense?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Welcome to SDN. Please reward points for helpful answers and mark your post as solved if answered completely. Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 30 Dec 2005 05:44:28 GMT</pubDate>
    <dc:creator>RichHeilman</dc:creator>
    <dc:date>2005-12-30T05:44:28Z</dc:date>
    <item>
      <title>Diff. bet TYPE-POOL &amp; TYPE-POOLS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-bet-type-pool-type-pools/m-p/1137313#M113516</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Could anyone please tell me the difference b/w TYPE-POOL &amp;amp; TYPE-POOLS statements with some examples&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Dec 2005 05:28:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-bet-type-pool-type-pools/m-p/1137313#M113516</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-30T05:28:10Z</dc:date>
    </item>
    <item>
      <title>Re: Diff. bet TYPE-POOL &amp; TYPE-POOLS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-bet-type-pool-type-pools/m-p/1137314#M113517</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In my system, the TYPE-POOL statement is not allowed and will give a syntax error.  It forces you to use the TYPE-POOLS statement, do you have an example of where you see the TYPE-POOL statement?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Dec 2005 05:32:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-bet-type-pool-type-pools/m-p/1137314#M113517</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2005-12-30T05:32:05Z</dc:date>
    </item>
    <item>
      <title>Re: Diff. bet TYPE-POOL &amp; TYPE-POOLS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-bet-type-pool-type-pools/m-p/1137315#M113518</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;WHere did you used TYPE-POOL.&lt;/P&gt;&lt;P&gt;Is it allowed..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Dec 2005 05:34:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-bet-type-pool-type-pools/m-p/1137315#M113518</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-30T05:34:42Z</dc:date>
    </item>
    <item>
      <title>Re: Diff. bet TYPE-POOL &amp; TYPE-POOLS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-bet-type-pool-type-pools/m-p/1137316#M113519</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oh, I think I see what you are talking about.  In a report program write this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;


report zrich_0002.

type-pools slis.

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now double click on the SLIS.  This takes you to the type pool.  This first statement in the code is TYPE-POOL.   This is just how you define the start of the type pool.  Sort of like REPORT ZRICH_0002 or FUNCTION ztest.  When developing a type pool you will begin the code by saying TYPE-POOL ZTEST.  Then, to use the type pool in your program, you will say TYPE-POOLS ZTEST.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Make sense?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Welcome to SDN. Please reward points for helpful answers and mark your post as solved if answered completely. Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Dec 2005 05:44:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-bet-type-pool-type-pools/m-p/1137316#M113519</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2005-12-30T05:44:28Z</dc:date>
    </item>
  </channel>
</rss>

