Ansicht
Dokumentation

ABENOO_OBS_ON_CHANGE_2 - OO OBS ON CHANGE 2

ABENOO_OBS_ON_CHANGE_2 - OO OBS ON CHANGE 2

Vendor Master (General Section)   ABAP Short Reference  
This documentation is copyright by SAP AG.
SAP E-Book

ON CHANGE OF - ENDON not Permitted

The pseudo control structure ON CHANGE OF - ENDON is not permitted in ABAP Objects.

ABAP Objects error message at:

ON CHANGE OF f.
  ...
ENDON.

Correct syntax:

DATA g LIKE f.

IF f <> g.
  ...
  g = f.
ENDIF.

Reason:

The system internally creates a global invisible auxiliary field which cannot be controlled by the program. You are recommended to declare your own auxiliary field and process it with the IF control structure.






PERFORM Short Reference   TXBHW - Original Tax Base Amount in Local Currency  
This documentation is copyright by SAP AG.

Length: 837 Date: 20240418 Time: 210633     sap01-206 ( 21 ms )