Skip to Content
0
Former Member
Sep 01, 2007 at 01:01 PM

REUSE_ALV_FIELDCATALOG_MERGE

152 Views

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.