<?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 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/ddic/m-p/2946476#M694644</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;The DDIC objects mainly reside in the ABAP Dictionary which resides on the Database server.Actually,there is a logical storage at the Application server in the form of ABAP dictionary but then the mappng is done from the ABAP dictionary to the objects physically stored in the Database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hence,you can say that the DDIC resides on Application server in the form of virtual database and resides on the Database server physically.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In case you have any further clarifications,do let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To create the database at the SQL level from ABAP, wrap your code around the EXEC SQL command like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EXEC SQL.&lt;/P&gt;&lt;P&gt;CREATE TABLE AVERI_CLNT (&lt;/P&gt;&lt;P&gt;CLIENT CHAR(3) NOT NULL,&lt;/P&gt;&lt;P&gt;ARG1 CHAR(3) NOT NULL,&lt;/P&gt;&lt;P&gt;ARG2 CHAR(3) NOT NULL,&lt;/P&gt;&lt;P&gt;FUNCTION CHAR(10) NOT NULL,&lt;/P&gt;&lt;P&gt;PRIMARY KEY (CLIENT, ARG1, ARG2)&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;ENDEXEC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know that will work at the database level, but I doubt the DDIC would recognize it. It seems that Open SQL (for ABAP) can not do it. The best way I know of is either transaction SE11 or SE80.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reward if usefull&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 16 Oct 2007 10:42:39 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-10-16T10:42:39Z</dc:date>
    <item>
      <title>ddic</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ddic/m-p/2946474#M694642</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all &lt;/P&gt;&lt;P&gt;   Y is DDIC seperate from database...explain plz&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;popin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Oct 2007 09:46:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ddic/m-p/2946474#M694642</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-16T09:46:20Z</dc:date>
    </item>
    <item>
      <title>Re: ddic</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ddic/m-p/2946475#M694643</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi popin ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DDIC is d  the data dictionary used in SAP.&lt;/P&gt;&lt;P&gt;read the following questions , n their ans...&lt;/P&gt;&lt;P&gt;u'll have a better idea on wat DDIC is... &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;************************************************************************************************&lt;/P&gt;&lt;P&gt;23. What is a data dictionary ?&lt;/P&gt;&lt;P&gt;Data dictionary is a central source of data in a data management system. Its main function is to support the creation and management of data definitions. It has details about &lt;/P&gt;&lt;P&gt;What data is contained ?&lt;/P&gt;&lt;P&gt;What are the attributes of the data ?&lt;/P&gt;&lt;P&gt;What is the relationship existing between the various data elements ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;23. What functions does a data dictionary perform ?&lt;/P&gt;&lt;P&gt;In a data management system, the principal functions performed by the data dictionary are&lt;/P&gt;&lt;P&gt;- Management of data definitions&lt;/P&gt;&lt;P&gt;- Provision of information for evaluation&lt;/P&gt;&lt;P&gt;- Support for software development&lt;/P&gt;&lt;P&gt;- Support form documentation&lt;/P&gt;&lt;P&gt;- Ensuring that the data definitions are flexible and up-to-date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;24. What are the features of ABAP/4 Dictionary ?&lt;/P&gt;&lt;P&gt;The most important features are :&lt;/P&gt;&lt;P&gt;- Integrated to ABAP/4 Development Workbench&lt;/P&gt;&lt;P&gt;- Active in the runtime environment&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;25. What are the uses of the information in the Data dictionary ?&lt;/P&gt;&lt;P&gt;The following information is directly taken from the Data dictionary :&lt;/P&gt;&lt;P&gt;- Information on fields displayed with F1 help&lt;/P&gt;&lt;P&gt;- Possible entries for fields displayed with F4 help&lt;/P&gt;&lt;P&gt;- Matchcode and help views search utitlities.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;26.What are the basic objects of the data dictionary ?&lt;/P&gt;&lt;P&gt;- Tables&lt;/P&gt;&lt;P&gt;- Domains&lt;/P&gt;&lt;P&gt;- Data elements&lt;/P&gt;&lt;P&gt;- Structures&lt;/P&gt;&lt;P&gt;- Foreign keys&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;27. What are the aggregate objects in the data dictionary?&lt;/P&gt;&lt;P&gt;- Views&lt;/P&gt;&lt;P&gt;- Matchcodes&lt;/P&gt;&lt;P&gt;- Lock objects&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;28.In the ABAP/4 Dictionary Tables can be defined independent of the underlying database (T/F)&lt;/P&gt;&lt;P&gt;True&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;29. ABAP/4 Dictionary contains the Logical _ (Logical/Physical) definition of the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;***********************************************************************************************&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REVERT BACK FOR UR FUTHUR QUERIES ............&lt;/P&gt;&lt;P&gt; also DO REWARD POINTS IF USEFUL &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Oct 2007 10:15:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ddic/m-p/2946475#M694643</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-16T10:15:28Z</dc:date>
    </item>
    <item>
      <title>Re: ddic</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ddic/m-p/2946476#M694644</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;The DDIC objects mainly reside in the ABAP Dictionary which resides on the Database server.Actually,there is a logical storage at the Application server in the form of ABAP dictionary but then the mappng is done from the ABAP dictionary to the objects physically stored in the Database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hence,you can say that the DDIC resides on Application server in the form of virtual database and resides on the Database server physically.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In case you have any further clarifications,do let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To create the database at the SQL level from ABAP, wrap your code around the EXEC SQL command like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EXEC SQL.&lt;/P&gt;&lt;P&gt;CREATE TABLE AVERI_CLNT (&lt;/P&gt;&lt;P&gt;CLIENT CHAR(3) NOT NULL,&lt;/P&gt;&lt;P&gt;ARG1 CHAR(3) NOT NULL,&lt;/P&gt;&lt;P&gt;ARG2 CHAR(3) NOT NULL,&lt;/P&gt;&lt;P&gt;FUNCTION CHAR(10) NOT NULL,&lt;/P&gt;&lt;P&gt;PRIMARY KEY (CLIENT, ARG1, ARG2)&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;ENDEXEC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know that will work at the database level, but I doubt the DDIC would recognize it. It seems that Open SQL (for ABAP) can not do it. The best way I know of is either transaction SE11 or SE80.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reward if usefull&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Oct 2007 10:42:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ddic/m-p/2946476#M694644</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-16T10:42:39Z</dc:date>
    </item>
  </channel>
</rss>

