SAP /PLMU/CL_CADV_VWR_ASSIST OO Class - Viewer Assistance Class









/PLMU/CL_CADV_VWR_ASSIST is a standard SAP object class available within R/3 SAP systems depending on your version and release level. You can view/maintain the class details by entering its name into the relevant SAP transactions such as SE24, SE80 or even SE84. Below is the documentation available for class /PLMU/CL_CADV_VWR_ASSIST including details of:

  • Interface class implementations
  • Inheritance details
  • Methods defined within class ( including link to full details )
  • Attributes ( including initial values )
  • Class Events

Interface Implementation

This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class /PLMU/IF_CADV_VWR_ACCESS

Method list of /PLMU/CL_CADV_VWR_ASSIST SAP class


A method is a coding block that performs a certain procedure (i.e. ABAP functionality) on an object within the overall SAP class. In simple terms if the object is an SAP database table a method could be the procedure to add a record or to delete a record. If you are new to OO in many respects, the implementation of a method is similar to a function module and can be called in a very similar way using CALL METHOD. Instead of "CALL FUNCTION", Methods are referenced using the following syntax: CALL METHOD =>methodname EXPORTING/IMPORTING...


Method NameDescriptionVisability
BUFFER_VISUALIZATIONStore Current Viewer Visualization (Highlighting or Hiding)Public
CALL METHOD /plmu/cl_cadv_vwr_assist=>BUFFER_VISUALIZATION...more details

CLEAR_DATAPublic
CALL METHOD /plmu/cl_cadv_vwr_assist=>CLEAR_DATA...more details

GET_ELEM_KEY_OF_SEL_ITEMPublic
CALL METHOD /plmu/cl_cadv_vwr_assist=>GET_ELEM_KEY_OF_SEL_ITEM...more details

GET_PATH_OF_SEL_ITEMPublic
CALL METHOD /plmu/cl_cadv_vwr_assist=>GET_PATH_OF_SEL_ITEM...more details

INITInitializePublic
CALL METHOD /plmu/cl_cadv_vwr_assist=>INIT...more details

INITIALIZEPublic
CALL METHOD /plmu/cl_cadv_vwr_assist=>INITIALIZE...more details

LOAD_DATA_BY_ELEM_KEYPublic
CALL METHOD /plmu/cl_cadv_vwr_assist=>LOAD_DATA_BY_ELEM_KEY...more details

LOAD_DATA_BY_PATHPublic
CALL METHOD /plmu/cl_cadv_vwr_assist=>LOAD_DATA_BY_PATH...more details

PROCESS_HIGHLIGHTINGProcess Highlighting of Elements to StructurePublic
CALL METHOD /plmu/cl_cadv_vwr_assist=>PROCESS_HIGHLIGHTING...more details

SAVE_VIEWER_SIZESave Size of ViewerPublic
CALL METHOD /plmu/cl_cadv_vwr_assist=>SAVE_VIEWER_SIZE...more details

SET_SEL_ITEM_BY_ELEM_KEYPublic
CALL METHOD /plmu/cl_cadv_vwr_assist=>SET_SEL_ITEM_BY_ELEM_KEY...more details

SET_SEL_ITEM_BY_PATHPublic
CALL METHOD /plmu/cl_cadv_vwr_assist=>SET_SEL_ITEM_BY_PATH...more details



/PLMU/CL_CADV_VWR_ASSIST attributes

List of attributes within class CL_ABAP_CHAR_UTILITIES. These can be referenced using the following syntax CL_ABAP_CHAR_UTILITIES=>. Although depending on where you are inserting the ABAP code you do need to check if the attribute is public or private.

