ALV, the Robotics way

ALV robot is intended to help the programmers in the programming of ALV reports.
Using a template and a couple of questions, it takes care of most of the typing needed to create the source code of the report.

ALV Robot

ALV Robot

Continue Reading…

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…

Add custom button onto ALV Grid in SAP

As an ABAPer, you must have thought of adding your custom button to the standard ALV Grid called in your custom program. Here are the steps for achieving this goal.

Custom button on ALV

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 2 of 212