Entering content frameGlobal Variables Locate the document in its SAP Library structure

The following view cluster maintenance global variables are in the Include LSVCMCOD:

Global variable

Contents

VCL_FUNCTION

View maintenance function code which left the view maintenance module:

'ENDE' End view cluster maintenance

'SAVE' Save

'BACK' Back

'TRSP' Change maintenance activity from 'U' to 'T'

'ANZG' Change maintenance activity to 'S'

'TRAE' Change maintenance activity from 'T' to 'U'

'AEND' Change maintenance activity from 'S' to 'U'

'ATAB' Navigation via the menu item Other view

VCL_ACTION

Maintenance action: S: Display; U: Change; T: Transport

VCL_ENQ_ACTION

Lock action: E: Lock; D: Unlock

VCL_AKT_VIEW

current object

VCL_LAST_VIEW

Previous object

VCL_NEXT_VIEW

Navigation target object

VCL_CORR_NUMBER

Change request number

VCL_REDUCTION_AREA

Table work area of the dependent/higher-level objects (for events 11 and 12).

VCL_OBJECT_AREA

Table work area of the dependent/higher-level objects (for events 11 and 12).

VCL_LAST_CURSOR_IX

current cursor position in the " EXTRACT" data table for the previous object

VCL_STOP

Termination flag from event 04 (VCL_STOP = ‘X’)

VCL_STRUC_TAB

contains the object structure from the view cluster definition and other attributes, e.g.:

  • UPD_REQU: whether object data have changed
  • ISREAD: whether object data have already been read in
  • READONLY: object not changeable.

VCL_SUBSET_TAB

View cluster definition field dependency table.

 

 

Leaving content frame