<?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: ABAP: Export Structure but not  table structure. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-export-structure-but-not-table-structure/m-p/10763887#M1877139</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can try using FM SRTT_GET_REMOTE_TABLE_DEF. Hope this will help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Lakshman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 21 Nov 2014 12:10:22 GMT</pubDate>
    <dc:creator>Lakshmant1</dc:creator>
    <dc:date>2014-11-21T12:10:22Z</dc:date>
    <item>
      <title>ABAP: Export Structure but not  table structure.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-export-structure-but-not-table-structure/m-p/10763881#M1877133</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to export structures of data dictionary to text or excel file. How&amp;nbsp; can I do this. ?&lt;/P&gt;&lt;P&gt;I have searched help but no solution found. Please&amp;nbsp; remember that I am talking about structure but not table structure. &lt;/P&gt;&lt;P&gt;I mean I want to export the all columns with data types and length into text file. or excel file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Aneel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Nov 2014 10:17:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-export-structure-but-not-table-structure/m-p/10763881#M1877133</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-11-21T10:17:36Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP: Export Structure but not  table structure.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-export-structure-but-not-table-structure/m-p/10763882#M1877134</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use FM DD_NAMETAB_TO_DDFIELDS. Download the output to file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Nov 2014 10:33:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-export-structure-but-not-table-structure/m-p/10763882#M1877134</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-11-21T10:33:37Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP: Export Structure but not  table structure.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-export-structure-but-not-table-structure/m-p/10763883#M1877135</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please use function module &lt;SPAN style="color: #333333; font-size: 11px; background-color: #f8f8f8;"&gt;DD_NAMETAB_TO_DDFIELDS &lt;/SPAN&gt;to get structure.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Nov 2014 10:38:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-export-structure-but-not-table-structure/m-p/10763883#M1877135</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-11-21T10:38:39Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP: Export Structure but not  table structure.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-export-structure-but-not-table-structure/m-p/10763884#M1877136</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Aneel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please follow below Steps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Se11 -&amp;gt; Viewname -&amp;gt; Display -&amp;gt; Right Click on Fields -&amp;gt; Hierarchy Display&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; 2)&amp;nbsp; It will open 1 new Session -&amp;gt; Click on Print Dropdown and select Print Preview of View &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; 3) Now Click on System -&amp;gt; List -. Save -&amp;gt; Local File -&amp;gt; Unconverted -&amp;gt; Select File with Extension .txt&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; -&amp;gt; Click on generate .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; You will get your Work Done. Please let me know weather it is useful or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sagar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Nov 2014 10:39:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-export-structure-but-not-table-structure/m-p/10763884#M1877136</guid>
      <dc:creator>former_member210770</dc:creator>
      <dc:date>2014-11-21T10:39:01Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP: Export Structure but not  table structure.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-export-structure-but-not-table-structure/m-p/10763885#M1877137</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is&amp;nbsp; no print drop down option I&amp;nbsp; am seeing . Please&amp;nbsp; send the image if you can.?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Nov 2014 10:48:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-export-structure-but-not-table-structure/m-p/10763885#M1877137</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-11-21T10:48:06Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP: Export Structure but not  table structure.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-export-structure-but-not-table-structure/m-p/10763886#M1877138</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Aneel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/590532" height="225" width="515" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sagar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Nov 2014 10:55:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-export-structure-but-not-table-structure/m-p/10763886#M1877138</guid>
      <dc:creator>former_member210770</dc:creator>
      <dc:date>2014-11-21T10:55:21Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP: Export Structure but not  table structure.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-export-structure-but-not-table-structure/m-p/10763887#M1877139</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can try using FM SRTT_GET_REMOTE_TABLE_DEF. Hope this will help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Lakshman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Nov 2014 12:10:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-export-structure-but-not-table-structure/m-p/10763887#M1877139</guid>
      <dc:creator>Lakshmant1</dc:creator>
      <dc:date>2014-11-21T12:10:22Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP: Export Structure but not  table structure.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-export-structure-but-not-table-structure/m-p/10763888#M1877140</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Aneel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will be good if you can close the thread ,so other peoples who will face the same difficulties can refer this thread and it will be more helpful for them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also if got the solution other than mentioned here, so please share with us. It might be helpful for all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sagar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Nov 2014 13:25:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-export-structure-but-not-table-structure/m-p/10763888#M1877140</guid>
      <dc:creator>former_member210770</dc:creator>
      <dc:date>2014-11-21T13:25:12Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP: Export Structure but not  table structure.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-export-structure-but-not-table-structure/m-p/10763889#M1877141</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Sagar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is no such option. Please see attached image. May be this is the version issue.&lt;/P&gt;&lt;P&gt;But many thanks for help&lt;STRONG&gt;.&lt;/STRONG&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;&lt;STRONG&gt;SRTT_GET_REMOTE_TABLE_DEF and &lt;SPAN style="color: #333333; font-size: 11px; background-color: #f8f8f8;"&gt;DD_NAMETAB_TO_DDFIELDS &lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="color: #333333; font-size: 11px; background-color: #f8f8f8;"&gt; solved my problem.&lt;/SPAN&gt;&lt;/SPAN&gt;&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;Aneel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Nov 2014 04:19:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-export-structure-but-not-table-structure/m-p/10763889#M1877141</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-11-26T04:19:13Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP: Export Structure but not  table structure.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-export-structure-but-not-table-structure/m-p/10763890#M1877142</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Closed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Nov 2014 04:23:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-export-structure-but-not-table-structure/m-p/10763890#M1877142</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-11-26T04:23:46Z</dc:date>
    </item>
  </channel>
</rss>

