SAP CL_GUI_ABAPEDIT OO Class - ABAP Edit Control









CL_GUI_ABAPEDIT 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_ABAPEDIT 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_ABAPEDIT is CL_GUI_SOURCEEDIT

Method list of CL_GUI_ABAPEDIT 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_MARKERPrivate
CALL METHOD cl_gui_abapedit=>ADD_MARKER...more details

CLASS_CONSTRUCTORCLASS_CONSTRUCTORPublic
CALL METHOD cl_gui_abapedit=>CLASS_CONSTRUCTOR...more details

CLEAR_LINE_MARKERSPrivate
CALL METHOD cl_gui_abapedit=>CLEAR_LINE_MARKERS...more details

CONSTRUCTORCreate ControlPublic
CALL METHOD cl_gui_abapedit=>CONSTRUCTOR...more details

CONVERT_XTAB_TO_TOKENTABConverts xtab to token tableProtected
CALL METHOD cl_gui_abapedit=>CONVERT_XTAB_TO_TOKENTAB...more details

DEL_MARKERPrivate
CALL METHOD cl_gui_abapedit=>DEL_MARKER...more details

GET_COMPLETERDeliver ABAP Parser for Code CompletionPublic
CALL METHOD cl_gui_abapedit=>GET_COMPLETER...more details

INIT_COMPLETERInitialize ABAP Parser for Code Completion (Create or Reset)Public
CALL METHOD cl_gui_abapedit=>INIT_COMPLETER...more details

REGISTER_CHECK_MARKERSRegister error/warning/info/PP markerPublic
CALL METHOD cl_gui_abapedit=>REGISTER_CHECK_MARKERS...more details

REGISTER_DIFFERENCE_MARKERRegister splitscreen editor different markerPublic
CALL METHOD cl_gui_abapedit=>REGISTER_DIFFERENCE_MARKER...more details

REGISTER_LINE_MARKERSPrivate
CALL METHOD cl_gui_abapedit=>REGISTER_LINE_MARKERS...more details

REMOVE_COMPLETERDestroy ABAP Parser for Code CompletionPublic
CALL METHOD cl_gui_abapedit=>REMOVE_COMPLETER...more details

SEND_COMPLETION_COMMANDSend Completion CommandPublic
CALL METHOD cl_gui_abapedit=>SEND_COMPLETION_COMMAND...more details

SET_ABAP_TYPEPrivate
CALL METHOD cl_gui_abapedit=>SET_ABAP_TYPE...more details

UPDATE_LINE_MARKERSPrivate
CALL METHOD cl_gui_abapedit=>UPDATE_LINE_MARKERS...more details



CL_GUI_ABAPEDIT 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
ABAP_PARSERInstance AttributeABAP Parser for Code CompletionLIKE
CL_ABAP_PARSER
Private
ICON_HANDLERInstance AttributeLIKE
Private
LEXERFILEKEYStatic AttributeKey for ABAP Grammar Description FileLIKE
CNDP_ASYNC_KEY
Private
MARKER_CHECK_ERRORConstantErrors20LIKE
I
Public
MARKER_CHECK_INFORMATIONConstantInformation22LIKE
I
Public
MARKER_CHECK_WARNINGConstantWarning21LIKE
I
Public
MARKER_DIFFERENCEConstantDifferenceCL_GUI_SOURCEEDIT=>MIN_USER_MARKER_NUMBERLIKE
I
Public
MARKER_ENH_POINTInstance AttributeLIKE
Private
MARKER_PRETTY_PRINTERConstantPretty Printer error23LIKE
I
Public
MARKER_SOURCE_CODE_PLUGINConstantSource code extension24LIKE
I
Public
MARKER_SOURCE_MODIFICATIONInstance AttributeLIKE
Private
MARKER_WORKLIST_ITEMConstantSource code extension27LIKE
I
Public
M_ABAP_PARSERInstance AttributeABAP Parser for Code CompletionLIKE
CL_ABAP_PARSER
Private
PADFILENAMEStatic AttributeFilename of PAD file, including pathLIKE
STRING
Public
REGISTERED_MARKERSInstance AttributeLIKE
Private




CL_GUI_ABAPEDIT types

FORMAT_SETTINGS -
X120 -
XTAB120 -

Links to Related Class(s)

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