No Image

What is SAP ALV?

January 29, 2012 v 5

ALV stands for ABAP List Viewer. ALV gives us a standard List format and user interface to all our ABAP reports. ALV is created by a set of standard function modules provided by SAP.

No Image

ABAP Include Program

January 11, 2012 v 0

Include programs allow you to use the same source code in different programs. They are mainly used for modularizing source code and have no parameter interface.

No Image

ABAP Macros

January 2, 2012 v 0

If we want to reuse the same set of statements more than once in a program, we can include them in a macro.