ALV tutorial 03 – ICON column

SAPIn 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

SAPIn 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

Add leading spaces to a string in ABAP

SAP

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

SAP

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.

Continue reading