<?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 Grid Fieldcat generated from DB structure in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/grid-fieldcat-generated-from-db-structure/m-p/3398286#M815943</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there. I've got a question. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there some function that allows me to create a grid field catalog which would be like some database structure or database table?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 22 Feb 2008 15:15:23 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-02-22T15:15:23Z</dc:date>
    <item>
      <title>Grid Fieldcat generated from DB structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/grid-fieldcat-generated-from-db-structure/m-p/3398286#M815943</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there. I've got a question. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there some function that allows me to create a grid field catalog which would be like some database structure or database table?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Feb 2008 15:15:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/grid-fieldcat-generated-from-db-structure/m-p/3398286#M815943</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-22T15:15:23Z</dc:date>
    </item>
    <item>
      <title>Re: Grid Fieldcat generated from DB structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/grid-fieldcat-generated-from-db-structure/m-p/3398287#M815944</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;REUSE_ALV_FIELDCATALOG_MERGE&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greetings,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Blag.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Feb 2008 15:16:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/grid-fieldcat-generated-from-db-structure/m-p/3398287#M815944</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-22T15:16:38Z</dc:date>
    </item>
    <item>
      <title>Re: Grid Fieldcat generated from DB structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/grid-fieldcat-generated-from-db-structure/m-p/3398288#M815945</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 FM &lt;STRONG&gt;REUSE_ALV_FIELDCATALOG_MERGE&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Text&lt;/STRONG&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;&lt;STRONG&gt;Functionality&lt;/STRONG&gt;&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;STRONG&gt;Parameters&lt;/STRONG&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;&lt;STRONG&gt;Exceptions&lt;/STRONG&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;Thanks,&lt;/P&gt;&lt;P&gt;Sriram Ponna.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Feb 2008 15:31:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/grid-fieldcat-generated-from-db-structure/m-p/3398288#M815945</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-22T15:31:41Z</dc:date>
    </item>
  </channel>
</rss>

