Example of setting an ALV column as dropdown listbox. Continue reading
ALV tutorial 08 – coloring cells
Example of coloring single cells in ALV grid Continue reading
ALV tutorial 07 – coloring rows
Example of coloring whole rows in ALV Continue reading
ALV tutorial 05 – Handling events
Example of event handling in ALV Continue reading
ALV tutorial 04 – 2 grids in splitscreen
Display two grids in split screen mode Continue reading
ALV tutorial 03 – ICON column
In this example I’ll show how to add a column which will hold a user defined icon to the ALV grid. Continue reading
ALV tutorial 02 – PF-STATUS, GUI title and exception lights
In this step we’ll customize our ALV with custom PF-STATUS (buttons, menu, …), GUI title and we’ll also add a column with exception lights (Red/Yellow/Green) Continue reading
ALV tutorial 01 – Basic ALV
In this first step we’ll create the core of ALV – just grab some data and display it in form of ALV grid Continue reading
Add leading spaces to a string in ABAP
If you have a requirement where some strings need to be aligned at some column and these strings have a common label so the output is two columns where the label is in the first column, values in the second, you can use the following piece of code as an example to create such list. Continue reading
Automatic assignment of INCMD groups to models in APO
It is possible to maintain interchangeability groups in APO manually with transaction /INCMD/UI but this is not practical in case we would like to automate some actions like assignment of INCMD groups to models.