<?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: Function Module for Creation of Data Dictionary Object Structure in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-creation-of-data-dictionary-object-structure/m-p/8354781#M1640453</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You asked for &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I pass input as Table name 'MARA' and New Structure name as 'YS_MARA', then it has to copy the all fields and structures in MARA to New structure 'YS_MARA'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and now you are manually populating it ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kesav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Nov 2011 10:30:45 GMT</pubDate>
    <dc:creator>kesavadas_thekkillath</dc:creator>
    <dc:date>2011-11-16T10:30:45Z</dc:date>
    <item>
      <title>Function Module for Creation of Data Dictionary Object Structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-creation-of-data-dictionary-object-structure/m-p/8354765#M1640437</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;&lt;/P&gt;&lt;P&gt;I would like to know the Function Module name for creating the Data Dictionary Object Structure. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i give input as the table name, NEW structure name and (Development class, Transport Request or Local Object), it has to create the NEW structure based on the Database table fields and structure(If table contains any structure).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example: I pass input as Table name 'MARA' and New Structure name as 'YS_MARA', then it has to copy the all fields and structures in MARA to New structure  'YS_MARA'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If there is no SAP standard Function module available then i can go for BDC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please suggest me on this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vishnu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Nov 2011 08:31:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-creation-of-data-dictionary-object-structure/m-p/8354765#M1640437</guid>
      <dc:creator>former_member188829</dc:creator>
      <dc:date>2011-11-16T08:31:12Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module for Creation of Data Dictionary Object Structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-creation-of-data-dictionary-object-structure/m-p/8354766#M1640438</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;There is a copy function for all most all Repository objects in Workbench, which will do the exact functionality that you are askign for. What is your exact requirement, please be more specific.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Senthil.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Nov 2011 08:56:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-creation-of-data-dictionary-object-structure/m-p/8354766#M1640438</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-11-16T08:56:20Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module for Creation of Data Dictionary Object Structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-creation-of-data-dictionary-object-structure/m-p/8354767#M1640439</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;I guess you could use FM DDIF_TABL_GET, DDIF_TABL_PUT &amp;amp; DDIF_TABL_ACTIVATE for that...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kr,&lt;/P&gt;&lt;P&gt;Manu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Nov 2011 09:02:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-creation-of-data-dictionary-object-structure/m-p/8354767#M1640439</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-11-16T09:02:36Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module for Creation of Data Dictionary Object Structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-creation-of-data-dictionary-object-structure/m-p/8354768#M1640440</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Senthil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply. &lt;/P&gt;&lt;P&gt;We are developing one automation tool which needs to create the structure based on the table fields. &lt;/P&gt;&lt;P&gt;I really do not require it manually. Because, we need to do it through program.&lt;/P&gt;&lt;P&gt;How ever, If there is no SAP standard function module then i will go for BDC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vishnu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Nov 2011 09:08:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-creation-of-data-dictionary-object-structure/m-p/8354768#M1640440</guid>
      <dc:creator>former_member188829</dc:creator>
      <dc:date>2011-11-16T09:08:48Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module for Creation of Data Dictionary Object Structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-creation-of-data-dictionary-object-structure/m-p/8354769#M1640441</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;Fm : DDIF_TABL_PUT should work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Search for all DDIF* in SE37&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jhings&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Nov 2011 09:11:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-creation-of-data-dictionary-object-structure/m-p/8354769#M1640441</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-11-16T09:11:54Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module for Creation of Data Dictionary Object Structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-creation-of-data-dictionary-object-structure/m-p/8354770#M1640442</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Manu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That function modules can be used for read a table from the ABAP Dictionary, to write a table in the ABAP Dictionary&lt;/P&gt;&lt;P&gt;and to activate a table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vishnu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Nov 2011 09:12:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-creation-of-data-dictionary-object-structure/m-p/8354770#M1640442</guid>
      <dc:creator>former_member188829</dc:creator>
      <dc:date>2011-11-16T09:12:32Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module for Creation of Data Dictionary Object Structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-creation-of-data-dictionary-object-structure/m-p/8354771#M1640443</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or a structure... If you don't define the parameter DD09L_WA... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kr,&lt;/P&gt;&lt;P&gt;Manu.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Manu D'Haeyer on Nov 16, 2011 10:18 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Nov 2011 09:17:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-creation-of-data-dictionary-object-structure/m-p/8354771#M1640443</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-11-16T09:17:29Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module for Creation of Data Dictionary Object Structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-creation-of-data-dictionary-object-structure/m-p/8354772#M1640444</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jhings,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;The Function module which suggested you is work for Table only. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vishnu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Nov 2011 09:17:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-creation-of-data-dictionary-object-structure/m-p/8354772#M1640444</guid>
      <dc:creator>former_member188829</dc:creator>
      <dc:date>2011-11-16T09:17:49Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module for Creation of Data Dictionary Object Structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-creation-of-data-dictionary-object-structure/m-p/8354773#M1640445</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Manu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, it is for Table only. I have read the Function module documentation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vishnu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Nov 2011 09:19:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-creation-of-data-dictionary-object-structure/m-p/8354773#M1640445</guid>
      <dc:creator>former_member188829</dc:creator>
      <dc:date>2011-11-16T09:19:45Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module for Creation of Data Dictionary Object Structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-creation-of-data-dictionary-object-structure/m-p/8354774#M1640446</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check method GENERATE_STRUCTURE defined in class CL_HRPAYIT_DDIC_GENERATOR for an example...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kr,&lt;/P&gt;&lt;P&gt;m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Nov 2011 09:20:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-creation-of-data-dictionary-object-structure/m-p/8354774#M1640446</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-11-16T09:20:26Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module for Creation of Data Dictionary Object Structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-creation-of-data-dictionary-object-structure/m-p/8354775#M1640447</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;re-read it &lt;SPAN __jive_emoticon_name="wink"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it says:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The following constellations (or combinations) are possible:&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;1. The table should be completely revised or redefined:&lt;/P&gt;&lt;P&gt; In this case all the parameters should be defined. &lt;STRONG&gt;If it is a structure&lt;/STRONG&gt;, the technical settings (DD09L_WA) should not be defined&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kr,&lt;/P&gt;&lt;P&gt;m.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Manu D'Haeyer on Nov 16, 2011 10:22 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Nov 2011 09:20:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-creation-of-data-dictionary-object-structure/m-p/8354775#M1640447</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-11-16T09:20:45Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module for Creation of Data Dictionary Object Structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-creation-of-data-dictionary-object-structure/m-p/8354776#M1640448</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Manu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me check again, I will get back to you. &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vishnu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Nov 2011 09:20:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-creation-of-data-dictionary-object-structure/m-p/8354776#M1640448</guid>
      <dc:creator>former_member188829</dc:creator>
      <dc:date>2011-11-16T09:20:48Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module for Creation of Data Dictionary Object Structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-creation-of-data-dictionary-object-structure/m-p/8354777#M1640449</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;I just debugged the standard copy functionality and found this fm DDUT_OBJECT_COPY.Its documented too.&lt;/P&gt;&lt;P&gt;But there are lot of other functions getting triggered related to development class,locks etc. May be you can have alook into it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Nov 2011 09:32:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-creation-of-data-dictionary-object-structure/m-p/8354777#M1640449</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2011-11-16T09:32:29Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module for Creation of Data Dictionary Object Structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-creation-of-data-dictionary-object-structure/m-p/8354778#M1640450</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Keshav. I will get back to you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vishnu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Nov 2011 09:40:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-creation-of-data-dictionary-object-structure/m-p/8354778#M1640450</guid>
      <dc:creator>former_member188829</dc:creator>
      <dc:date>2011-11-16T09:40:23Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module for Creation of Data Dictionary Object Structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-creation-of-data-dictionary-object-structure/m-p/8354779#M1640451</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear friend,&lt;/P&gt;&lt;P&gt;to create dynamic ddic object &lt;/P&gt;&lt;P&gt;this might be useful...create 1 table in data dictionary here in this case i have created ZAVI_TST&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and run below program..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPORT  ZAVI_LOGIC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data : DD03P_TAB LIKE DD03P OCCURS 2 WITH HEADER LINE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DD03P_TAB-TABNAME = 'ZAVI_TST'.&lt;/P&gt;&lt;P&gt;DD03P_TAB-FIELDNAME = 'F1'.&lt;/P&gt;&lt;P&gt;DD03P_TAB-POSITION = '1'.&lt;/P&gt;&lt;P&gt;DD03P_TAB-KEYFLAG = 'X'.&lt;/P&gt;&lt;P&gt;DD03P_TAB-ROLLNAME = 'CHAR1'.&lt;/P&gt;&lt;P&gt;APPEND DD03P_TAB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DD03P_TAB-TABNAME = 'ZAVI_TST'.&lt;/P&gt;&lt;P&gt;DD03P_TAB-FIELDNAME = 'F2'.&lt;/P&gt;&lt;P&gt;DD03P_TAB-POSITION = '2'.&lt;/P&gt;&lt;P&gt;DD03P_TAB-KEYFLAG = ' '.&lt;/P&gt;&lt;P&gt;DD03P_TAB-ROLLNAME = 'CHAR2'.&lt;/P&gt;&lt;P&gt;APPEND DD03P_TAB.&lt;/P&gt;&lt;P&gt;COMMIT WORK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'DDIF_TABL_PUT'&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;NAME = 'ZAVI_TST'&lt;/P&gt;&lt;P&gt;TABLES&lt;/P&gt;&lt;P&gt;DD03P_TAB = DD03P_TAB&lt;/P&gt;&lt;P&gt;EXCEPTIONS&lt;/P&gt;&lt;P&gt;PUT_FAILURE = 01&lt;/P&gt;&lt;P&gt;OTHERS = 02.&lt;/P&gt;&lt;P&gt;IF SY-SUBRC = 1.&lt;/P&gt;&lt;P&gt;ROLLBACK WORK.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;IF SY-SUBRC = 0.&lt;/P&gt;&lt;P&gt;COMMIT WORK.&lt;/P&gt;&lt;P&gt;WRITE / 'Table ZAVI_TST is now revised with two fields.'.&lt;/P&gt;&lt;P&gt;WRITE / 'The active version is unchanged.'.&lt;/P&gt;&lt;P&gt;ELSE.&lt;/P&gt;&lt;P&gt;WRITE / 'Table ZAVI_TST is still active in the old state.'.&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;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;after successful completion of the program...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;open tcode se14&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;press enter with table name selection&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then press button  active and adjust data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with option save data or delete data (as per your choice)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;revert back if any help needed... enjoy programming.... good luck...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;avirat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Nov 2011 10:07:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-creation-of-data-dictionary-object-structure/m-p/8354779#M1640451</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-11-16T10:07:24Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module for Creation of Data Dictionary Object Structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-creation-of-data-dictionary-object-structure/m-p/8354780#M1640452</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Manu/Keshav,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below is the sample which i have written and it is working fine. I have done the mistake while passing the Table Class.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;DATA:dd03p_tab       LIKE dd03p OCCURS 2 WITH HEADER LINE,
     lwa_dd02v       TYPE dd02v.

