<?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: Exist Optional parameter for field catalog ? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/exist-optional-parameter-for-field-catalog/m-p/7951979#M1601919</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 field &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;TECH = 'X'&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the field wont be dispayed in ALV itself.&lt;/P&gt;&lt;P&gt;But better use seperate structure for specific purpose.&lt;/P&gt;&lt;P&gt;then use FM REUSE_ALV_FIELDCATALOG_MERGE or LVC_FIELDCATALOG_MERGE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 10 Jun 2011 09:58:57 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-06-10T09:58:57Z</dc:date>
    <item>
      <title>Exist Optional parameter for field catalog ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exist-optional-parameter-for-field-catalog/m-p/7951978#M1601918</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;        Can I pass the optional parameter for field catalog. I mean I use only one field catalog setting for many grids. I don't want to fill SPACE for blank field for the last parameter. &lt;/P&gt;&lt;P&gt;        Please tell me ABAP has a function like I said which exist in Ms.Visual Studio.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        Thank you very much.&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;TRA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jun 2011 09:49:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exist-optional-parameter-for-field-catalog/m-p/7951978#M1601918</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-06-10T09:49:39Z</dc:date>
    </item>
    <item>
      <title>Re: Exist Optional parameter for field catalog ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exist-optional-parameter-for-field-catalog/m-p/7951979#M1601919</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 field &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;TECH = 'X'&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the field wont be dispayed in ALV itself.&lt;/P&gt;&lt;P&gt;But better use seperate structure for specific purpose.&lt;/P&gt;&lt;P&gt;then use FM REUSE_ALV_FIELDCATALOG_MERGE or LVC_FIELDCATALOG_MERGE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jun 2011 09:58:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exist-optional-parameter-for-field-catalog/m-p/7951979#M1601919</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-06-10T09:58:57Z</dc:date>
    </item>
    <item>
      <title>Re: Exist Optional parameter for field catalog ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exist-optional-parameter-for-field-catalog/m-p/7951980#M1601920</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Ravi,&lt;/P&gt;&lt;P&gt;                &lt;/P&gt;&lt;P&gt;                Thanks for your quick reply.&lt;/P&gt;&lt;P&gt;                I don't mean no output in output screen.&lt;/P&gt;&lt;P&gt;               We need to write all parameter value when calling field catalog setting form. But I don't want to write last 2 parameter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;                for example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;                Add_FieldCat form has 5 things.(REF_TABLE, FIELDNAME,COL_POS,KEY,EDIT)&lt;/P&gt;&lt;P&gt;               I called this form for 2 alv grid.&lt;/P&gt;&lt;P&gt;              for 1st Grid,&lt;/P&gt;&lt;P&gt;                              All 5 parameters is passed to the Add_FieldCat Form.&lt;/P&gt;&lt;P&gt;               for 2nd Grid,&lt;/P&gt;&lt;P&gt;                             Only first 3 parameters is passed to the Add_FieldCat Form.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In Visual Basic, &lt;/P&gt;&lt;P&gt;              We use "optional" keyword for this kind of parameter passing. Thus, in ABAP, can I use lke that for parameter passing.&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;TRA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jun 2011 10:34:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exist-optional-parameter-for-field-catalog/m-p/7951980#M1601920</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-06-10T10:34:32Z</dc:date>
    </item>
    <item>
      <title>Re: Exist Optional parameter for field catalog ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exist-optional-parameter-for-field-catalog/m-p/7951981#M1601921</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;If i understand requirement correctly , in the second grid you can simply omit the fields which you dont want. there wont be any syntax issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; if you want to write all fields and , if you dont want to display some fileds then you can use &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;FIELDCAT-TECH = 'X'&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;  only for those fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jun 2011 10:42:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exist-optional-parameter-for-field-catalog/m-p/7951981#M1601921</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-06-10T10:42:44Z</dc:date>
    </item>
  </channel>
</rss>

