Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ABAP-Logger/ABAP-Logger
ABAP Logging as painless as any other language
https://github.com/ABAP-Logger/ABAP-Logger
abap logger sap
Last synced: 6 days ago
JSON representation
ABAP Logging as painless as any other language
- Host: GitHub
- URL: https://github.com/ABAP-Logger/ABAP-Logger
- Owner: ABAP-Logger
- License: mit
- Created: 2014-09-11T20:47:00.000Z (about 10 years ago)
- Default Branch: main
- Last Pushed: 2024-06-26T10:45:49.000Z (5 months ago)
- Last Synced: 2024-11-11T22:35:55.637Z (7 days ago)
- Topics: abap, logger, sap
- Language: ABAP
- Size: 272 KB
- Stars: 342
- Watchers: 37
- Forks: 111
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- abap-florilegium - ABAP-Logger
README
# ABAP Logger
SAP Logging as painless as any other language.
ABAP Version: 702 or higher
See the [mission statement](docs/MISSION.md)
## Features
* Record message in [Application Log(BC-SRV-BAL)](https://help.sap.com/viewer/10a06f346c531014a346f3874a7621fd/7.0.38/en-US/4e21012c35d44180e10000000a15822b.html)
* Display message## Installation
- Install this project via [ABAPGit](http://abapgit.org).
**:warning: Migration Required :warning:**
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:
1. Uninstall Repository (see [Uninstall repository](https://docs.abapgit.org/guide-online-uninstall.html)).
2. Reinstall ABAP-Logger:
- online: see [Install Online Repo](https://docs.abapgit.org/guide-online-install.html).
- offline: see [Install Offline Repo](https://docs.abapgit.org/guide-offline-install.html).## Run Unit Tests
1. In transaction code `SLG0`, create for object `ABAPUNIT`.
2. Launch unit test with `Ctrl` + `Alt` + `F10`.