<?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 Fieldcatalog Doubt! in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/fieldcatalog-doubt/m-p/2379252#M527871</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;   In Field Catalog Structure whats the use of &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   Emphasize Option&lt;/P&gt;&lt;P&gt;   Key&lt;/P&gt;&lt;P&gt;   Int Type &lt;/P&gt;&lt;P&gt;   Ref_table Name&lt;/P&gt;&lt;P&gt;   Sel_text _m&lt;/P&gt;&lt;P&gt;   Rep Text_ddic&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 09 Jun 2007 20:06:14 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-09T20:06:14Z</dc:date>
    <item>
      <title>Fieldcatalog Doubt!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fieldcatalog-doubt/m-p/2379252#M527871</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;   In Field Catalog Structure whats the use of &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   Emphasize Option&lt;/P&gt;&lt;P&gt;   Key&lt;/P&gt;&lt;P&gt;   Int Type &lt;/P&gt;&lt;P&gt;   Ref_table Name&lt;/P&gt;&lt;P&gt;   Sel_text _m&lt;/P&gt;&lt;P&gt;   Rep Text_ddic&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 Jun 2007 20:06:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fieldcatalog-doubt/m-p/2379252#M527871</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-09T20:06:14Z</dc:date>
    </item>
    <item>
      <title>Re: Fieldcatalog Doubt!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fieldcatalog-doubt/m-p/2379253#M527872</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;&amp;lt;b&amp;gt;field catalogue is nothing but an internal table,which contains detailed information about the fields.ie. fieldname, size, type, heading&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TYPE-POOLS: SLIS.&lt;/P&gt;&lt;P&gt;&amp;amp;--&lt;DEL&gt;&lt;/DEL&gt;&lt;/P&gt;&lt;HR originaltext="----------" /&gt;FIELDCAT TABLE &amp;amp; WORK AREA--&lt;P&gt;&lt;/P&gt;&lt;HR originaltext="---------------------" /&gt;&lt;P&gt;DATA: W_FCAT TYPE SLIS_FIELDCAT_ALV.&lt;/P&gt;&lt;P&gt;DATA: T_FCAT TYPE SLIS_T_FIELDCAT_ALV.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;W_FCAT-COL_POS = 1.           "specifies the position.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;W_FCAT-FIELDNAME = 'KUNNR'.    "specified the field name&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;W_FCAT-REF_FIELDNAME = 'KUNNR' " specifies refarence field&lt;/P&gt;&lt;P&gt;W_FCAT-REF_TABLENAME = 'KNA1' "specifies the refarence table &lt;/P&gt;&lt;P&gt;W_FCAT-SELTEXT_M = 'CUST. NO'. " selection text&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;W_FCAT-HOTSPOT = 'X'.           "HOT SPOT HAND SYMBOL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;W_FCAT-EMPHASIZE = 'C119'.  "FOR COLORING THE COLUMN 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;APPEND W_FCAT TO T_FCAT.&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;Ashokreddy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Ashok Reddy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 Jun 2007 20:22:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fieldcatalog-doubt/m-p/2379253#M527872</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-09T20:22:46Z</dc:date>
    </item>
    <item>
      <title>Re: Fieldcatalog Doubt!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fieldcatalog-doubt/m-p/2379254#M527873</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Key - keep key field in fieldcatalog ,based on key field you can do sort,sum the values&lt;/P&gt;&lt;P&gt;INTTYPE - You can mention data type internally&lt;/P&gt;&lt;P&gt;simple example - qty field is printing in output,when you use condense ,it will not work,so use inttype is char then do the condense.&lt;/P&gt;&lt;P&gt;SELTEXT_M - Output text meduim - you can give ur owntext - medium is 20 charcter length&lt;/P&gt;&lt;P&gt;Ref_table Name - if you use reference table name - then it will get all referance table properties&lt;/P&gt;&lt;P&gt;Rep Text_ddic - if you use this one - you will get Database data element text.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 Jun 2007 20:48:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fieldcatalog-doubt/m-p/2379254#M527873</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-09T20:48:15Z</dc:date>
    </item>
    <item>
      <title>Re: Fieldcatalog Doubt!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fieldcatalog-doubt/m-p/2379255#M527874</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;see your 2nd thread.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 Jun 2007 22:29:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fieldcatalog-doubt/m-p/2379255#M527874</guid>
      <dc:creator>Clemenss</dc:creator>
      <dc:date>2007-06-09T22:29:17Z</dc:date>
    </item>
    <item>
      <title>Re: Fieldcatalog Doubt!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fieldcatalog-doubt/m-p/2379256#M527875</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please refer the below points&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Int Type &lt;/P&gt;&lt;P&gt;ABAP data type (C,D,N,...)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ref_table Name&lt;/P&gt;&lt;P&gt;Name of the DDIC reference structure&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sel_text _m&lt;/P&gt;&lt;P&gt;Column description in column selection for layout&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rep Text_ddic&lt;/P&gt;&lt;P&gt;Header (DDIC text of the corresponding data element&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 Jun 2007 22:45:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fieldcatalog-doubt/m-p/2379256#M527875</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-09T22:45:59Z</dc:date>
    </item>
  </channel>
</rss>

