If you ever need to get a super class or all (global) sub-classes of a given ABAP (global) class, you can use the following approach Continue reading
Tag Archives: SAP
SAP Authorizations Basic Overview
This article contains the very basic info about implementing security in SAP / ABAP using Authorizations Continue reading
How to revert SAP Released transport task to Unreleased status
If you released a task of a transport by mistake and you want to re-open it back you can achieve this if you follow steps described in this short article Continue reading
Create new batch characteristics with values checked and suggested by a function module
In this example I’ll try to show you how to create new characteristics for a material batch. This will include the following steps:
- Creation of a function module to check characteristics value (optional)
- Creation of a function module to suggest characteristics value – search help (optional)
- Creation of new characteristics (CT04)
- Creation/modification of a class (CL02)
- Object/Class assignment to a class (CL24N or CL20N and OMS2 if necessary)
- Batch modification with our new characteristics (MCS2N)
How to maintain text IDs in SAP
If you want to create new text ID that will be available in SO10 transaction, then follow these easy steps below. Continue reading
ALV tutorial 10 – Pushbuttons and Hyperlinks in cells
Pushbuttons and hyperlinks in ALV fields Continue reading
ALV tutorial 09 – Dropdown lists
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