-
Notifications
You must be signed in to change notification settings - Fork 0
Create Log Objects
Jörg Neumann edited this page May 4, 2022
·
2 revisions
Please create the following log objects and subobjects once after cloning the repository. This can be done in transaction SLG0.
This log object is used, whenever an invalid combination of log object and subobject is passed to the API. This fallback allows an error tolerant behavior. Instead of not creating a logger, returning an initial object reference or provoking a short dump, the API will provide a logger for the default object.
Type | Name | Short text |
---|---|---|
Log Object | /USI/BAL | Logging-API |
Sub Object | WRONG_API_CALLS | Wrong API Calls |
The log objects are used by the demo reports /USI/BAL_DEMO_01 and /USI/BAL_DEMO_02. They will not work properly, if these log objects do not exist.
Type | Name | Short text |
---|---|---|
Log Object | /USI/BAL_DEMO_01 | Logging API: Simple Demo |
Sub Object | RUN | Execute the demo |
Type | Name | Short text |
---|---|---|
Log Object | /USI/BAL_DEMO_02 | Logging API: Complex Demo |
Sub Object | CREATE_TASK | Create Task |
Sub Object | DELETE_TASK | Delete single Task |
Sub Object | DELETE_TASKS | Delete multiple tasks at once |
Sub Object | READ_TASK | Read Task |
Sub Object | READ_TASKS | Read Tasks |
Sub Object | UPDATE_TASK | Update Task |