sapdev logo background
sapdev logo sapdev logo
Comments

SAP OO OBS HIDE 1 documentation, setup help and example usage



Return to SAP documentation index


INCLUDE
ARTICLE

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 HIDE area.

  • 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.
    Documentation extract taken from SAP system, � Copyright SAP AG. All rights reserved




    OO_OBS_HEADER_LINE_1
    OO_OBS_IMPLICITE_TYPE_1




    comments powered by Disqus