Displaying Icons in ALV Grid using ABAP

The following code adds an icon  (exclamation) to the ALV grid/list. It also includes the code for adding hot-spot to ALV column.

icons_in_alv

Continue Reading…

ABAP Program with Editable ALV Grid Contents

Using ALV Grid is always beneficial in terms operations and activities we can perform on the data. It even allow us to download data in various formats. But when compared to Table Control, its main disadvantage is, un-editable / read-only data.

Here is a simple program to make certain cells of an ALV grid control editable.

Editable Table Grid

Editable Table Grid

 

Continue Reading…

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…

Page 2 of 3123