<?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: TYPE POOLS in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/type-pools/m-p/3931358#M941287</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;TYPE-POOL &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basic form &lt;/P&gt;&lt;P&gt;TYPE-POOL tpool. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Effect &lt;/P&gt;&lt;P&gt;The TYPE-POOL statement introduces a table group. &lt;/P&gt;&lt;P&gt;You can only maintain type groups in the ABAP Dictionary (Transaction SE11). The name tpool must correspond to the name in the ABAP Dictionary. You may only define types and constants in a type group. The name of each type and constant must begin with the name of the type group followed by an underscore. You declare the types and constants of a type group using the TYPE-POOLS statement. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example&lt;/P&gt;&lt;P&gt;TYPE-POOL ABCDE. &lt;/P&gt;&lt;P&gt;TYPES: ABCDE_PACKED TYPE P, &lt;/P&gt;&lt;P&gt;       ABCDE_INT    TYPE I. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if hlpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 06 Jun 2008 11:58:17 GMT</pubDate>
    <dc:creator>GauthamV</dc:creator>
    <dc:date>2008-06-06T11:58:17Z</dc:date>
    <item>
      <title>TYPE POOLS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/type-pools/m-p/3931357#M941286</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;What is meant by TYPE POOLS? what is the use of it???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sharin.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jun 2008 11:55:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/type-pools/m-p/3931357#M941286</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-06T11:55:31Z</dc:date>
    </item>
    <item>
      <title>Re: TYPE POOLS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/type-pools/m-p/3931358#M941287</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;TYPE-POOL &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basic form &lt;/P&gt;&lt;P&gt;TYPE-POOL tpool. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Effect &lt;/P&gt;&lt;P&gt;The TYPE-POOL statement introduces a table group. &lt;/P&gt;&lt;P&gt;You can only maintain type groups in the ABAP Dictionary (Transaction SE11). The name tpool must correspond to the name in the ABAP Dictionary. You may only define types and constants in a type group. The name of each type and constant must begin with the name of the type group followed by an underscore. You declare the types and constants of a type group using the TYPE-POOLS statement. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example&lt;/P&gt;&lt;P&gt;TYPE-POOL ABCDE. &lt;/P&gt;&lt;P&gt;TYPES: ABCDE_PACKED TYPE P, &lt;/P&gt;&lt;P&gt;       ABCDE_INT    TYPE I. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if hlpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jun 2008 11:58:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/type-pools/m-p/3931358#M941287</guid>
      <dc:creator>GauthamV</dc:creator>
      <dc:date>2008-06-06T11:58:17Z</dc:date>
    </item>
    <item>
      <title>Re: TYPE POOLS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/type-pools/m-p/3931359#M941288</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Type Groups&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Before Release 4.5A, it was not possible to define standalone types in the ABAP Dictionary to which you could refer using a TYPE addition in an ABAP program. It was only possible to refer to flat structures. Structures in programs corresponded to the structures of database tables or structures in the ABAP Dictionary. In ABAP programs, you could only refer to database tables and structures in the ABAP Dictionary using LIKE. It was, however, possible to refer to individual components of the Dictionary type. Complex local data types such as internal tables or deep structures had no equivalent in the ABAP Dictionary. The solution to this from Release 3.0 onwards was to use type groups. Type groups were based on the include technique, and allowed you to store any type definitions globally in the Dictionary by defining them using TYPES statements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The definition of a type group is a fragment of ABAP code which you enter in the ABAP Editor. The first statement for the type group &amp;lt;pool&amp;gt; is always:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TYPE-POOL &amp;lt;pool&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After this came the definitions of data types using the TYPES statement, as described in Local Data Types in Programs. It was also possible to define global constants using the CONSTANTS statement. All the names of these data types and constants must begin with the name of the type group and an underscore:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In an ABAP program, you must declare a type group as follows before you can use it:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TYPE-POOLS &amp;lt;pool&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This statement allows you to use all the data types and constants defined in the type group &amp;lt;pool&amp;gt; in your program. You can use several type groups in the same program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let the type group HKTST be created as follows in the ABAP Dictionary:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TYPE-POOL hktst.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TYPES: BEGIN OF hktst_typ1,&lt;/P&gt;&lt;P&gt;col1(10) TYPE c,&lt;/P&gt;&lt;P&gt;col2 TYPE i,&lt;/P&gt;&lt;P&gt;END OF hktst_typ1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TYPES hktst_typ2 TYPE p DECIMALS 2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONSTANTS hktst_eleven TYPE i VALUE 11.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This type group defines two data types HKTST_TYP1 and HKTST_TYP2, as well as a constant HKTST_ELEVEN with the value 11.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ABAP program can use these definition by including a TYPE-POOLS statement: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TYPE-POOLS hktst.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: dat1 TYPE hktst_typ1,&lt;/P&gt;&lt;P&gt;dat2 TYPE hktst_typ2 VALUE '1.23'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WRITE: dat2, / hktst_eleven.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The output is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1,23&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;11&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The data types defined in the type group are used to declare data objects with the DATA statement and the value of the constant is, as the output shows, known in the program.&lt;/P&gt;&lt;P&gt;TYPE-POOLS: statement is used to INCLUDE the TYPE group in your program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SO that you can use the TYPES and CONSTANTS that are defined in this type group in your program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SLIS is the type group for the ALV types and contants.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TYPE GROUP is an option to create TYPES and CONSTANTS that are logically related to one other under one POOL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Double click on SLIS and see.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Goto SE11-&amp;gt; Select the radio button Type group and there enter SLIS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF you dont see the Radio button Type group in Se11 use&lt;/P&gt;&lt;P&gt;Utilities-&amp;gt;Other Dictionary objects and there selet Type group.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Type pool is a collection of pre defined data types..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Frequently used data types in programming are clubbed into a type pool so that if u write in ur code:&lt;/P&gt;&lt;P&gt;TYPE-POOLS: slis.&lt;/P&gt;&lt;P&gt;the declarations in SLIS will apply to ur code also..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SLIS contains data definitions for ALV structures &amp;amp; internal tables. so that u dont need to declare alv data everytime in ur program..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check out type pools: ICON, etc.. In SE11, type groups.. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We can use ABAP ALV LIST and GRID function modules to display Normal LIST and Hiearchical LISTS .&lt;/P&gt;&lt;P&gt;All the definitions TYPES and STRUCTURES and CONSTANTS are defined&lt;/P&gt;&lt;P&gt;in the TYPE-POOL 'SLIS' ,so it should be declared first.&lt;/P&gt;&lt;P&gt;TYPE-POOLS : 'SLIS' .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To display ALV LISTS the function module used are :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REUSE_ALV_LIST_DISPLAY "For Normal LIST&lt;/P&gt;&lt;P&gt;REUSE_ALV_HIERARCHICAL_LIST_DISPLAY "For Hierarchical LIST&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To display ALV GRID the function module used are :&lt;/P&gt;&lt;P&gt;REUSE_ALV_GRID_DISPLAY . "For GRID display&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The most important component of the ALV is the FIELDCATALOG which is of&lt;/P&gt;&lt;P&gt;TYPE SLIS_T_FIEDLCAT_ALV &lt;/P&gt;&lt;P&gt;or of&lt;/P&gt;&lt;P&gt;TYPE STANDARD TABLE OF SLIS_FIELDCAT_ALV .&lt;/P&gt;&lt;P&gt;The line items of the field catalog are of &lt;/P&gt;&lt;P&gt;TYPE SLIS_FIELDCAT_ALV . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FIELDCATALOG&lt;/P&gt;&lt;P&gt;To prepare field catalog certain fields are essential .There are various other fields allowing for vaarious possibilities and display options.&lt;/P&gt;&lt;P&gt;TABNAME&lt;/P&gt;&lt;P&gt;FIELDNAME&lt;/P&gt;&lt;P&gt;REF_TABNAME&lt;/P&gt;&lt;P&gt;SELTECT_M&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e.g.&lt;/P&gt;&lt;P&gt;DATA: WS_FCAT TYPE SLIS_FIELDCAT_ALV . "LINE ITEM OF FCAT&lt;/P&gt;&lt;P&gt;DATA: IN_FCAT TYPE SLIS_T_FIELDCAT_ALV.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WS_FCAT-TABNAME = 'MARA'.&lt;/P&gt;&lt;P&gt;WS_FCAT-FIELDNAME = 'MATNR'.&lt;/P&gt;&lt;P&gt;WS_FCAT-SELTEXT_M = 'Material Number'.&lt;/P&gt;&lt;P&gt;APPEND WS_FCAT TO IN_FCAT .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CLEAR WS_FCAT.&lt;/P&gt;&lt;P&gt;WS_FCAT-TABNAME = 'MAKT'.&lt;/P&gt;&lt;P&gt;WS_FCAT-FIELDNAME = 'MAKTX'.&lt;/P&gt;&lt;P&gt;WS_FCAT-SELTEXT_M = 'Material Description'.&lt;/P&gt;&lt;P&gt;APPEND WS_FCAT TO IN_FCAT .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will create fieldcatalog with two columns for displaying material and material description . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RESUSE_ALV_LIST_DISPLAY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The following FM is used to display the data in the internal table in the form of ALV&lt;/P&gt;&lt;P&gt;LIST. The Event table is only required if event handling is being done.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'RESUSE_ALV_LIST_DISPLAY'&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;I_CALLBACK_PROGRAM = W_REPID "of TYPE SY-REPID and &lt;/P&gt;&lt;P&gt;" value SY-REPID&lt;/P&gt;&lt;P&gt;IS_LAYOUT = W_LAYOUT "of TYPE SLIS_LAYOUT_ALV &lt;/P&gt;&lt;P&gt;IT_FIELDCAT = IN_FCAT "of TYPE SLIS_T_FIELDCAT_ALV&lt;/P&gt;&lt;P&gt;I_SAVE = W_SAVE "of TYPE C ,values A ,U ,' '&lt;/P&gt;&lt;P&gt;IT_EVENTS = IN_EVENTS " of TYPE SLIS_T_EVENT&lt;/P&gt;&lt;P&gt;TABLES&lt;/P&gt;&lt;P&gt;T_OUTTAB = IN_DATA "internal table conatining data&lt;/P&gt;&lt;P&gt;"corresponding to IN_FCAT&lt;/P&gt;&lt;P&gt;EXCEPTIONS&lt;/P&gt;&lt;P&gt;PROGRAM_ERROR = 1&lt;/P&gt;&lt;P&gt;OTHERS = 2 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF SY-SUBRC NE 0.&lt;/P&gt;&lt;P&gt;MESSAGE ENNN .&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REUSE_ALV_EVENTS_GET.&lt;/P&gt;&lt;P&gt;This FM is used to get the default event table of the ALV LIST DISPLAY.&lt;/P&gt;&lt;P&gt;The IN_EVENTS internal table is of TYPE SLIS_T_EVENT. This table contains&lt;/P&gt;&lt;P&gt;all the events wrapped up in the ALV LIST or ALV GRID and consistsof two fields&lt;/P&gt;&lt;P&gt;NAME and FORM .The NAME corresponds to names of the events like TOP_OF_PAGE and END_OF_PAGE ,USER_COMMAND and FORM will contain the name of the FORM ROUTINE that will be called dynamically through callback mechanism when the particular event will fire and is initial for all events bt default and has to be filled for&lt;/P&gt;&lt;P&gt;events for which handling is required.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'REUSE_ALV_EVENTS_GET'&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;I_LIST_TYPE = 0&lt;/P&gt;&lt;P&gt;IMPORTING&lt;/P&gt;&lt;P&gt;ET_EVENTS = IN_EVENTS[].&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e.g.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: W_EVENT TYPE SLSI_ALV_EVENT "LINE ITEM OF EVENT TABLE&lt;/P&gt;&lt;P&gt;DATA: IN_EVENTS TYPE SLSI_T_EVENT . "Internal table containing events&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'REUSE_ALV_EVENTS_GET'&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;I_LIST_TYPE = 0&lt;/P&gt;&lt;P&gt;IMPORTING&lt;/P&gt;&lt;P&gt;ET_EVENTS = IN_EVENTS[].&lt;/P&gt;&lt;P&gt;RTEAD TABLE IN_EVENTS WITH KEY NAME = 'TOP_OG_PAGE'&lt;/P&gt;&lt;P&gt;INTO W_EVENT.&lt;/P&gt;&lt;P&gt;IF SY-SUBRC EQ 0.&lt;/P&gt;&lt;P&gt;MOVE 'F3000_TOP_OF_PAGE' TO W_EVENT -FORM.&lt;/P&gt;&lt;P&gt;MODIFY IN_EVENTS FROM W_EVENT INDEX SY-TABIX.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here the FORM ROUTINE 'F3000_TOP_OF_PAGE' is being set up for the&lt;/P&gt;&lt;P&gt;event TOP_OF_PAGE which will fire when the ALV LIST will be displayed ,This form&lt;/P&gt;&lt;P&gt;will be called dynamically by th ALV LIST display during top_of_page event and for this the modified Events internal table has to be passed to the FM 'REUSE_ALV_LIST_DISPLAY' in the exporting parameter IT_EVENTS. Failing this the form '3000_TOP_OF_PAGE' will not be called . This event is used for placing heading information like Current date and time and the name of the report. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Sample programs..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this link.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapdevelopment.co.uk/reporting/alv/alvgrid.htm" target="test_blank"&gt;http://www.sapdevelopment.co.uk/reporting/alv/alvgrid.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;SHiva KUmar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jun 2008 11:59:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/type-pools/m-p/3931359#M941288</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-06T11:59:50Z</dc:date>
    </item>
    <item>
      <title>Re: TYPE POOLS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/type-pools/m-p/3931360#M941289</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;TYPE-POOLS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basic form&lt;/P&gt;&lt;P&gt;TYPE-POOLS typepool.&lt;/P&gt;&lt;P&gt;Effect&lt;/P&gt;&lt;P&gt;Includes the types and constants of a type group. If the type group typepool has already been included, the statement is ignored. You can only maintain a type group via the ABAP/4 Dictionary (using Transaction SE11 ). You introduce a type group with the TYPE-POOL statement. Since the types and constants specified in a type group have global validity, you cannot use the statement within a FORM or FUNCTION .&lt;/P&gt;&lt;P&gt;Example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    TYPE-POOLS VERI1.&lt;/P&gt;&lt;P&gt;    DATA X TYPE VERI1_TYP1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if useful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jun 2008 12:02:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/type-pools/m-p/3931360#M941289</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-06T12:02:12Z</dc:date>
    </item>
    <item>
      <title>Re: TYPE POOLS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/type-pools/m-p/3931361#M941290</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi check this..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="447486"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;venkat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jun 2008 12:04:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/type-pools/m-p/3931361#M941290</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-06T12:04:35Z</dc:date>
    </item>
    <item>
      <title>Re: TYPE POOLS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/type-pools/m-p/3931362#M941291</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank u every one for helping me...........&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jun 2008 12:17:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/type-pools/m-p/3931362#M941291</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-06T12:17:13Z</dc:date>
    </item>
  </channel>
</rss>

