<?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: Program to find custom fields in standard table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-to-find-custom-fields-in-standard-table/m-p/7409369#M1547907</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I used table DD03L&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 11 Oct 2010 20:11:43 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-10-11T20:11:43Z</dc:date>
    <item>
      <title>Program to find custom fields in standard table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-to-find-custom-fields-in-standard-table/m-p/7409366#M1547904</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a requirement to write a program which will take a list of standard tables as input and will list out the custom fields or Z fields in each table. How can I do this? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Will award points to helpful replies.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;V.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Vartika Mittal on Oct 11, 2010 1:03 PM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN __default_attr="red" __jive_macro_name="color"&gt; Moderator Message: Two things, 1) Offering to award points is against forum rules. 2) SDN is not here to do your job for you. Thread locked &amp;amp; points unassigned.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Neil Gardiner on Oct 12, 2010 8:12 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Oct 2010 18:02:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-to-find-custom-fields-in-standard-table/m-p/7409366#M1547904</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-11T18:02:31Z</dc:date>
    </item>
    <item>
      <title>Re: Program to find custom fields in standard table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-to-find-custom-fields-in-standard-table/m-p/7409367#M1547905</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vartika,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can use below tables to find relations between tables and fields and domains. Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DD01L   Domain&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;DD04L   Domain and data element&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;DD08L  Table and field name&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;DD05S   Table and field name&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Oct 2010 18:55:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-to-find-custom-fields-in-standard-table/m-p/7409367#M1547905</guid>
      <dc:creator>former_member193284</dc:creator>
      <dc:date>2010-10-11T18:55:23Z</dc:date>
    </item>
    <item>
      <title>Re: Program to find custom fields in standard table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-to-find-custom-fields-in-standard-table/m-p/7409368#M1547906</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;beware... Zfieldnames are actually in the SAP namespace.  Customer namespace is ZZ, but there is no rigid enforcement, and you will thus find Z fields, ZZ fields and fields that don't begin with Z have been appended by customers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Oct 2010 20:09:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-to-find-custom-fields-in-standard-table/m-p/7409368#M1547906</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-11T20:09:49Z</dc:date>
    </item>
    <item>
      <title>Re: Program to find custom fields in standard table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-to-find-custom-fields-in-standard-table/m-p/7409369#M1547907</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I used table DD03L&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Oct 2010 20:11:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-to-find-custom-fields-in-standard-table/m-p/7409369#M1547907</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-11T20:11:43Z</dc:date>
    </item>
  </channel>
</rss>

