<?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: Creating bulk Datalements through program/FM in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-bulk-datalements-through-program-fm/m-p/8180734#M1624246</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;Go have a look at the SAPLink plugin for DDIC, where FM 'DDIF_DTEL_PUT' is used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This function module writes the sources of a data element to the ABAP Dictionary. A new or revised version of the data element is hereby written. If there is already an active version of the data element, it is not changed. &lt;/P&gt;&lt;P&gt;Before the data element is written, there is a check if the action is allowed for the specified object. If this is not the case, for example because the selected name violates the naming conventions or because the object collides with the name of another ABAP Dictionary object, the exception PUT_REFUSED is triggered. In this case the system variables will contain a message which describes the reason why the action is rejected. &lt;/P&gt;&lt;P&gt;Parameter DD04V_WA is considered to be undefined if field ROLLNAME is initial. In this case the latest version of the data element is written with the updated administration data as a revised version. If there is no such version, the exception DTEL_NOT_FOUND is triggered.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 12 Sep 2011 10:54:51 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-09-12T10:54:51Z</dc:date>
    <item>
      <title>Creating bulk Datalements through program/FM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-bulk-datalements-through-program-fm/m-p/8180733#M1624245</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts , &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to create several custom tables with custom dataelements and domains . Creating each dataelement and domain is taking a lot of  time , Is there any other way ( might be function module , Program ) in SAP  to create custom datalement  and domains in ECC 6.0 avoiding manual creation through SE11. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your inputs would help me a lot and reduce a lot of time for me. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;Pavee.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Sep 2011 10:33:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-bulk-datalements-through-program-fm/m-p/8180733#M1624245</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-09-12T10:33:41Z</dc:date>
    </item>
    <item>
      <title>Re: Creating bulk Datalements through program/FM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-bulk-datalements-through-program-fm/m-p/8180734#M1624246</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;Go have a look at the SAPLink plugin for DDIC, where FM 'DDIF_DTEL_PUT' is used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This function module writes the sources of a data element to the ABAP Dictionary. A new or revised version of the data element is hereby written. If there is already an active version of the data element, it is not changed. &lt;/P&gt;&lt;P&gt;Before the data element is written, there is a check if the action is allowed for the specified object. If this is not the case, for example because the selected name violates the naming conventions or because the object collides with the name of another ABAP Dictionary object, the exception PUT_REFUSED is triggered. In this case the system variables will contain a message which describes the reason why the action is rejected. &lt;/P&gt;&lt;P&gt;Parameter DD04V_WA is considered to be undefined if field ROLLNAME is initial. In this case the latest version of the data element is written with the updated administration data as a revised version. If there is no such version, the exception DTEL_NOT_FOUND is triggered.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Sep 2011 10:54:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-bulk-datalements-through-program-fm/m-p/8180734#M1624246</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-09-12T10:54:51Z</dc:date>
    </item>
    <item>
      <title>Re: Creating bulk Datalements through program/FM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-bulk-datalements-through-program-fm/m-p/8180735#M1624247</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;You can create a simple program which reads a file with all details related to Data Element and Domain and use below two FMs to create them in loop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data Element: DDIF_DTEL_PUT&lt;/P&gt;&lt;P&gt;Domain: DDIF_DOMA_PUT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Sep 2011 02:30:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-bulk-datalements-through-program-fm/m-p/8180735#M1624247</guid>
      <dc:creator>raviahuja</dc:creator>
      <dc:date>2011-09-13T02:30:42Z</dc:date>
    </item>
    <item>
      <title>Re: Creating bulk Datalements through program/FM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-bulk-datalements-through-program-fm/m-p/8180736#M1624248</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Sep 2011 07:59:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-bulk-datalements-through-program-fm/m-p/8180736#M1624248</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-09-13T07:59:09Z</dc:date>
    </item>
  </channel>
</rss>

