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)
|