Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

USING ALV_HIERSEQ_LIST_DISPLAY

Former Member
0 Likes
674

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...................

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
649

Hi

Check Below pgm in ur system...

Hope it will be helpful for you..

ERGP2300

Thanks

Praveen

5 REPLIES 5
Read only

Former Member
0 Likes
649

Hi ,

Have you generated the field catalog for the header and item table and specified that during the hierarchical FM call?

Regards,

Kiran

Read only

0 Likes
649

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'.

Read only

0 Likes
649

this simply means that your field catalog is not populated so plz try hardcoding that and see output

regards

vivek

Read only

Former Member
0 Likes
649

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

Read only

Former Member
0 Likes
650

Hi

Check Below pgm in ur system...

Hope it will be helpful for you..

ERGP2300

Thanks

Praveen