Skip to content

Releases: SchwarzIT/sap-usi-logging-api

v1.13.0

04 Sep 07:59

Choose a tag to compare

System requirements

SAP_BASIS 740 SP 02

The version MIGHT(!) run on older releases as well, but that has not been tested.

Related issues

Issue Category Description
#38 Bugfix Logger can be created but not saved with initial Log Object / Subobject
#39 Enhancement Expose Grid-Functions in Structure-Container

v1.12.0

28 Feb 15:55
eb7084d

Choose a tag to compare

System requirements

SAP_BASIS 740 SP 02

The version MIGHT(!) run on older releases as well, but that has not been tested.

Related issues

Issue Description
#34 Unit Tests: Remove handling of unexpected exceptions

v1.11.0

27 Feb 18:47
c7d3585

Choose a tag to compare

System requirements

SAP_BASIS 740 SP 02

The version MIGHT(!) run on older releases as well, but that has not been tested.

Related issues

Issue Description
#31 Replace CL_AUNIT_ASSERT with CL_ABAP_UNIT_ASSERT

v1.10.0: Merge pull request #30 from SchwarzIT/3-display-unsaved-logs

27 Feb 13:59
6fe9cac

Choose a tag to compare

System requirements

SAP_BASIS 740 SP 02

The version MIGHT(!) run on older releases as well, but that has not been tested.

Related issues

Issue Description
#3 Display [unsaved] logs

v1.9.0

25 Feb 09:56
c76d678

Choose a tag to compare

System requirements

SAP_BASIS 740 SP 02

The version MIGHT(!) run on older releases as well, but that has not been tested.

Related issues

Issue Description
#22 ITAB-Container /USI/CL_BAL_DC_ITAB: Nested structures are not recognized

v1.8.0: Merge pull request #26 from SchwarzIT/Issue_16

23 Jan 16:12
019d46a

Choose a tag to compare

System requirements

SAP_BASIS 740 SP 02

The version MIGHT(!) run on older releases as well, but that has not been tested.

Related issues

Issue Description
#16 ITAB-Container /USI/CL_BAL_DC_ITAB: Support for Data References

v1.7.0

20 Dec 14:12
27cf936

Choose a tag to compare

System requirements

SAP_BASIS 740 SP 02

The version MIGHT(!) run on older releases as well, but that has not been tested.

Related issues

Issue Description
#17 ITAB-Container /USI/CL_BAL_DC_ITAB: Move ITAB-Normalization from CONSTRUCTOR to SERIALIZE
#24 ITAB-Container /USI/CL_BAL_DC_ITAB: Only 99 Columns displayed

v1.6.0

12 Mar 09:28

Choose a tag to compare

System requirements

SAP_BASIS 740 SP 02

The version MIGHT(!) run on older releases as well, but that has not been tested.

Related issues

Issue Description
#18 Structure-Container /USI/CL_BAL_DC_STRUCTURE: Includes and structured fields are not recognized
#19 Structure-Container /USI/CL_BAL_DC_STRUCTURE: Potential Loss of Data for deep structures
#20 Function module /USI/BAL_POPUP_MESSAGE_DETAILS - Data Containers missing in tree

v1.5.0

11 Apr 09:56

Choose a tag to compare

System requirements

SAP_BASIS 740 SP 02

The version MIGHT(!) run on older releases as well, but that has not been tested.

Related issues

Issue Description
#12 Documentation: Updated outdated comment
#13 Bugfix: Added data container /USI/CL_BAL_DC_STRUCTURE to package interfaces
#14 Refactoring: Removed usages of function module ABAP4_COMMIT_WORK
#15 Refactoring: Cleanup of demo report /USI/BAL_DEMO_02

v1.4.0

30 Jan 15:06
92fc3d4

Choose a tag to compare

System requirements

SAP_BASIS 740 SP 02

The version MIGHT(!) run on older releases as well, but that has not been tested.

Bugfixes

Improved error handling for transformation errors during data container serialization (Issue #10).

Malformed data e.g. in the itab container might cause exceptions when processing transformation ID to serialize container data.
The exceptions were neither caught, nor propagated, which eventually caused a short dump.

Exceptions are now handled properly, so that corrupted data containers will be ignored.
The Debug Mode can be used to analyze issues with missing data containers: https://github.com/SchwarzIT/sap-usi-logging-api/wiki/Enter-Debug-Mode

Enhancements

Added Structure Container /USI/CL_BAL_DC_STRUCTURE (Issue #9).

Please update customizing in table /USI/BAL_LV_DATA.
The default settings can be found in the installation guide: https://github.com/SchwarzIT/sap-usi-logging-api/wiki/Maintain-Basic-Customizing