Parameter | Reference | Type | Length | Default | Optional | Text |
---|---|---|---|---|---|---|
CORR_NUMBER | E070-TRKORR | C | 20 | ' ' | X | Correction Number for Changes Made |
MAINTENANCE_ACTION | 0 | Action (Display/Change/Transport: S/U/T/C) | ||||
NO_WARNING_FOR_CLIENTINDEP | 0 | ' ' | X | Flag: No Warning for Cross-Client Objects | ||
READ_KIND | 0 | ' ' | X | Read Type (Complete/Subtree:' '/T) | ||
RFC_DESTINATION | RFCDES-RFCDEST | C | 32 | ' ' | X | |
SHOW_SELECTION_POPUP | 0 | ' ' | X | Flag: Display Selection Conditions Dialog Box | ||
START_OBJECT | VCLSTRUC-OBJECT | C | 30 | ' ' | X | Initial Object in View Cluster |
SUPPRESS_WA_POPUP | XFELD | C | 1 | SPACE | X | Flag: Check Whether Maintenance is Allowed |
VIEWCLUSTER_NAME | VCLDIR-VCLNAME | C | 30 | View Cluster Name |
Parameter | Reference | Length | Optional | Text |
---|---|---|---|---|
DBA_SELLIST | VIMSELLIST | 712 | X | Selection Conditions Only for Initial Object |
DBA_SELLIST_CLUSTER | VCLTY_SELLIST_TABLE | 0 | X | Selection Conditions for Any Objects |
DPL_SELLIST_FOR_START_OBJECT | VIMSELLIST | 712 | X | Initial Object Display Selections |
EXCL_CUA_FUNCT_ALL_OBJECTS | VIMEXCLFUN | 23 | X | GUI Functions to be Deactivated for All Objects |
EXCL_CUA_FUNCT_CLUSTER | VCLTY_EXCLFUNCT_TABLE | 0 | X | GUI Functions to be Deactivated for Any Objects |
Exception | Text |
---|---|
CLIENT_REFERENCE | Object Chained in Another Client |
FOREIGN_LOCK | Object is Locked by Another User |
INVALID_ACTION | MAINTENANCE_ACTION Contains Invalid Value |
MISSING_CORR_NUMBER | Correction Number Missing |
MISSING_GENERATED_FUNCTION | Generated View maintenance Modules Missing |
NO_CLIENTINDEP_AUTH | No Maint. Auth. for Client-Indep. Objects |
NO_SHOW_AUTH | No Display Authorization |
NO_TVDIR_ENTRY | Object Not in TVDIR |
NO_UPD_AUTH | No Maintenance Authorization |
OBJECT_NOT_FOUND | Object Not Found in DDIC |
SAVING_CORRECTION_FAILED | Correction Entries Save Error |
SYSTEM_FAILURE | System Locking Error |
UNKNOWN_FIELD_IN_DBA_SELLIST | Selection Table Contains Unknown Fields |
VIEWCLUSTER_IS_INCONSISTENT | View Cluster Definition is Inconsistent |
VIEWCLUSTER_NOT_FOUND | View Cluster Does Not Exist |
Functionality Notes Description Description
Default Description Value range Default Description All Viewcluster object data is read in immediately at the start ofViewcluster maintenence. At first, only the data of objects which depend on the initial objectare read in. The data of other root objects (objects with nopredecessor) and their dependent objects are read in as required, bysubtree. If a Viewcluster has several root objects, READ_KIND = 'T' improvesperformance at the start of Viewcluster maintenance. For Viewclusters with only one root object this parameter makes nodifference. Default Description Default Description Value range Default Description Field name Contents NEGATION NOT, if the condition is to be negated SPACE otherwise VIEWFIELD Name of the field to which the condition applies OPERATOR logical operator of the condition (e.g. 'EQ', 'NE',...) VALUE condition comparison value AND_OR AND, if the next line of the condition is to be linked to the current one by a logical AND OR, if the next line of the condition is to be linked to the current one by a logical OR SPACE, if no line follows EQ - equals NE - not equal GT - greater than GE - greater than or equal to LT - less than LE - less than or equal to CA - for strings only: contains at least one character of thecomparison string CN - for strings only: negation of CA CO - for strings only: contains only characters from the comparisonstring NA - for strings only: negation of CO CP - for strings only: contains the pattern in the comparison string NP - for strings only: negation of CP CS - for strings only: contains the string in the comparison string NS - for strings only: negation of CS LK - like the LIKE operator in a SELECT ... WHERE clause Description OBJECT Name of the Viewcluster object SELLIST Selection conditions for the object OBJECT Description Field name Contents NEGATION SPACE VIEWFIELD Name of the field to which the condition applies OPERATOR condition logical operator ('EQ') VALUE condition comparison value Default Description Description OBJECT Name of the Viewcluster object EXCLFUNCT CUA functions to be excluded for the object OBJECT FUNCTION(4) TYPE C -> function code to be dynamically deactivated MESSAGE(3) TYPE C -> online help auxiliary field (not yet supported) |