SAP NetWeaver AS ABAP Release 740, ©Copyright 2014 SAP AG. All rights reserved.
ABAP Keyword Documentation → ABAP − Short Reference →
CLEAR - Short Reference
Syntax
CLEAR dobj [ {WITH val [IN {CHARACTER|BYTE} MODE]}
| {WITH NULL} ].
Effect
Initializes a data object dobj by assigning an appropriately typed initial value.
Additions