Ansicht
Dokumentation

ABENOO_OBS_CLEAR_WITH_NULL_2 - OO OBS CLEAR WITH NULL 2

ABENOO_OBS_CLEAR_WITH_NULL_2 - OO OBS CLEAR WITH NULL 2

RFUMSV00 - Advance Return for Tax on Sales/Purchases   rdisp/max_wprun_time - Maximum work process run time  
This documentation is copyright by SAP AG.
SAP E-Book

Cannot Use CLEAR WITH NULL

The statement CLEAR WITH NULL is not permitted in ABAP Objects.

Error message in ABAP Objects if the following syntax is used:

CLEAR f WITH NULL.

Correct syntax:

CONSTANTS hex(1) TYPE x VALUE IS INITIAL.
CLEAR f with hex.

Reason:

Initialization with an incompatible type must be avoided. If required, the statement CLEAR WITH NULL can be replaced by the above sequence of statements.






PERFORM Short Reference   SUBST_MERGE_LIST - merge external lists to one complete list with #if... logic for R3up  
This documentation is copyright by SAP AG.

Length: 675 Date: 20240419 Time: 211959     sap01-206 ( 17 ms )