Displaying multiple ALV on the same and Dynamic ALV’s

BLOCK LIST ALV is is used to display multiple ALV`s on the same screen with blocks. List of Function Modules used for blocked list ALV REUSE_ALV_BLOCK_LIST_INIT: is used to initialize blocked list ALV. REUSE_ALV_BLOCK_LIST_APPEND: is used to add blocked list ALV’s(we can add multiple). REUSE_ALV_BLOCK_LIST_DISPLAY: is used to display blocked list ALV. Dynamic ALV's *&---------------------------------------------------------------------* *& Report ZALV_DYNAMIC_TABLE *& *&---------------------------------------------------------------------* … Continue reading Displaying multiple ALV on the same and Dynamic ALV’s