Ansicht
Dokumentation

ABENOO_OBS_FIELD_SYMBOLS_2 - OO OBS FIELD SYMBOLS 2

ABENOO_OBS_FIELD_SYMBOLS_2 - OO OBS FIELD SYMBOLS 2

ABAP Short Reference   ABAP Short Reference  
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.






Fill RESBD Structure from EBP Component Structure   General Material Data  
This documentation is copyright by SAP AG.

Length: 607 Date: 20240328 Time: 185349     sap01-206 ( 15 ms )