Ansicht
Dokumentation

ABENOO_OBS_HIDE_1 - OO OBS HIDE 1

ABENOO_OBS_HIDE_1 - OO OBS HIDE 1

CL_GUI_FRONTEND_SERVICES - Frontend Services   Fill RESBD Structure from EBP Component Structure  
This documentation is copyright by SAP AG.
SAP E-Book

Cannot Use Constants in the HIDE Area

In ABAP Objects and, as of release 7.0, ouside of classes, you can only write variables to the HIDEarea.

In ABAP Objects, the following statements acause an error message:

CONSTANTS f.

HIDE: '...', f.

Correct syntax:

DATA: f1, f2.

HIDE: f1, f2.

Cause:

Interactive list events cause the fields hidden by the HIDE command to be overwritten with values in the HIDE area, which means that they must be changeable.n.






TXBHW - Original Tax Base Amount in Local Currency   Fill RESBD Structure from EBP Component Structure  
This documentation is copyright by SAP AG.

Length: 728 Date: 20240426 Time: 073224     sap01-206 ( 15 ms )