Application Development 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: 

REUSE_ALV_HIERSEQ_LIST_DISPLAY - is_keyinfo is limited to 5

Former Member
0 Kudos

Hi all,

I need to pass 7 keys to the keyinfo structure of the ALV HIERSEQ LIST. But the structure is limited only to 5. How can i pass the rest 2 key field to it.

*--- Structure for key information

types: begin of slis_keyinfo_alv,

header01 type slis_fieldname,

item01 type slis_fieldname,

header02 type slis_fieldname,

item02 type slis_fieldname,

header03 type slis_fieldname,

item03 type slis_fieldname,

header04 type slis_fieldname,

item04 type slis_fieldname,

header05 type slis_fieldname,

item05 type slis_fieldname,

end of slis_keyinfo_alv.

Thanks,

1 REPLY 1

Former Member
0 Kudos

any help pls