SAP CL_ABAP_DOCU_SYNTAX_DIAGRAM OO Class - Creation and Display of ABAP Syntax Diagrams









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

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



Method list of CL_ABAP_DOCU_SYNTAX_DIAGRAM 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
CALL_TERMINALDisplays Corresponding Documentation for a TerminalPrivate
CALL METHOD cl_abap_docu_syntax_diagram=>CALL_TERMINAL...more details

CHANGE_MODUSChanges the Navigation ModePrivate
CALL METHOD cl_abap_docu_syntax_diagram=>CHANGE_MODUS...more details

CHANGE_VIEWSwitches Between the Views Normal, Obsolete etc.Private
CALL METHOD cl_abap_docu_syntax_diagram=>CHANGE_VIEW...more details

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

DIAGRAM_DESCRIPTIONReturns the Description for Syntax Diagrams in XMLPrivate
CALL METHOD cl_abap_docu_syntax_diagram=>DIAGRAM_DESCRIPTION...more details

EXPANDExpands Non-TerminalsPrivate
CALL METHOD cl_abap_docu_syntax_diagram=>EXPAND...more details

FILTER_SYNTAX_STRUCTURERemoves Non-Relevant Parts from the Syntax DiagramPrivate
CALL METHOD cl_abap_docu_syntax_diagram=>FILTER_SYNTAX_STRUCTURE...more details

GET_DESCRIPTION_TEXTGet Description TextsPrivate
CALL METHOD cl_abap_docu_syntax_diagram=>GET_DESCRIPTION_TEXT...more details

GET_PIC_TABGets an Icon from the MIME RepositoryPrivate
CALL METHOD cl_abap_docu_syntax_diagram=>GET_PIC_TAB...more details

GET_XML_BASISGets the Original XML RepresentationPrivate
CALL METHOD cl_abap_docu_syntax_diagram=>GET_XML_BASIS...more details

GET_XML_OFFLINECreates Offline VersionPublic
CALL METHOD cl_abap_docu_syntax_diagram=>GET_XML_OFFLINE...more details

GET_XML_REPRESENTATIONCreates Online RepresentationPrivate
CALL METHOD cl_abap_docu_syntax_diagram=>GET_XML_REPRESENTATION...more details

HANDLE_HTML_EVENTHandles Browser ResultsPrivate
CALL METHOD cl_abap_docu_syntax_diagram=>HANDLE_HTML_EVENT...more details

LOAD_DIAGRAMLoads New DiagramPrivate
CALL METHOD cl_abap_docu_syntax_diagram=>LOAD_DIAGRAM...more details

NAVIGATEForward or Backward NavigationPrivate
CALL METHOD cl_abap_docu_syntax_diagram=>NAVIGATE...more details

READ_SYNTAX_STRUCTUREReads Syntax Diagram from DatabasePrivate
CALL METHOD cl_abap_docu_syntax_diagram=>READ_SYNTAX_STRUCTURE...more details

REDISPLAYUpdates the HTML DisplayPrivate
CALL METHOD cl_abap_docu_syntax_diagram=>REDISPLAY...more details

SHOWMain Method of the Class for Representing a DiagramPublic
CALL METHOD cl_abap_docu_syntax_diagram=>SHOW...more details

TOGGLEShow or Hide ElementsPrivate
CALL METHOD cl_abap_docu_syntax_diagram=>TOGGLE...more details

UPDATE_HTMLRecreates the HTML from the Altered XML RepresentationPrivate
CALL METHOD cl_abap_docu_syntax_diagram=>UPDATE_HTML...more details

VALIDATE_HTMLValidation of the Current HTML File (SAP only)Private
CALL METHOD cl_abap_docu_syntax_diagram=>VALIDATE_HTML...more details



CL_ABAP_DOCU_SYNTAX_DIAGRAM 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_DIAGRAMStatic AttributeIndex of Current Diagram0LIKE
I
Private
EXCREFStatic AttributeReference to Exception ObjectLIKE
CX_ROOT
Private
EXT_DATAStatic AttributeExternal Data for the BrowserLIKE
CL_ABAP_BROWSER=>LOAD_TAB
Private
HELP_STRINGConstantEvent Constant'help_syntax_diagrams'LIKE
STRING
Private
LAST_ACTIONStatic AttributeLast EventLIKE
Private
MODALStatic AttributeModal Dialog BoxLIKE
ABAP_BOOL
Private
MODEStatic AttributeCurrent modeLIKE
STRING
Private
MODESConstantEvent ConstantsLIKE
Private
NAVConstantEvent ConstantsLIKE
Private
NAV_TABLEStatic AttributeNavigation tableLIKE
Private
PICTURESInstance AttributeLIKE
Private
UNIT_TESTInstance AttributeLIKE
Private
XML_TEXT_SYMBOLSStatic AttributeText Symbols in XMLLIKE
STRING
Private


Events of Class CL_ABAP_DOCU_SYNTAX_DIAGRAM

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... SHOW_DOCU - Event to Call Docu About Selected Language Element



CL_ABAP_DOCU_SYNTAX_DIAGRAM types

NAV_TABLE_LINE -
PICTURE -
PICT_LINE -
PICT_TAB -

Links to Related Class(s)

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