<?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: Table search for required fields in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-search-for-required-fields/m-p/3458475#M830950</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;go to table &lt;STRONG&gt;DD03T&lt;/STRONG&gt;,&lt;/P&gt;&lt;P&gt;in the selection screen porvide &lt;STRONG&gt;ku&lt;/STRONG&gt;* in FIELDNAME input then excute, now u can get all relavent fields in the output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;seshu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 22 Feb 2008 09:44:57 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-02-22T09:44:57Z</dc:date>
    <item>
      <title>Table search for required fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-search-for-required-fields/m-p/3458472#M830947</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have to add two fields in a customer based report , i know only the description of field name 'Customer comments' and 'contact notes'. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in which table i have to search for getting SAP database field. i have searched in all customer related tables but unable to get the data. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;could any one help on this please.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Feb 2008 08:00:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-search-for-required-fields/m-p/3458472#M830947</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-22T08:00:14Z</dc:date>
    </item>
    <item>
      <title>Re: Table search for required fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-search-for-required-fields/m-p/3458473#M830948</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please search for appropriate fields in following tables:- &lt;/P&gt;&lt;P&gt;KNA1,KNVP,KNV,KNVD,KNB1,KNBS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Feb 2008 08:01:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-search-for-required-fields/m-p/3458473#M830948</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-22T08:01:30Z</dc:date>
    </item>
    <item>
      <title>Re: Table search for required fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-search-for-required-fields/m-p/3458474#M830949</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Table fields&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to any of the repository transactions (SE84, SE85 or SE86) and go to dictionary table fields, and search with designation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;SE84&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;R/3 Repository Information Sys&lt;/EM&gt; &lt;/P&gt;&lt;P&gt;&lt;EM&gt;ABAP Dictionary&lt;/EM&gt; &lt;/P&gt;&lt;P&gt;&lt;EM&gt;Fields&lt;/EM&gt; &lt;/P&gt;&lt;P&gt;&lt;EM&gt;Table fields&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SAPscript    Texts&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But the names you give look like "long text" names (&lt;EM&gt;comments&lt;/EM&gt; and &lt;EM&gt;notes&lt;/EM&gt;), so they may be stored in SAPscript    text files. To find these data, you have to call the customer maintenance transaction (XD02, FD02) and edit these text, there when editing the text go to &lt;EM&gt;Header&lt;/EM&gt; a popup will display the keys to access the long text in the popup window you will find &lt;EM&gt;TDNAME, TDSPRAS, TDID and TDOBJECT&lt;/EM&gt; which are the key of the header text file &lt;EM&gt;STXH&lt;/EM&gt;. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use these keys in function modules like READ_TEXT, because the text lines are stored in a cluster file &lt;EM&gt;STXL&lt;/EM&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Feb 2008 08:13:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-search-for-required-fields/m-p/3458474#M830949</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2008-02-22T08:13:28Z</dc:date>
    </item>
    <item>
      <title>Re: Table search for required fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-search-for-required-fields/m-p/3458475#M830950</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;go to table &lt;STRONG&gt;DD03T&lt;/STRONG&gt;,&lt;/P&gt;&lt;P&gt;in the selection screen porvide &lt;STRONG&gt;ku&lt;/STRONG&gt;* in FIELDNAME input then excute, now u can get all relavent fields in the output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;seshu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Feb 2008 09:44:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-search-for-required-fields/m-p/3458475#M830950</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-22T09:44:57Z</dc:date>
    </item>
    <item>
      <title>Re: Table search for required fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-search-for-required-fields/m-p/3458476#M830951</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi try these tables for customer conditions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;KUAKDK&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;KUKOV&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;kavitha.k&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Feb 2008 10:03:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-search-for-required-fields/m-p/3458476#M830951</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-22T10:03:39Z</dc:date>
    </item>
  </channel>
</rss>

