Skip to Content
0
Former Member
Jul 06, 2009 at 06:55 PM

regardind FM 'GET_COMPONENT_LIST'

1142 Views

Hi ,

This FM works fine for an internal table.

CALL FUNCTION 'GET_COMPONENT_LIST'

EXPORTING

program = sy-repid

fieldname = 'ITAB'

TABLES

components = components.

But when using a dynamic internal table , it does not give any output, any comments?

CALL FUNCTION 'GET_COMPONENT_LIST'

EXPORTING

program = sy-repid

fieldname = '<DYN_TAB>'

TABLES

components = components.

Regards,

Harshit Rungta