Hi,
pls see below.
CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE'
EXPORTING
i_program_name = w_repid
i_internal_tabname = p_tabname
i_client_never_display = 'X'
i_inclname = w_repid
CHANGING
ct_fieldcat = t_fieldcat
EXCEPTIONS
inconsistent_interface = 1
program_error = 2
OTHERS = 3.
I've declared everything report name table name and this field contain values and declared t_fieldcat.
bu the t_fieldcat is not getting populated with the fields.its simply returning balnk.
could anyone resolve?
Thanks in Adv,
Ponraj.s.