Ansicht
Dokumentation

ABENOO_OBS_FIELD_SYMBOLS_1 - OO OBS FIELD SYMBOLS 1

ABENOO_OBS_FIELD_SYMBOLS_1 - OO OBS FIELD SYMBOLS 1

BAL_S_LOG - Application Log: Log header data   BAL_S_LOG - Application Log: Log header data  
This documentation is copyright by SAP AG.
SAP E-Book

No field symbols without type assignment

In ABAP Objects the addition TYPE in the statement FIELD-SYMBOLS is mandatory.

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

FIELD-SYMBOLS <fs>.

Correct syntax:

FIELD-SYMBOLS <fs> TYPE ANY.

Reason:

Like method interface parameters, field symbols must always have explicit type assignments.






CL_GUI_FRONTEND_SERVICES - Frontend Services   General Material Data  
This documentation is copyright by SAP AG.

Length: 607 Date: 20240420 Time: 164809     sap01-206 ( 11 ms )