<?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 Field Short Descriptions in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-field-short-descriptions/m-p/3031536#M717031</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't have the ability to run an ABAP script, so is the short description in the field SCRTEXT_S ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 13 Nov 2007 22:15:17 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-11-13T22:15:17Z</dc:date>
    <item>
      <title>Table Field Short Descriptions</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-field-short-descriptions/m-p/3031532#M717027</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you go into the Repository Information System (SE83), then drill down to ABAP Dictionary-&amp;gt;Fields-&amp;gt;Table Fields, you are allowed to enter a table name to display its fields and short descriptions.  I need to know what table the short descriptions are stored.  I assumed it was DD03T, but I'm not able to locate most of my field descriptions for the MM module.  Can anyone help?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Nov 2007 21:42:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-field-short-descriptions/m-p/3031532#M717027</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-13T21:42:54Z</dc:date>
    </item>
    <item>
      <title>Re: Table Field Short Descriptions</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-field-short-descriptions/m-p/3031533#M717028</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check out DD03M.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naimesh Patel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Nov 2007 21:45:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-field-short-descriptions/m-p/3031533#M717028</guid>
      <dc:creator>naimesh_patel</dc:creator>
      <dc:date>2007-11-13T21:45:03Z</dc:date>
    </item>
    <item>
      <title>Re: Table Field Short Descriptions</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-field-short-descriptions/m-p/3031534#M717029</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That is for generating a table for view.  I don't think that's what I'm looking for.  I saw a post asking this question, and someone replied to use DD04T.  I am able to find a field name, but I'm not able to associate it to a specific table.  The example I'm using to locate the field short descriptions is table EKPO, field BUKRS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Nov 2007 21:53:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-field-short-descriptions/m-p/3031534#M717029</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-13T21:53:03Z</dc:date>
    </item>
    <item>
      <title>Re: Table Field Short Descriptions</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-field-short-descriptions/m-p/3031535#M717030</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes that's right.. but this view contains all you want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;E.g.,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPORT  ZTEST_NP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: l_ddtext like dd03m-ddtext.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select single DDTEXT&lt;/P&gt;&lt;P&gt;into l_DDTEXT&lt;/P&gt;&lt;P&gt;from DD03M&lt;/P&gt;&lt;P&gt;where TABNAME  =    'EKPO'&lt;/P&gt;&lt;P&gt;and FIELDNAME =   'BUKRS'&lt;/P&gt;&lt;P&gt;and DDLANGUAGE = sy-langu.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naimesh Patel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Nov 2007 21:58:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-field-short-descriptions/m-p/3031535#M717030</guid>
      <dc:creator>naimesh_patel</dc:creator>
      <dc:date>2007-11-13T21:58:16Z</dc:date>
    </item>
    <item>
      <title>Re: Table Field Short Descriptions</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-field-short-descriptions/m-p/3031536#M717031</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't have the ability to run an ABAP script, so is the short description in the field SCRTEXT_S ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Nov 2007 22:15:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-field-short-descriptions/m-p/3031536#M717031</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-13T22:15:17Z</dc:date>
    </item>
    <item>
      <title>Re: Table Field Short Descriptions</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-field-short-descriptions/m-p/3031537#M717032</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can see data in SE16 if you look at DD03M Database view :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Enter tab name&lt;/P&gt;&lt;P&gt;Use language field &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Text fields are &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SCRTEXT_S  - Short &lt;/P&gt;&lt;P&gt;SCRTEXT_M - Medium &lt;/P&gt;&lt;P&gt;SCRTEXT_L - long  ( Use this one)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Seshu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Nov 2007 22:24:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-field-short-descriptions/m-p/3031537#M717032</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-13T22:24:05Z</dc:date>
    </item>
    <item>
      <title>Re: Table Field Short Descriptions</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-field-short-descriptions/m-p/3031538#M717033</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the information!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Nov 2007 22:25:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-field-short-descriptions/m-p/3031538#M717033</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-13T22:25:29Z</dc:date>
    </item>
    <item>
      <title>Re: Table Field Short Descriptions</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-field-short-descriptions/m-p/3031539#M717034</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sheshu... The DD03M seems to be missing some positional data even though its viewable in SAP TCode ZSE16R.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this out as an example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Look at table CSKS fields by using ZSE16R, then go to the choose fields option in the Settings&amp;gt;List Format menus.  Then compare that to the data that is in DD03M.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Examples of missing fields form DD03M for table CSKS:&lt;/P&gt;&lt;P&gt;MANDT&lt;/P&gt;&lt;P&gt;PKZKP&lt;/P&gt;&lt;P&gt;VERAK&lt;/P&gt;&lt;P&gt;WAERS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you tell me why this data isn't present in the DD03M table?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Dec 2007 16:57:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-field-short-descriptions/m-p/3031539#M717034</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-05T16:57:47Z</dc:date>
    </item>
    <item>
      <title>Re: Table Field Short Descriptions</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-field-short-descriptions/m-p/3031540#M717035</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nevermind Sheshu... I found out that our SAP is limiting us to 2Gb of streaming data which explains why some of the data is missing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks anyway!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Dec 2007 17:27:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-field-short-descriptions/m-p/3031540#M717035</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-05T17:27:41Z</dc:date>
    </item>
  </channel>
</rss>

