ABAP Program for Creating an ALV Grid in 3 lines

Now you can create an ALV Grid very fast; you don’t need to define a layout, a fieldcatalog, a container and all the other small things we usually define in an ALV Grid. If we don’t need to finetune the ALV Grid and just want to display a list on the screen or to the printer, here is a very simple way to proceed.

ALV Grid Output

Continue Reading…

ABAP Program for ALV Grid, the OOPS way

The program below shows OOPS concept implementation in ALV. ALV is created inside the Custom Container, which acts as wrapper for ALV. For both ALV and Custom Container, Objects has been created from the respective classes.

Continue Reading…

Page 1 of 11