Skip to Content
0
Former Member
Apr 27, 2009 at 11:17 AM

Dump in Hierarchical ALV list output

94 Views

Hi Experts,

I am creating a hierarchical ALV list output, inwhich I am getting a dump of standard program, which says that I have to unassign the field symbol values.

CALL FUNCTION 'REUSE_ALV_HIERSEQ_LIST_DISPLAY'

EXPORTING

IT_FIELDCAT = t_fcat

i_tabname_header = hd

i_tabname_item = it

is_keyinfo = l_keyinfo

tables

t_outtab_header = t_ucnum

t_outtab_item = t_effort .

Thanks in advance,

Venkat