Generate fieldcat for ALV classic style grid
There are many approaches possible, to create or generate field catalog for ALV classic style grid. Consider following program. It […]
Generate fieldcat for ALV classic style grid Read Post »
There are many approaches possible, to create or generate field catalog for ALV classic style grid. Consider following program. It […]
Generate fieldcat for ALV classic style grid Read Post »
I prefer to use local, instead of global variables in my programs. It’s sometimes difficult to manage it between various
Reference on the local internal table from event handler in object oriented ALV Read Post »
See the following two examples to refresh ALV classic style grid after edit without pressing ENTER. Example 1 – automatically
It’s easy to develop an editable popup using ALV classic style. Just instead of function module REUSE_ALV_POPUP_TO_SELECT use REUSE_ALV_GRID_DISPLAY. It
ALV editable popup based on classic style REUSE_ALV_GRID_DISPLAY function module Read Post »
The ALV based on class CL_SALV_TABLE fires fewer events than ALV based on CL_GUI_ALV_GRID. The class CL_SALV_TABLE doesn’t support editable
Events in the object oriented ALV based on class CL_SALV_TABLE Read Post »
There are a lot of events fired in the object oriented ALV based on class CL_GUI_ALV_GRID. You can receive them
Events in the object oriented ALV based on class CL_GUI_ALV_GRID Read Post »
There are some colors in ALV possible. You can combine them with attributes for intensification and inversion to get a
ALV color palette – example based on class CL_SALV_TABLE Read Post »
This is sample ALV popup based on REUSE_ALV_POPUP_TO_SELECT function module (classic style). It includes only buttons for ENTER and CANCEL
ALV popup based on classic style REUSE_ALV_POPUP_TO_SELECT function module Read Post »
This is sample ALV popup based on class CL_SALV_TABLE. It uses gui status from the standard program SAPLKKBL, which includes
ALV popup based on class CL_SALV_TABLE Read Post »
Do not use explicit or implicit commit in the SELECT … ENDSELECT statement, the database cursor will be lost and
Commit Work in SELECT statement Read Post »