dd03p_tab-tabname = 'YSVISHNU1'.
dd03p_tab-fieldname = 'MANDT'.
dd03p_tab-position = '1'.
dd03p_tab-keyflag = 'X'.
dd03p_tab-rollname = 'MANDT'.
APPEND dd03p_tab.

dd03p_tab-tabname = 'YSVISHNU1'.
dd03p_tab-fieldname = 'VBELN'.
dd03p_tab-position = '2'.
dd03p_tab-keyflag = ' '.
dd03p_tab-rollname = 'VBELN'.
APPEND dd03p_tab.

lwa_dd02v-ddlanguage = 'E'.
lwa_dd02v-ddtext = 'Vishnu Test'.
lwa_dd02v-tabname = 'YSVISHNU1'.
lwa_dd02v-tabclass = 'INTTAB'.

CALL FUNCTION 'DDIF_TABL_PUT'
  EXPORTING
    name        = 'YSVISHNU1'
    dd02v_wa    = lwa_dd02v
  TABLES
    dd03p_tab   = dd03p_tab
  EXCEPTIONS
    put_failure = 01
    OTHERS      = 02.
IF sy-subrc = 0.
  WRITE / 'Structure YSVISHNU1 is created successfully'.
ELSE.
  WRITE / 'Structure YSVISHNU1 is NOT created'.
