<?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 Field catalog in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-catalog/m-p/2215892#M475096</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;can anyone explaain...&lt;/P&gt;&lt;P&gt;1)  is there any difference between &lt;/P&gt;&lt;P&gt;     Fieldcatalog and Fieldcatalog Merge or both are same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) in Fieldcatalog, apart from Field name , SELTEXT_L , How amny parameters that we can pass??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vijay.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 23 Apr 2007 06:45:42 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-04-23T06:45:42Z</dc:date>
    <item>
      <title>Field catalog</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-catalog/m-p/2215892#M475096</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;can anyone explaain...&lt;/P&gt;&lt;P&gt;1)  is there any difference between &lt;/P&gt;&lt;P&gt;     Fieldcatalog and Fieldcatalog Merge or both are same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) in Fieldcatalog, apart from Field name , SELTEXT_L , How amny parameters that we can pass??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vijay.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Apr 2007 06:45:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/field-catalog/m-p/2215892#M475096</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-23T06:45:42Z</dc:date>
    </item>
    <item>
      <title>Re: Field catalog</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-catalog/m-p/2215893#M475097</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;Check the structure  SLIS_T_FIELDCAT_ALV&lt;/P&gt;&lt;P&gt; for knowing all the fields that can be passed .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) is there any difference between &lt;/P&gt;&lt;P&gt;Fieldcatalog and Fieldcatalog Merge or both are same.&lt;/P&gt;&lt;P&gt;- If u want to create ur own field catalog completely then only this is use.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But suppose u want to use a standard structure and some more ur own fields , then instead of defining all fields in new catalog, we merge the standard structure with our own fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sonika&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Sonika Ahuja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Apr 2007 06:54:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/field-catalog/m-p/2215893#M475097</guid>
      <dc:creator>former_member632991</dc:creator>
      <dc:date>2007-04-23T06:54:40Z</dc:date>
    </item>
    <item>
      <title>Re: Field catalog</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-catalog/m-p/2215894#M475098</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;2) In fieldcat, u can pass as many parameters as defined in the SLIS_FIELDCAT_MAIN0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U CAN DEFINE ALL THESE PARAMETERS,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;         row_pos        like sy-curow, " output in row&lt;/P&gt;&lt;P&gt;         col_pos        like sy-cucol, " position of the column&lt;/P&gt;&lt;P&gt;         fieldname      type slis_fieldname,&lt;/P&gt;&lt;P&gt;         tabname        type slis_tabname,&lt;/P&gt;&lt;P&gt;         currency(5)    type c,&lt;/P&gt;&lt;P&gt;         cfieldname     type slis_fieldname, " field with currency unit&lt;/P&gt;&lt;P&gt;         ctabname       type slis_tabname,   " and table&lt;/P&gt;&lt;P&gt;         ifieldname     type slis_fieldname, " initial column&lt;/P&gt;&lt;P&gt;         quantity(3)    type c,&lt;/P&gt;&lt;P&gt;         qfieldname     type slis_fieldname, " field with quantity unit&lt;/P&gt;&lt;P&gt;         qtabname       type slis_tabname,   " and table&lt;/P&gt;&lt;P&gt;         round          type i,        " round in write statement&lt;/P&gt;&lt;P&gt;         exponent(3)       type c,     " exponent for floats&lt;/P&gt;&lt;P&gt;         key(1)         type c,        " column with key-color&lt;/P&gt;&lt;P&gt;         icon(1)        type c,        " as icon&lt;/P&gt;&lt;P&gt;         symbol(1)      type c,        " as symbol&lt;/P&gt;&lt;P&gt;         checkbox(1)    type c,        " as checkbox&lt;/P&gt;&lt;P&gt;         just(1)        type c,        " (R)ight (L)eft (C)ent.&lt;/P&gt;&lt;P&gt;         lzero(1)       type c,        " leading zero&lt;/P&gt;&lt;P&gt;         no_sign(1)     type c,        " write no-sign&lt;/P&gt;&lt;P&gt;         no_zero(1)     type c,        " write no-zero&lt;/P&gt;&lt;P&gt;         no_convext(1)  type c,&lt;/P&gt;&lt;P&gt;         edit_mask      type slis_edit_mask,                "&lt;/P&gt;&lt;P&gt;         emphasize(4)   type c,        " emphasize&lt;/P&gt;&lt;P&gt;         fix_column(1)   type c,       " Spalte fixieren&lt;/P&gt;&lt;P&gt;         do_sum(1)      type c,        " sum up&lt;/P&gt;&lt;P&gt;         no_out(1)      type c,        " (O)blig.(X)no out&lt;/P&gt;&lt;P&gt;         tech(1)        type c,        " technical field&lt;/P&gt;&lt;P&gt;         outputlen      like dd03p-outputlen,&lt;/P&gt;&lt;P&gt;         offset         type dd03p-outputlen,     " offset&lt;/P&gt;&lt;P&gt;         seltext_l      like dd03p-scrtext_l, " long key word&lt;/P&gt;&lt;P&gt;         seltext_m      like dd03p-scrtext_m, " middle key word&lt;/P&gt;&lt;P&gt;         seltext_s      like dd03p-scrtext_s, " short key word&lt;/P&gt;&lt;P&gt;         ddictxt(1)     type c,        " (S)hort (M)iddle (L)ong&lt;/P&gt;&lt;P&gt;         rollname       like dd03p-rollname,&lt;/P&gt;&lt;P&gt;         datatype       like dd03p-datatype,&lt;/P&gt;&lt;P&gt;         inttype        like dd03p-inttype,&lt;/P&gt;&lt;P&gt;         intlen         like dd03p-intlen,&lt;/P&gt;&lt;P&gt;         lowercase      like dd03p-lowercase,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;Reward points if helpful,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;shreya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Apr 2007 07:44:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/field-catalog/m-p/2215894#M475098</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-23T07:44:37Z</dc:date>
    </item>
  </channel>
</rss>

