Category SAP

How to display ALV in SAP ABAP?

I am sharing here a code snippet, which is an example program showing how to display table data as ALV in ABAP. This is a very simple application showcasing three approaches to creating ALV: Using REUSE_ALV_GRID_DISPLAY function module Using CL_GUI_ALV_GRID…

How to debug F110 transaction in SAP

I found an interesting article on how to debug F110 tcode. It was useful when I was trying to find out why White List check for Poland was not being triggered (function module OVL_PL_F110_WHITE_LIST_CHECK, method CL_OVF_BP_CHECK=>VALIDATE_BP_PLWL). Keywords: Automatic payment run…