<?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: DDIC Questions in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/ddic-questions/m-p/2139459#M450494</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;1)Size-Category&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The size category determines the probable space requirement for a table&lt;/P&gt;&lt;P&gt;in the database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can select the categories 0 to 4 for your table. Each category is&lt;/P&gt;&lt;P&gt;assigned a specific fixed storage area value in the database. When you&lt;/P&gt;&lt;P&gt;create a table, initial space is saved for it in the database. If more&lt;/P&gt;&lt;P&gt;space is required later as a result of data that has been entered, the&lt;/P&gt;&lt;P&gt;storage space is increased in accordance with the category selected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Press F4 on the field Size category to see the number of data records&lt;/P&gt;&lt;P&gt;that can be maintained for the individual categories of your table&lt;/P&gt;&lt;P&gt;without complications ensuing. These complications could be for example&lt;/P&gt;&lt;P&gt;a reorganization becoming necessary because the maximum space to be&lt;/P&gt;&lt;P&gt;reserved for the table was exceeded due to the maintained size category&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;u&amp;gt;Data element&amp;lt;/u&amp;gt;&lt;/P&gt;&lt;P&gt;A data element is an elementary type. It describes the type attributes&lt;/P&gt;&lt;P&gt;(data type, field length and possibly the number of decimal places) and&lt;/P&gt;&lt;P&gt;screen information (explanatory text or field help) about unstructured&lt;/P&gt;&lt;P&gt;data objects (table fields and structure fields or variables).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table fields and structure fields with the same contents should refer to&lt;/P&gt;&lt;P&gt;the same data element. This ensures that the attributes of these fields&lt;/P&gt;&lt;P&gt;are always consistent.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A data element can be referenced in ABAP programs with TYPE. This&lt;/P&gt;&lt;P&gt;permits you to define variables that take on the type attributes of the&lt;/P&gt;&lt;P&gt;data element in an ABAP program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;u&amp;gt;Domain&amp;lt;/u&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Domain name&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     A domain describes the technical attributes of a field, such as the data&lt;/P&gt;&lt;P&gt;     type or the number of positions in a field. The domain defines primarily&lt;/P&gt;&lt;P&gt;     a value range describing the valid data values for the fields referring&lt;/P&gt;&lt;P&gt;     to this domain.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     Different technical fields of the same type can be combined in a domain.&lt;/P&gt;&lt;P&gt;     Fields referring to the same domain are changed at the same time when a&lt;/P&gt;&lt;P&gt;     domain is changed. This ensures the consistency of these fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3)Foreign key&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    A foreign key creates a link between two tables T1 and T2. Every primary&lt;/P&gt;&lt;P&gt;    key field from T1 (check table) is assigned a field from table T2&lt;/P&gt;&lt;P&gt;    (foreign key field). The fields from T2 assigned to primary key fields&lt;/P&gt;&lt;P&gt;    are marked as foreign key fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    The most important function of the foreign key is the support of data&lt;/P&gt;&lt;P&gt;    integrity. The foreign key fields can only accept values which appear in&lt;/P&gt;&lt;P&gt;    the primary key of the check table. During input the values of the&lt;/P&gt;&lt;P&gt;    foreign key fields can thus be checked against the entries of the&lt;/P&gt;&lt;P&gt;    assigned key fields of the check table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    Foreign keys are also the foundation for defining lock objects,&lt;/P&gt;&lt;P&gt;    maintenance views and help views. These objects contain fields from&lt;/P&gt;&lt;P&gt;    several tables. All the tables used in such an object must be linked&lt;/P&gt;&lt;P&gt;    with foreign keys.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4)&lt;/P&gt;&lt;P&gt;You can search a table for data records that satisfy certain search criteria faster using an index&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with regards,&lt;/P&gt;&lt;P&gt;       Jay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Apr 2007 11:12:24 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-04-18T11:12:24Z</dc:date>
    <item>
      <title>DDIC Questions</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ddic-questions/m-p/2139453#M450488</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hai&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;&amp;gt; What is exact meaning of SIZE CATEGORY and DATA CLASS?&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;&amp;gt; What Is generic means of DOMAIN and DATA ELEMENT?&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;&amp;gt; What generic meaning of FOREIGN key relationship ?&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;&amp;gt; What is INdex? What is Buffering?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks with regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Apr 2007 10:54:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ddic-questions/m-p/2139453#M450488</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-18T10:54:41Z</dc:date>
    </item>
    <item>
      <title>Re: DDIC Questions</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ddic-questions/m-p/2139454#M450489</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;size category: here we specify the initial size of the db i.e. approx how many records it will hold.&lt;/P&gt;&lt;P&gt;domain: it contains the techinal attributes of the field like the datatype, size of the field.&lt;/P&gt;&lt;P&gt;data elemnt: it contains the documentation of the field like descr.&lt;/P&gt;&lt;P&gt;foreign key relationship: if a primary key of a table is used as  the primary key in another DB then these tables have a foreigh key relationship.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Navneeth.K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Apr 2007 10:59:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ddic-questions/m-p/2139454#M450489</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-18T10:59:10Z</dc:date>
    </item>
    <item>
      <title>Re: DDIC Questions</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ddic-questions/m-p/2139455#M450490</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;2. What Is generic means of DOMAIN and DATA ELEMENT?&lt;/P&gt;&lt;P&gt;    Domain will define the technical properties of a field. It means it descibes that the field is of which type like char, int etc with the length.&lt;/P&gt;&lt;P&gt;    Dataelement is used to call the refer to the field which has given in a table into other fields, so that all the technical properties which are defined for a field will be copied to that field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. What generic meaning of FOREIGN key relationship ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    It means the field which is having foreign key relationship with any other field in the same or other table, then the data which you enter in this field is dependent on the foreign key field which you have defined in the other table. It means the records which r there for foreign key field for those records only you can further entries in the child table. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Haritha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Apr 2007 11:01:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ddic-questions/m-p/2139455#M450490</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-18T11:01:13Z</dc:date>
    </item>
    <item>
      <title>Re: DDIC Questions</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ddic-questions/m-p/2139456#M450491</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;What is exact meaning of SIZE CATEGORY and DATA CLASS?&lt;/P&gt;&lt;P&gt;Size category one of technical settings of a table  which will tell how many records are going to be in that table based on this correct size in the memory is allocated.&lt;/P&gt;&lt;P&gt;Data class means which type of data (master,Application) are you going to store in that table.&lt;/P&gt;&lt;P&gt;What Is generic means of DOMAIN and DATA ELEMENT?&lt;/P&gt;&lt;P&gt;Domain gives the technical attributes of a field like DATA Type and LENGTH&lt;/P&gt;&lt;P&gt;Data element gives the technical description of the field that has to be displayed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What generic meaning of FOREIGN key relationship ?&lt;/P&gt;&lt;P&gt;It is the relationship with other tables for this field. It will give the dependencies of that field in other tables.&lt;/P&gt;&lt;P&gt;What is INdex? What is Buffering?&lt;/P&gt;&lt;P&gt;Index is the search criteria that is used to search the records from the table when we write select statement.&lt;/P&gt;&lt;P&gt;There will be different types of buffering.&lt;/P&gt;&lt;P&gt;Generally we don't allow buffering for the tables we create.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if useful&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;ANJI&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Apr 2007 11:01:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ddic-questions/m-p/2139456#M450491</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-18T11:01:40Z</dc:date>
    </item>
    <item>
      <title>Re: DDIC Questions</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ddic-questions/m-p/2139457#M450492</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;domain gives the techincal attributes of the data object.&lt;/P&gt;&lt;P&gt;( techincal attributes - data type , length , decimal places, uppercase or lowercase etc...)&lt;/P&gt;&lt;P&gt;data element gives the descriptional attributes of the data object.&lt;/P&gt;&lt;P&gt;( descriptional attributes - The business functionality of the object )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using foreign keys, you can easily create value checks for input fields. Foreign keys can also be used to link several tables in a  view or a  lock object&lt;/P&gt;&lt;P&gt;&amp;lt;a href="http://help.sap.com/saphelp_nw2004s/helpdata/en/cf/21ea77446011d189700000e8322d00/content.htm"&amp;gt;chk this&amp;lt;/a&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;index:&lt;/P&gt;&lt;P&gt;An index is a database object that can be defined for an individual column or a series of columns in a database table.You can create an index (also called a secondary key) to make it quicker to find data records in a table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;buffering:&lt;/P&gt;&lt;P&gt;With generic buffering, all the records in the buffer whose generic key fields match this record are loaded when one record of the table is accessed. &lt;/P&gt;&lt;P&gt;The table buffer is located between the application and the database. Its goal is to cache portions of a database table in the application server to reduce database load and network communication.for more details:&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/f7/e4c5a8a84a11d194eb00a0c929b3c3/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/f7/e4c5a8a84a11d194eb00a0c929b3c3/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;madhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Apr 2007 11:03:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ddic-questions/m-p/2139457#M450492</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-18T11:03:04Z</dc:date>
    </item>
    <item>
      <title>Re: DDIC Questions</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ddic-questions/m-p/2139458#M450493</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;A foreign key is a field in a table that is connected to another table via a foreign key relationship. The purpose of the foreign key relationship is to validate the data being entered into one table by checking against a valid set of values in another table. The table that contains the foreign key is called the foreign key table. The table that contains the valid set of values is called the check table (see Figure 4.1). The field that is validated and on which the foreign key relationship is created is called the foreign key. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The data class determines the tablespace in which a table is created. The database administrator uses tablespaces to organize and maintain the database. Choosing the proper tablespace makes database administration easier, increases system performance, and to some extent even increases system availability because the database is usually taken offline for reorganizations. &lt;/P&gt;&lt;P&gt;The size category determines the size of the initial extent and next extents, as well as the number of possible next extents. Choosing too low a number will cause one or more additional extents to be allocated. A table that spans multiple extents decreases system performance, increases database maintenance, and lowers system availability, again because the database is usually taken offline for reorganizations. &lt;/P&gt;&lt;P&gt;Buffering increases system performance by caching data locally on the application server. When done properly, fewer database accesses are required because the data that is most often read is stored in RAM on the application server. Good candidates for buffering are tables that are seldom updated and often read. &lt;/P&gt;&lt;P&gt;Activating the automatic logging feature on a table will cause a change document to be created each time the table is changed. This feature slows table updates, and so is only used for tables containing critical data. For non-critical tables, change document objects should be used. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;praveen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Apr 2007 11:05:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ddic-questions/m-p/2139458#M450493</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-18T11:05:18Z</dc:date>
    </item>
    <item>
      <title>Re: DDIC Questions</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ddic-questions/m-p/2139459#M450494</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;1)Size-Category&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The size category determines the probable space requirement for a table&lt;/P&gt;&lt;P&gt;in the database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can select the categories 0 to 4 for your table. Each category is&lt;/P&gt;&lt;P&gt;assigned a specific fixed storage area value in the database. When you&lt;/P&gt;&lt;P&gt;create a table, initial space is saved for it in the database. If more&lt;/P&gt;&lt;P&gt;space is required later as a result of data that has been entered, the&lt;/P&gt;&lt;P&gt;storage space is increased in accordance with the category selected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Press F4 on the field Size category to see the number of data records&lt;/P&gt;&lt;P&gt;that can be maintained for the individual categories of your table&lt;/P&gt;&lt;P&gt;without complications ensuing. These complications could be for example&lt;/P&gt;&lt;P&gt;a reorganization becoming necessary because the maximum space to be&lt;/P&gt;&lt;P&gt;reserved for the table was exceeded due to the maintained size category&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;u&amp;gt;Data element&amp;lt;/u&amp;gt;&lt;/P&gt;&lt;P&gt;A data element is an elementary type. It describes the type attributes&lt;/P&gt;&lt;P&gt;(data type, field length and possibly the number of decimal places) and&lt;/P&gt;&lt;P&gt;screen information (explanatory text or field help) about unstructured&lt;/P&gt;&lt;P&gt;data objects (table fields and structure fields or variables).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table fields and structure fields with the same contents should refer to&lt;/P&gt;&lt;P&gt;the same data element. This ensures that the attributes of these fields&lt;/P&gt;&lt;P&gt;are always consistent.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A data element can be referenced in ABAP programs with TYPE. This&lt;/P&gt;&lt;P&gt;permits you to define variables that take on the type attributes of the&lt;/P&gt;&lt;P&gt;data element in an ABAP program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;u&amp;gt;Domain&amp;lt;/u&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Domain name&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     A domain describes the technical attributes of a field, such as the data&lt;/P&gt;&lt;P&gt;     type or the number of positions in a field. The domain defines primarily&lt;/P&gt;&lt;P&gt;     a value range describing the valid data values for the fields referring&lt;/P&gt;&lt;P&gt;     to this domain.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     Different technical fields of the same type can be combined in a domain.&lt;/P&gt;&lt;P&gt;     Fields referring to the same domain are changed at the same time when a&lt;/P&gt;&lt;P&gt;     domain is changed. This ensures the consistency of these fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3)Foreign key&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    A foreign key creates a link between two tables T1 and T2. Every primary&lt;/P&gt;&lt;P&gt;    key field from T1 (check table) is assigned a field from table T2&lt;/P&gt;&lt;P&gt;    (foreign key field). The fields from T2 assigned to primary key fields&lt;/P&gt;&lt;P&gt;    are marked as foreign key fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    The most important function of the foreign key is the support of data&lt;/P&gt;&lt;P&gt;    integrity. The foreign key fields can only accept values which appear in&lt;/P&gt;&lt;P&gt;    the primary key of the check table. During input the values of the&lt;/P&gt;&lt;P&gt;    foreign key fields can thus be checked against the entries of the&lt;/P&gt;&lt;P&gt;    assigned key fields of the check table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    Foreign keys are also the foundation for defining lock objects,&lt;/P&gt;&lt;P&gt;    maintenance views and help views. These objects contain fields from&lt;/P&gt;&lt;P&gt;    several tables. All the tables used in such an object must be linked&lt;/P&gt;&lt;P&gt;    with foreign keys.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4)&lt;/P&gt;&lt;P&gt;You can search a table for data records that satisfy certain search criteria faster using an index&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with regards,&lt;/P&gt;&lt;P&gt;       Jay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Apr 2007 11:12:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ddic-questions/m-p/2139459#M450494</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-18T11:12:24Z</dc:date>
    </item>
  </channel>
</rss>

