<?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: USING ALV_HIERSEQ_LIST_DISPLAY in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-alv-hierseq-list-display/m-p/3481790#M837057</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;  Have you generated the field catalog for the header and item table and specified that during the hierarchical FM call?&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kiran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 05 Mar 2008 07:41:19 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-03-05T07:41:19Z</dc:date>
    <item>
      <title>USING ALV_HIERSEQ_LIST_DISPLAY</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-alv-hierseq-list-display/m-p/3481789#M837056</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;      I am using function 'alv_hierseq_list_display' to display my list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have two internal tables for header &amp;amp; item, whose structures have been declared in the data dictionary. i am passing the internal table names and the table contents in the parameters   'I_TABNAME_ ' &amp;amp; TABLES  'T_OUTTAB_ ' respectively. In the field 'IS_KEYINFO' , i have passed a data of TYPE 'SLIS_KEYINFO_ALV ' with common field name&lt;/P&gt;&lt;P&gt;in the header and item.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when i am running my report it is showing :  &lt;STRONG&gt;'Field Catalog not found'.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please help...................&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Mar 2008 07:21:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-alv-hierseq-list-display/m-p/3481789#M837056</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-05T07:21:48Z</dc:date>
    </item>
    <item>
      <title>Re: USING ALV_HIERSEQ_LIST_DISPLAY</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-alv-hierseq-list-display/m-p/3481790#M837057</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;  Have you generated the field catalog for the header and item table and specified that during the hierarchical FM call?&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kiran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Mar 2008 07:41:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-alv-hierseq-list-display/m-p/3481790#M837057</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-05T07:41:19Z</dc:date>
    </item>
    <item>
      <title>Re: USING ALV_HIERSEQ_LIST_DISPLAY</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-alv-hierseq-list-display/m-p/3481791#M837058</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi expert,&lt;/P&gt;&lt;P&gt;              yes i have given the field catalog which i obtained from &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'reuse_alv_fieldcatalog_merge' by passing the itab structure. it is giving me a short dump telling that the program tried to access a field symbol which was still 'initial'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Mar 2008 08:40:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-alv-hierseq-list-display/m-p/3481791#M837058</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-05T08:40:40Z</dc:date>
    </item>
    <item>
      <title>Re: USING ALV_HIERSEQ_LIST_DISPLAY</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-alv-hierseq-list-display/m-p/3481792#M837059</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this simply means that your field catalog is not populated so plz try hardcoding that and see output&lt;/P&gt;&lt;P&gt;regards &lt;/P&gt;&lt;P&gt;vivek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Mar 2008 08:43:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-alv-hierseq-list-display/m-p/3481792#M837059</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-05T08:43:30Z</dc:date>
    </item>
    <item>
      <title>Re: USING ALV_HIERSEQ_LIST_DISPLAY</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-alv-hierseq-list-display/m-p/3481793#M837060</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try building a field catalog by hardcoding or try to sort out the issue with fieldcatalog_merge FM by debugging.Only if you have a complete fieldcatalog for both item and header, you will be able to display it in hierarchical format.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kiran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Mar 2008 08:56:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-alv-hierseq-list-display/m-p/3481793#M837060</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-05T08:56:47Z</dc:date>
    </item>
    <item>
      <title>Re: USING ALV_HIERSEQ_LIST_DISPLAY</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-alv-hierseq-list-display/m-p/3481794#M837061</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 Below pgm in ur system...&lt;/P&gt;&lt;P&gt;Hope it will be helpful for you..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ERGP2300&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Praveen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Mar 2008 09:07:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-alv-hierseq-list-display/m-p/3481794#M837061</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-05T09:07:22Z</dc:date>
    </item>
  </channel>
</rss>

