SAP Function VIEWCLUSTER_SET_EXCL_CUA_FUNCT - Viewcluster maint: Set dyn. deactiv. functions for an object

Parameter Reference Type Length Default Optional Text
OBJECT VCLSTRUC-OBJECT C 30 Object in viewcluster

Parameter Reference Length Optional Text
EXCL_CUA_FUNCT VIMEXCLFUN 23 Tab. of deactiv. interface functions

Exception Text
OBJECT_NOT_FOUND Edited viewcluster does not contain OBJECT
VIEWCLUSTER_NOT_ACTIVE Initial. Not yet performed for viewcluster

Functionality
View maintenance interface functions can be deactivated dynamically atViewcluster runtime for the object specified in the OBJECT parameter bycalling this function module.

Notes

  • This function module can be called at events in both the Viewcluster
  • maintenance and the View maintenance.
    • If the function module is called again for the same object in a
    • Viewcluster maintenance dialog, the functions to be excluded previouslyspecified for this object are overwritten.

      Description
      Viewcluster object for which the functions specified in parameterEXCL_CUA_FUNCT are to be dynamically deactivated.

      Description
      The table EXCL_CUA_FUNCT must contain all the functions which are notto be executable while editing the Viewcluster object in the OBJECTparameter. These functions are dynamically deactivated in the GUIinterface of the OBJECT object at runtime.
      The table must have the structure VIMEXCLFUN, as follows:
      FUNCTION(20) TYPE C -> contains the function code which is to be
      deactivated dynamically
      MESSAGE(3) TYPE C -> online help auxiliary field (not yet
      supported)