<?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: Structure to Table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/structure-to-table/m-p/764605#M37448</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this FM seems to work in 6.20 also! It returns a list of structure components and their attributes in the table NAMETAB... I don't know what you mean by retrieving "table names" from a structure, though. The structure CAUFVD does not exist in CRM 4.0/6.20&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 28 Jan 2004 20:06:38 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2004-01-28T20:06:38Z</dc:date>
    <item>
      <title>Structure to Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/structure-to-table/m-p/764603#M37446</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;If we want retrive a table name from structure there is one function called as NAMETAB_GET but this function is Obsolute in 4.6c&amp;nbsp;&amp;nbsp;so any one can help me  out on this. pls.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex:. I have a structrue called CAUFVD, &lt;/P&gt;&lt;P&gt;I want retrive all table name inculded in this structrue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Dec 2003 09:09:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/structure-to-table/m-p/764603#M37446</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2003-12-12T09:09:58Z</dc:date>
    </item>
    <item>
      <title>Re: Structure to Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/structure-to-table/m-p/764604#M37447</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I don't understand that you can't use FM: NAMETAB_GET...&lt;/P&gt;&lt;P&gt;We are also using 4.6c, and I have just tried that FM, and it do function....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Dec 2003 19:39:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/structure-to-table/m-p/764604#M37447</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2003-12-21T19:39:58Z</dc:date>
    </item>
    <item>
      <title>Re: Structure to Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/structure-to-table/m-p/764605#M37448</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this FM seems to work in 6.20 also! It returns a list of structure components and their attributes in the table NAMETAB... I don't know what you mean by retrieving "table names" from a structure, though. The structure CAUFVD does not exist in CRM 4.0/6.20&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jan 2004 20:06:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/structure-to-table/m-p/764605#M37448</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2004-01-28T20:06:38Z</dc:date>
    </item>
    <item>
      <title>Re: Structure to Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/structure-to-table/m-p/764606#M37449</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;if you want to read all components of a structure&lt;/P&gt;&lt;P&gt;used in a table, and you have an Web AS 6.20 System or later&lt;/P&gt;&lt;P&gt;at your disposal, you can use &lt;/P&gt;&lt;P&gt;the extended computer aided test tool: eCATT.&lt;/P&gt;&lt;P&gt;Create an eCATT script. Add your 4.6C system&lt;/P&gt;&lt;P&gt;as a target system with transaction sm59.&lt;/P&gt;&lt;P&gt;Define a parameter in your eCATT script of the table type.&lt;/P&gt;&lt;P&gt;Double click on the parameter.&lt;/P&gt;&lt;P&gt;In the eCATT script, a structure editor opens. You can see&lt;/P&gt;&lt;P&gt;all the components of your structure there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;eCATT documentation:&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_470/helpdata/en/20/e81c3b84e65e7be10000000a11402f/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_470/helpdata/en/20/e81c3b84e65e7be10000000a11402f/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Marc&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jun 2004 10:44:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/structure-to-table/m-p/764606#M37449</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2004-06-24T10:44:09Z</dc:date>
    </item>
  </channel>
</rss>

