Ansicht
Dokumentation

ABENOO_OBS_ON_CHANGE_1 - OO OBS ON CHANGE 1

ABENOO_OBS_ON_CHANGE_1 - OO OBS ON CHANGE 1

BAL_S_LOG - Application Log: Log header data   TXBHW - Original Tax Base Amount in Local Currency  
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.






CL_GUI_FRONTEND_SERVICES - Frontend Services   RFUMSV00 - Advance Return for Tax on Sales/Purchases  
This documentation is copyright by SAP AG.

Length: 837 Date: 20240329 Time: 032418     sap01-206 ( 17 ms )