<?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 Function Md.  to write generated structures to a transport request in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-md-to-write-generated-structures-to-a-transport-request/m-p/1769716#M332433</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 want to use the function modules 'DDIF_TABL_PUT'  und 'DDIF_TTYP_PUT' to create structures and table types in the DDIC. I also want to save the generated objects in a transport requests. Does anyone have any idea how I can achieve that? Do you have any example coding for usage of these function modules?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sükrü&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Dec 2006 14:30:29 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-12-19T14:30:29Z</dc:date>
    <item>
      <title>Function Md.  to write generated structures to a transport request</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-md-to-write-generated-structures-to-a-transport-request/m-p/1769716#M332433</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 want to use the function modules 'DDIF_TABL_PUT'  und 'DDIF_TTYP_PUT' to create structures and table types in the DDIC. I also want to save the generated objects in a transport requests. Does anyone have any idea how I can achieve that? Do you have any example coding for usage of these function modules?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sükrü&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Dec 2006 14:30:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-md-to-write-generated-structures-to-a-transport-request/m-p/1769716#M332433</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-19T14:30:29Z</dc:date>
    </item>
    <item>
      <title>Re: Function Md.  to write generated structures to a transport request</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-md-to-write-generated-structures-to-a-transport-request/m-p/1769717#M332434</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;call function 'DDIF_TABL_ACTIVATE'&lt;/P&gt;&lt;P&gt;         exporting&lt;/P&gt;&lt;P&gt;              name        = l_tabname&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;          AUTH_CHK    = 'X'&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;              prid        = prid&lt;/P&gt;&lt;P&gt;         importing&lt;/P&gt;&lt;P&gt;              rc          = l_rc&lt;/P&gt;&lt;P&gt;         exceptions&lt;/P&gt;&lt;P&gt;              not_found   = 1&lt;/P&gt;&lt;P&gt;              put_failure = 2&lt;/P&gt;&lt;P&gt;              others      = 3.&lt;/P&gt;&lt;P&gt;    p_rc = sy-subrc.&lt;/P&gt;&lt;P&gt;    if p_rc ne 0 or&lt;/P&gt;&lt;P&gt;       ( p_rc eq 0 and l_rc ge 4 ).&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    perform stdo_display using prid&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;                               1.&lt;/P&gt;&lt;/LI&gt;&lt;UL&gt;&lt;LI level="2" type="ul"&gt;&lt;P&gt;if error during activation, set returncode&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;std SAP program RSEREPA5&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hint use where used list for the fm u will find all the programs where these fms were used..&lt;/P&gt;&lt;P&gt;santhosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Dec 2006 14:38:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-md-to-write-generated-structures-to-a-transport-request/m-p/1769717#M332434</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-19T14:38:12Z</dc:date>
    </item>
  </channel>
</rss>

