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: Only 99 Columns displayed #24

Open NeumannJoerg opened 1 month ago

NeumannJoerg commented 1 month ago

The ITAB Container /USI/CL_BAL_DC_ITAB will only display the first 99 columns of an internal table. That is due to a default behavior in the logic, that generates the field catalog - fields #100 and following are marked as invisible by default.

Since the container does not allow to change the layout, the columns cannot be made visible by the user in SLG1 and the data cannot be accessed.

Flags NO_OUT and TECH should be cleared for each line of the field catalog and the layout should be made accessible.