SchwarzIT / sap-usi-logging-api

An easy-to-use, object-oriented encapsulation around the SAP application log (Transaction SLG1)
Apache License 2.0
23 stars 0 forks source link

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

Open NeumannJoerg opened 1 year ago

NeumannJoerg commented 1 year ago

The ITAB-Container currently supports structured or elementary line types.

#USI#CL_BAL_DC_ITAB - Missing DREF Support

Internal tables having a line type TYPE REF TO struct or TYPE REF TO data_element are currently NOT supported.

Dereferencing a data reference should at least be tried. If the reference is bound and the bound data object is compatible with the container, it should be logged.