ALV

Display company logo in the top of ALV report

This is a demo program which includes company logo in the top of SAP ALV report.View the following source code. *&———————————————————————* *& Report ZFM_ALV_LOGO *& *&———————————————————————* *& *& *&———————————————————————* REPORT ZFM_ALV_LOGO. DATA ITAB LIKE TABLE OF mara. TYPE-POOLS SLIS. ************DECLARATIONS********************************* DATA LIST_TOP TYPE SLIS_T_LISTHEADER. DATA LIST_LINE TYPE SLIS_LISTHEADER. DATA EVENTS TYPE SLIS_T_EVENT. DATA FORMNAME_E_USER_COMMAND TYPE […]