SAP CL_GUI_ECL_MARKUP OO Class - Markup (Redlining) Component









CL_GUI_ECL_MARKUP 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 CL_GUI_ECL_MARKUP including details of:

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

Inheritance

This OO class has a superclass assigned to it, which means it will inherit its objects and methods. The superclass for CL_GUI_ECL_MARKUP is CL_GUI_CONTROL

Method list of CL_GUI_ECL_MARKUP 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
ADD_3DMETA_INFOMeta Information as NotesPublic
CALL METHOD cl_gui_ecl_markup=>ADD_3DMETA_INFO...more details

CONSTRUCTORConstructorPublic
CALL METHOD cl_gui_ecl_markup=>CONSTRUCTOR...more details

CREATE_STAMPGenerates a StampPublic
CALL METHOD cl_gui_ecl_markup=>CREATE_STAMP...more details

CREATE_TOOLBARGenerates a Toolbar for Controlling the Markup ComponentPublic
CALL METHOD cl_gui_ecl_markup=>CREATE_TOOLBAR...more details

DELETE_SELECTED_MARKUPSDeletes Single Markup ObjectPublic
CALL METHOD cl_gui_ecl_markup=>DELETE_SELECTED_MARKUPS...more details

DVS_SET_MARKUP_CATEGORIESEspecially for DVS Link: Defines Markup CategoriesPublic
CALL METHOD cl_gui_ecl_markup=>DVS_SET_MARKUP_CATEGORIES...more details

GET_MARKUP_MODEReturns the Active Interaction ModePublic
CALL METHOD cl_gui_ecl_markup=>GET_MARKUP_MODE...more details

GET_SETTINGSReturns the SettingsPublic
CALL METHOD cl_gui_ecl_markup=>GET_SETTINGS...more details

HANDLE_EVENTClass-Specific! Event HandlerPublic
CALL METHOD cl_gui_ecl_markup=>HANDLE_EVENT...more details

REDORestore the Last Step ReversedPublic
CALL METHOD cl_gui_ecl_markup=>REDO...more details

REGISTER_TOOLBAR_EVENTSClass-Specific! Registers the Toolbar EventsPublic
CALL METHOD cl_gui_ecl_markup=>REGISTER_TOOLBAR_EVENTS...more details

SAVE_ACTIVE_LAYERSaves Markup Layers in a Temporary FilePublic
CALL METHOD cl_gui_ecl_markup=>SAVE_ACTIVE_LAYER...more details

SET_ANNOTATION_MODEEnable/Disable Annotation ModePublic
CALL METHOD cl_gui_ecl_markup=>SET_ANNOTATION_MODE...more details

SET_ANNOTATION_TEXTSets the Markup TextPublic
CALL METHOD cl_gui_ecl_markup=>SET_ANNOTATION_TEXT...more details

SET_CALIBRATIONCalibratePublic
CALL METHOD cl_gui_ecl_markup=>SET_CALIBRATION...more details

SET_MARKUP_MODESets the Markup Mode for the Relevant User InteractionPublic
CALL METHOD cl_gui_ecl_markup=>SET_MARKUP_MODE...more details

SET_SETTINGSDefines the SettingsPublic
CALL METHOD cl_gui_ecl_markup=>SET_SETTINGS...more details

UNDOReverse the Last StepPublic
CALL METHOD cl_gui_ecl_markup=>UNDO...more details



CL_GUI_ECL_MARKUP 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
ACTUAL_DELETING_FORBIDDENInstance Attribute'X' = Toolbar in 'Delete Not Permitted' StateLIKE
CHAR01
Public
ACTUAL_MARKUP_FORBIDDENInstance Attribute'X' = Toolbar in 'Redlining Not Permitted' StateLIKE
CHAR01
Public
ACTUAL_MARKUP_SETTINGSInstance AttributeCurrent Redlining SettingsLIKE
ACTUAL_SETTINGS
Private
ASSIGNED_VIEWERInstance AttributeAssociated ViewerLIKE
CL_GUI_ECL_PRIMARYVIEWER
Public
ASSIGNED_VIEWER_2DInstance AttributeAssociated 2D ViewerLIKE
CL_GUI_ECL_2DVIEWER
Public
ASSIGNED_VIEWER_3DInstance AttributeAssociated 3D ViewerLIKE
CL_GUI_ECL_3DVIEWER
Public
CALIBRATION_REGISTEREDInstance Attribute'X' = Calibration Event was RegisteredLIKE
CHAR01
Public
DASHConstantDash1LIKE
I
Public
DASHDOTConstantDash-Dot3LIKE
I
Public
DASHDOTDOTConstantDash-Dot-Dot4LIKE
I
Public
DVS_MARKUP_CATEGORIESInstance AttributeDVS Markup CategoriesLIKE
Private
LEADER_HEAD_STYLEConstantGuideline Type1LIKE
I
Public
LEADER_HEAD_TAIL_STYLEConstantGuideline Type3LIKE
I
Public
LEADER_TAIL_STYLEConstantGuideline Type2LIKE
I
Public
MEASURE_TOOL_ACTIVATEDInstance AttributeMeasurement = 'X'; Redlining = ''LIKE
CHAR01
Public
MODEInstance Attribute2D or 3D2LIKE
I
Public
SOLIDConstantSolid0LIKE
I
Public
THIS_TOOLBARInstance AttributeAssociated ToolbarLIKE
CL_GUI_TOOLBAR
Public
TOOLBARTYPEInstance AttributeLIKE
Private


Events of Class CL_GUI_ECL_MARKUP

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... CATEGORY_SELECTED - DVS Markup Category was Selected
DELETE_MARKUP_REQUEST - Event is Triggered by the Delete Button in the Toolbar
REDLINING_FINISHED - Redlining Mode was Exited Through 'Back' Button
SAVE_MARKUP_LAYER - Markup was Saved



CL_GUI_ECL_MARKUP types

ACTUAL_SETTINGS - ACTUAL_SETTINGS
DVS_MARKUP_CATEGORY -

Links to Related Class(s)

CL_GUI_E...
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!