<?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: DD02L in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/dd02l/m-p/3415039#M820202</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use table DD03L instead to find the fields ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 08 Feb 2008 11:00:20 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-02-08T11:00:20Z</dc:date>
    <item>
      <title>DD02L</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dd02l/m-p/3415038#M820201</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; I need to automate the process of finding the field name vbeln within all our bespoke (Z* Y*) tables. I found all the tables in DD02L, but so far have not found an easy way of checking that vbeln exists in each table. I've tried to debug the "where used" function in SE11 to no success. Any help much appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Feb 2008 10:57:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dd02l/m-p/3415038#M820201</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-08T10:57:12Z</dc:date>
    </item>
    <item>
      <title>Re: DD02L</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dd02l/m-p/3415039#M820202</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use table DD03L instead to find the fields ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Feb 2008 11:00:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dd02l/m-p/3415039#M820202</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-08T11:00:20Z</dc:date>
    </item>
    <item>
      <title>Re: DD02L</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dd02l/m-p/3415040#M820203</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;use the table DD03L ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select   *  from DD03L where TABNAME = TABLE and FIELDNAME = FIELD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nagaraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Feb 2008 11:03:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dd02l/m-p/3415040#M820203</guid>
      <dc:creator>former_member404244</dc:creator>
      <dc:date>2008-02-08T11:03:31Z</dc:date>
    </item>
    <item>
      <title>Re: DD02L</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dd02l/m-p/3415041#M820204</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;what about using DD03L table , you can query by giving the field name ( vbeln ) and you will receive all the table contains the field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Chaitanya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Feb 2008 12:09:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dd02l/m-p/3415041#M820204</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-16T12:09:49Z</dc:date>
    </item>
    <item>
      <title>Re: DD02L</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dd02l/m-p/3415042#M820205</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;DD02L Table contains the SAP Tables.&lt;/P&gt;&lt;P&gt;DD02T Table contains the SAP Table Texts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DD01L Table contains the Domains&lt;/P&gt;&lt;P&gt;DD01T Table contains the Domain Texts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DD03L Table contains the Table Fields.&lt;/P&gt;&lt;P&gt;DD03T Table contains the Table Field Texts. (Language Dependent)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DD04L Table contains the Data Elements.&lt;/P&gt;&lt;P&gt;DD04T Table contains the Data Element Texts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DD05s Table contains the Foreign Key Fields&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;last words with L and T only. L&lt;DEL&gt;-&amp;gt;Database Fetch T&lt;/DEL&gt;-&amp;gt; Text&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Chandru&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Feb 2008 19:26:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dd02l/m-p/3415042#M820205</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-16T19:26:38Z</dc:date>
    </item>
    <item>
      <title>Re: DD02L</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dd02l/m-p/3415043#M820206</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 use the FM : AKB_WHERE_USED_LIST  to get the list of all the objects where the object is used.  inside this FM : there is one more FM  RS&lt;STRONG&gt;CROSS&lt;/STRONG&gt;  which gives the object list , and the object list found also has ENCL_OBJECT field which gives the fields used in different ABAP objects.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is one more FM which gives the Where Used list iteratively. You can search that by giving &lt;STRONG&gt;where&lt;/STRONG&gt;used* in SE37.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please reward if useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Vivek Shah on Feb 16, 2008 9:26 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Feb 2008 20:25:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dd02l/m-p/3415043#M820206</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-16T20:25:57Z</dc:date>
    </item>
  </channel>
</rss>

