Ansicht
Dokumentation

ABENOO_OBS_STRUCTURE_2 - OO OBS STRUCTURE 2

ABENOO_OBS_STRUCTURE_2 - OO OBS STRUCTURE 2

ROGBILLS - Synchronize billing plans   General Data in Customer Master  
This documentation is copyright by SAP AG.
SAP E-Book

No Obsolete Casting inFIELD-SYMBOLS

In ABAP Objects the STRUCTURE addition is not allowed in the FIELD-SYMBOLS statement.

In ABAP Objects, the following statement causes an error message:

FIELD-SYMBOLS <fs> STRUCTURE struc DEFAULT f.

Correct syntax:

FIELD-SYMBOLS <fs> TYPE|LIKE struc.

ASSIGN f TO <fs> CASTING.

Reason:

Field symbols defined with the STRUCTURE addition are a mixture of field symbols whose type is defined and a tool for casting on data types defined in the ABAP Dictionary or locally in the program. The types of field symbols are defined with the TYPE addition of the FIELD-SYMBOLS statement and the CASTING addition of the ASSIGN statement can be used for the casting.






General Material Data   Vendor Master (General Section)  
This documentation is copyright by SAP AG.

Length: 1194 Date: 20240424 Time: 113253     sap01-206 ( 25 ms )