<?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: alv in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/2857522#M669939</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;feildcatalog contains description of the list output feilds,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    usually a subset of the internal output table feilds&lt;/P&gt;&lt;P&gt; a feildcatalog is required for every alv list output to add desired functionality&lt;/P&gt;&lt;P&gt;&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;                            prasanth kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Sep 2007 10:29:45 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-09-19T10:29:45Z</dc:date>
    <item>
      <title>alv</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/2857518#M669935</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi guru's,&lt;/P&gt;&lt;P&gt;what is exact use of FM &lt;/P&gt;&lt;P&gt;   REUSE_ALV_FIELDCATALOG_MERGE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Sep 2007 10:16:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/2857518#M669935</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-19T10:16:42Z</dc:date>
    </item>
    <item>
      <title>Re: alv</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/2857519#M669936</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;FU REUSE_ALV_FIELDCATALOG_MERGE &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;____________________________________________________ &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Short Text &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create field catalog from dictionary structure or internal table &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Functionality &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Supports the creation of the field catalog for the ALV function modules &lt;/P&gt;&lt;P&gt;based either on a structure or table defined in the ABAP Data &lt;/P&gt;&lt;P&gt;Dictionary, or a program-internal table. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The program-internal table must either be in a TOP Include or its &lt;/P&gt;&lt;P&gt;Include must be specified explicitly in the interface. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The variant based on a program-internal table should only be used for &lt;/P&gt;&lt;P&gt;rapid prototyping since the following restrictions apply: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;o Performance is affected since the code of the table definition must &lt;/P&gt;&lt;P&gt;always be read and interpreted at runtime. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;o Dictionary references are only considered if the keywords LIKE or &lt;/P&gt;&lt;P&gt;INCLUDE STRUCTURE (not TYPE) are used. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the field catalog contains more than 90 fields, the first 90 fields &lt;/P&gt;&lt;P&gt;are output in the list by default whereas the remaining fields are only &lt;/P&gt;&lt;P&gt;available in the field selection. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the field catalog is passed with values, they are merged with the &lt;/P&gt;&lt;P&gt;'automatically' found information. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Parameters &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I_PROGRAM_NAME &lt;/P&gt;&lt;P&gt;I_INTERNAL_TABNAME &lt;/P&gt;&lt;P&gt;I_STRUCTURE_NAME &lt;/P&gt;&lt;P&gt;I_CLIENT_NEVER_DISPLAY &lt;/P&gt;&lt;P&gt;I_INCLNAME &lt;/P&gt;&lt;P&gt;I_BYPASSING_BUFFER &lt;/P&gt;&lt;P&gt;I_BUFFER_ACTIVE &lt;/P&gt;&lt;P&gt;CT_FIELDCAT &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Exceptions &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INCONSISTENT_INTERFACE &lt;/P&gt;&lt;P&gt;PROGRAM_ERROR &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Function Group &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SALV &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*************************************&lt;/P&gt;&lt;P&gt;The Function module documentation is as follows.&lt;/P&gt;&lt;P&gt;Supports the creation of the field catalog for the ALV function modules based either on a structure or table defined in the ABAP Data Dictionary, or a program-internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The program-internal table must either be in a TOP Include or its Include must be specified explicitly in the interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The variant based on a program-internal table should only be used for rapid prototyping since the following restrictions apply:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Performance is affected since the code of the table definition must always be read and interpreted at runtime.&lt;/P&gt;&lt;P&gt;Dictionary references are only considered if the keywords LIKE or INCLUDE STRUCTURE (not TYPE) are used.&lt;/P&gt;&lt;P&gt;If the field catalog contains more than 90 fields, the first 90 fields are output in the list by default whereas the remaining fields are only available in the field selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the field catalog is passed with values, they are merged with the 'automatically' found information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;***********************************************&lt;/P&gt;&lt;P&gt;Check this sample program:&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/fu015.htm" target="test_blank"&gt;http://www.sap-img.com/fu015.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/abap/reincarnation-of-reuse-alv-fieldcatalog-merge.htm" target="test_blank"&gt;http://www.sap-img.com/abap/reincarnation-of-reuse-alv-fieldcatalog-merge.htm&lt;/A&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;check these threads............&lt;/P&gt;&lt;P&gt;&lt;A href="https://forums.sdn.sap.com/click.jspa?searchID=1192539&amp;amp;messageID=2528136" target="test_blank"&gt;https://forums.sdn.sap.com/click.jspa?searchID=1192539&amp;amp;messageID=2528136&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://forums.sdn.sap.com/click.jspa?searchID=1192539&amp;amp;messageID=2827913" target="test_blank"&gt;https://forums.sdn.sap.com/click.jspa?searchID=1192539&amp;amp;messageID=2827913&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://forums.sdn.sap.com/click.jspa?searchID=1192539&amp;amp;messageID=1552643" target="test_blank"&gt;https://forums.sdn.sap.com/click.jspa?searchID=1192539&amp;amp;messageID=1552643&lt;/A&gt;&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;vasu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Sep 2007 10:21:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/2857519#M669936</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-19T10:21:50Z</dc:date>
    </item>
    <item>
      <title>Re: alv</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/2857520#M669937</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;this is basically used if you want to use any SE11 structure directly as your fieldcataloge.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in this case you need not make your fieldcataloge in the alv code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if useful&lt;/P&gt;&lt;P&gt;vivekanand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Sep 2007 10:23:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/2857520#M669937</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-19T10:23:51Z</dc:date>
    </item>
    <item>
      <title>Re: alv</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/2857521#M669938</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;This function module is used to generate the field catalog.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have to pass the internal table name to this function module with which you want to create field catalog and also if you defined that internal table in the include then pass the name of that include else report name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Functionality&lt;/P&gt;&lt;P&gt;Supports the creation of the field catalog for the ALV function modules based either on a structure or table defined in the ABAP Data Dictionary, or a program-internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The program-internal table must either be in a TOP Include or its Include must be specified explicitly in the interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The variant based on a program-internal table should only be used for rapid prototyping since the following restrictions apply:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Performance is affected since the code of the table definition must always be read and interpreted at runtime.&lt;/P&gt;&lt;P&gt;Dictionary references are only considered if the keywords LIKE or INCLUDE STRUCTURE (not TYPE) are used.&lt;/P&gt;&lt;P&gt;If the field catalog contains more than 90 fields, the first 90 fields are output in the list by default whereas the remaining fields are only available in the field selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the field catalog is passed with values, they are merged with the 'automatically' found information.&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;Reward point if useful...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Umesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Sep 2007 10:23:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/2857521#M669938</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-19T10:23:55Z</dc:date>
    </item>
    <item>
      <title>Re: alv</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/2857522#M669939</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;feildcatalog contains description of the list output feilds,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    usually a subset of the internal output table feilds&lt;/P&gt;&lt;P&gt; a feildcatalog is required for every alv list output to add desired functionality&lt;/P&gt;&lt;P&gt;&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;                            prasanth kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Sep 2007 10:29:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/2857522#M669939</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-19T10:29:45Z</dc:date>
    </item>
    <item>
      <title>Re: alv</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/2857523#M669940</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hai ,&lt;/P&gt;&lt;P&gt;       the main use of that FM is that it takes all the fields in the internal table to the field catlog.so if u want to display particular fields in the table it is not possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope it is usefull.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Sep 2007 10:34:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/2857523#M669940</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-19T10:34:49Z</dc:date>
    </item>
  </channel>
</rss>

