LUW

LUW

Logical unit of work (LUW) in SAP: The objective of this document is aimed at explaining the concept of logical unit of work in SAP. I assume that this will be a good read for my fellow readers.   Why logical units of work? The main purpose...

Read more

Refresh ALV

FORM refresh_alv. DATA go_gui_alv_grid TYPE REF TO cl_gui_alv_grid. * Get the current grid control instance CALL FUNCTION ‘GET_GLOBALS_FROM_SLVC_FULLSCR’ IMPORTING e_grid = go_gui_alv_grid...

Read more