Posts

Hierarchical ALV Report

Image
Hierarchical ALV Report : It is used to display the header and corresponding item details in Hierarchical format. The standard Function Module 'REUSE_ALV_HIERSEQ_LIST_DISPLAY' used to display the header and corresponding item details. *&---------------------------------------------------------------------* *& Report ZVB_HIERA_ALV *&---------------------------------------------------------------------* *& *&---------------------------------------------------------------------* REPORT  zvb_hiera_alv . TABLES : ekko , ekpo . TYPE-POOLS :  slis . *Data Declarations TYPES :  BEGIN  OF  ty_ekko ,          ebeln   TYPE  ekko - ebeln ,          bukrs   TYPE  ekko - bukrs ,          aedat   TYPE  ekko - aedat ,       ...