ENDIF.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vishnu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Nov 2011 10:27:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-creation-of-data-dictionary-object-structure/m-p/8354780#M1640452</guid>
      <dc:creator>former_member188829</dc:creator>
      <dc:date>2011-11-16T10:27:52Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module for Creation of Data Dictionary Object Structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-creation-of-data-dictionary-object-structure/m-p/8354781#M1640453</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You asked for &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I pass input as Table name 'MARA' and New Structure name as 'YS_MARA', then it has to copy the all fields and structures in MARA to New structure 'YS_MARA'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and now you are manually populating it ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kesav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Nov 2011 10:30:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-creation-of-data-dictionary-object-structure/m-p/8354781#M1640453</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2011-11-16T10:30:45Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module for Creation of Data Dictionary Object Structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-creation-of-data-dictionary-object-structure/m-p/8354782#M1640454</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be he is doing that in Original program...For simplicity he is doing like that in sample code. I am just guessing &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Nov 2011 10:33:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-creation-of-data-dictionary-object-structure/m-p/8354782#M1640454</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-11-16T10:33:07Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module for Creation of Data Dictionary Object Structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-creation-of-data-dictionary-object-structure/m-p/8354783#M1640455</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Keshav,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, Vijay guess is correct &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt; , That structure name every thing can do my original program and that was the sample program only. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vishnu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Nov 2011 10:36:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-creation-of-data-dictionary-object-structure/m-p/8354783#M1640455</guid>
      <dc:creator>former_member188829</dc:creator>
      <dc:date>2011-11-16T10:36:44Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module for Creation of Data Dictionary Object Structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-creation-of-data-dictionary-object-structure/m-p/8354784#M1640456</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vishnu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How are you going to copy a a structure using DDIF_TABL_PUT ? &lt;/P&gt;&lt;P&gt;Anyways , no more confusions, happy that its resolved...Good Luck &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Kesav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Nov 2011 10:39:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-creation-of-data-dictionary-object-structure/m-p/8354784#M1640456</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2011-11-16T10:39:00Z</dc:date>
    </item>
  </channel>
</rss>

