Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/olegbash599/nwincall
NetWeaver (ABAP) BYOL-http-service
https://github.com/olegbash599/nwincall
abap http-service
Last synced: 22 days ago
JSON representation
NetWeaver (ABAP) BYOL-http-service
- Host: GitHub
- URL: https://github.com/olegbash599/nwincall
- Owner: OlegBash599
- License: mit
- Created: 2023-05-28T16:19:47.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-05-30T10:24:34.000Z (over 1 year ago)
- Last Synced: 2024-10-11T02:23:49.286Z (3 months ago)
- Topics: abap, http-service
- Language: ABAP
- Homepage:
- Size: 32.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NWinCall
NetWeaver (ABAP) BYOL-http-service## Installation and prerequisites
1. Download package and install via abapGit
2. Also AnyTab Update Task should be installed (https://github.com/OlegBash599/AnyTabUpdateTask)
3. Assign authorization to user which create a http-request
4. Activate service **nwincall** via t-code SICF## Features
1. Posting Message to Cluster Data Table and Starting in async mode processing
2.## Customization
1. Table **ZTMLT001_HNDL** is for adding extra handlers. The key is HTTP-method and url.
2. Table **ZTMLT001_MSGPARS** is for adding additional parser for apost message processing.
3. Table **ZTMLT001_EVENTS** is for adding event processor. Usually message parsing could generate some event.