Ansicht
Dokumentation

ABENOO_OBS_HIDE_2 - OO OBS HIDE 2

ABENOO_OBS_HIDE_2 - OO OBS HIDE 2

PERFORM Short Reference   General Data in Customer Master  
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.






CL_GUI_FRONTEND_SERVICES - Frontend Services   rdisp/max_wprun_time - Maximum work process run time  
This documentation is copyright by SAP AG.

Length: 728 Date: 20240418 Time: 204040     sap01-206 ( 21 ms )