Ansicht
Dokumentation

ABENOO_OBS_CLEAR_WITH_NULL_1 - OO OBS CLEAR WITH NULL 1

ABENOO_OBS_CLEAR_WITH_NULL_1 - OO OBS CLEAR WITH NULL 1

SUBST_MERGE_LIST - merge external lists to one complete list with #if... logic for R3up   Addresses (Business Address Services)  
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.






RFUMSV00 - Advance Return for Tax on Sales/Purchases   ROGBILLS - Synchronize billing plans  
This documentation is copyright by SAP AG.

Length: 675 Date: 20240416 Time: 135822     sap01-206 ( 16 ms )