‎2008 Mar 05 7:21 AM
Hi,
I am using function 'alv_hierseq_list_display' to display my list.
I have two internal tables for header & 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_ ' & TABLES 'T_OUTTAB_ ' respectively. In the field 'IS_KEYINFO' , i have passed a data of TYPE 'SLIS_KEYINFO_ALV ' with common field name
in the header and item.
But when i am running my report it is showing : 'Field Catalog not found'.
please help...................
‎2008 Mar 05 9:07 AM
Hi
Check Below pgm in ur system...
Hope it will be helpful for you..
ERGP2300
Thanks
Praveen
‎2008 Mar 05 7:41 AM
Hi ,
Have you generated the field catalog for the header and item table and specified that during the hierarchical FM call?
Regards,
Kiran
‎2008 Mar 05 8:40 AM
Hi expert,
yes i have given the field catalog which i obtained from
'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'.
‎2008 Mar 05 8:43 AM
this simply means that your field catalog is not populated so plz try hardcoding that and see output
regards
vivek
‎2008 Mar 05 8:56 AM
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.
Regards,
Kiran
‎2008 Mar 05 9:07 AM
Hi
Check Below pgm in ur system...
Hope it will be helpful for you..
ERGP2300
Thanks
Praveen