Quantcast
Channel: SCN : Unanswered Discussions - ABAP Development
Viewing all articles
Browse latest Browse all 8768

REUSE_ALV_HIERSEQ_LIST_DISPLAY

$
0
0

Hi,

 

How to use FM "REUSE_ALV_HIERSEQ_LIST_DISPLAY" with dynamic internal table...?

 

CALL FUNCTION 'REUSE_ALV_HIERSEQ_LIST_DISPLAY'

     EXPORTING

       i_callback_program = sy-repid

       is_layout                = alv_layout

       it_fieldcat               = gt_final_fieldcat

       i_tabname_header   = 'GT_HEAD1_FIELD'

       i_tabname_item       = <gfs_dyn_table>.

       is_keyinfo               = key

     TABLES

       t_outtab_header       = gt_head1_field

       t_outtab_item          = <gfs_dyn_table>.

 

I have used dynamic table <gfs_dyn_table> but when i passed to i_tabname_item it gives dump.

 

Pls help.


Viewing all articles
Browse latest Browse all 8768

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>