NameLevelDescriptionInitial ValueTypeVisability
GC_COMP_USAGE_GROUP_VIEWERConstant'CMP_USG_VWR'LIKE
STRING
Public
GC_COMP_USAGE_VIEWERConstant'VIEWER'LIKE
STRING
Public
GC_INITIAL_HEIGHTConstantViewer Size400LIKE
/PLMB/CADV_VWR_SIZE
Public
GC_INITIAL_WIDTHConstantViewer Size500LIKE
/PLMB/CADV_VWR_SIZE
Public
GO_FPMInstance AttributeInterface for accessing FPM functionalityLIKE
IF_FPM
Public
GO_FRW_ACTION_UTILInstance AttributeAction utilities for applicationsLIKE
/PLMU/IF_FRW_ACTION_UTIL
Public
GS_EVENT_INConstantLIKE
Public
GS_EVENT_OUTConstantLIKE
Public
GS_LOADING_MODEConstantLIKE
Public
GS_SETTINGSConstantLIKE
Public
MO_FRW_MODEL_ACCESSInstance AttributeFRW model interfaceLIKE
/PLMU/IF_FRW_APPL_MODEL
Protected
MO_WD_COMPONENTInstance AttributeWeb Dynpro Component APILIKE
IF_WD_COMPONENT
Protected
MO_WD_CONTEXTInstance AttributeWeb Dynpro: Interface for Context NodesLIKE
IF_WD_CONTEXT_NODE
Protected
MR_INTERFACECONTROLLERInstance AttributeWebDynpro Interface COMPONENTCONTROLLERLIKE
/PLMU/IWCI_WDC_CADV_VIEWER
Private
MTS_VWR_MAPInstance AttributeSP Mapping Table for CAD ViewerLIKE
/PLMB/TS_CADV_SP_MAP
Protected
MT_BBOX_IDInstance AttributeBounding BoxesLIKE
/PLMB/T_ID_BBOX
Public
MT_DOCLINKInstance AttributeDocument LinksLIKE
/PLMB/T_ID_DIR_VWR_DATA
Public
MT_HIGHLIGHTED_ELEMENTSInstance AttributeTabletype of /PLMB/OBJECT_IDLIKE
/PLMB/TS_CADV_ELEM_KEY
Protected
MT_MULTI_OBJ_HIERARCHYInstance Attributetable with multiple object hierarchiesLIKE
/PLMB/T_CADV_MULTI_OBJ_HIERAR
Protected
MT_NOT_HIGHLIGHTED_ELEMENTSInstance AttributeTable of Element Keys for CAD ViewerLIKE
/PLMB/TS_CADV_ELEM_KEY
Protected
MT_TMX_IDInstance AttributeTransformation MatricesLIKE
/PLMB/T_ID_TMX
Public
MT_VWR_ELEMENTInstance AttributeViewer Elements with StructureLIKE
/PLMB/T_VWR_STRUC_SEL_ITEM
Public
MT_VWR_VISUALIZATIONInstance AttributeTabletype of /PLMU/S_VWR_VISUALIZATIONLIKE
/PLMU/T_VWR_VISUALIZATION
Public
MV_HEIGHTInstance AttributeViewer SizeLIKE
/PLMB/CADV_VWR_SIZE
Public
MV_REFRESH_DATAInstance AttributeFlag to Refresh Displayed DataLIKE
BOOLE_D
Public
MV_REFRESH_SIZEInstance AttributeData element for domain BOOLE: TRUE (='X') and FALSE (=' ')LIKE
BOOLE_D
Public
MV_REFRESH_VISUALIZATIONInstance AttributeFlag: Refresh VisualizationLIKE
BOOLE_D
Public
MV_VIEWER_IDInstance AttributeViewer IDLIKE
/PLMB/CADV_VWRID
Public
MV_WIDTHInstance AttributeViewer SizeLIKE
/PLMB/CADV_VWR_SIZE
Public


Events of Class /PLMU/CL_CADV_VWR_ASSIST

Events are created within your class using special event handler methods. These must be registered at runtime for the event and can then be triggered using the ABAP syntax: RAISE EVENT EXPOTING... CREATED -

Links to Related Class(s)

/PLMU/CL...
Full list of available SAP object classes

Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!