ABAP Logger
SAP Logging as painless as any other language.
ABAP Version: 702 or higher
See the mission statement
Features
- Record message in Application Log(BC-SRV-BAL)
- Display message
Installation
- Install this project via ABAPGit.
On 2021, February 28 the folder logic was changed, and the abapGit may not able to perform this migration automatically. Therefore, you may need to follow the following steps:
- Uninstall Repository (see Uninstall repository).
- Reinstall ABAP-Logger (see:
- online: see Install Online Repo.
- offline: see Install Offline Repo.
Run Unit Tests
- In transaction code SLG0, create the Subobject
LOGGER
for ObjectABAPUNIT
. - Launch unit test with
Ctrl
+Alt
+F10