SAP /SCTM/CL_H_FORMAT OO Class - Hierarchical Context Format









/SCTM/CL_H_FORMAT 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 /SCTM/CL_H_FORMAT 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 /SCTM/CL_H_FORMAT is /SCMB/CL_H_OBJECT

Method list of /SCTM/CL_H_FORMAT 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
CONSTRUCTORConstructorPublic
CALL METHOD /sctm/cl_h_format=>CONSTRUCTOR...more details

DEQUEUESelected for VisitPrivate
CALL METHOD /sctm/cl_h_format=>DEQUEUE...more details

ENQUEUEMarked for VisitPrivate
CALL METHOD /sctm/cl_h_format=>ENQUEUE...more details

EQUALSComparison of Corresponding FormatsPrivate
CALL METHOD /sctm/cl_h_format=>EQUALS...more details

GET_SEARCH_COLORCentral: Display Visit State During SearchPrivate
CALL METHOD /sctm/cl_h_format=>GET_SEARCH_COLOR...more details

GET_SEARCH_PREDCentral: Display Predecessor During SearchPrivate
CALL METHOD /sctm/cl_h_format=>GET_SEARCH_PRED...more details

INIT_SEARCHPrivate
CALL METHOD /sctm/cl_h_format=>INIT_SEARCH...more details

SEARCH_PATH_TOPrivate
CALL METHOD /sctm/cl_h_format=>SEARCH_PATH_TO...more details

SET_SEARCH_COLORCentral: Set Visit State During SearchPrivate
CALL METHOD /sctm/cl_h_format=>SET_SEARCH_COLOR...more details

SET_SEARCH_OPERATIONCentral: Note Operation for This Format After SearchPrivate
CALL METHOD /sctm/cl_h_format=>SET_SEARCH_OPERATION...more details

SET_SEARCH_PREDCentral: Set Predecessor During SearchPrivate
CALL METHOD /sctm/cl_h_format=>SET_SEARCH_PRED...more details

VISITPrivate
CALL METHOD /sctm/cl_h_format=>VISIT...more details

VISIT_SUCCESSORSMark Successor for VisitPrivate
CALL METHOD /sctm/cl_h_format=>VISIT_SUCCESSORS...more details



/SCTM/CL_H_FORMAT 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
MO_MY_FORMATInstance AttributeDecentral: Uniform Belonging to a FormatLIKE
/SCTM/CL_RG_FORMAT
Public
MO_SEARCH_PREDInstance AttributeCentral: Predecessor During SearchLIKE
/SCTM/CL_H_FORMAT
Private
MV_EXPENSEInstance AttributeDecentral: Different Effort for This Change of FormatLIKE
/SCTM/DE_FORMAT_EXPENSE
Public
MV_OPERATIONInstance AttributeDecentral: Different Operation for Change of FormatLIKE
/SCTM/DE_FORMAT_OPERATION
Public
MV_SEARCH_COLORInstance AttributeCentral: Visit State During Search'W'LIKE
/SCTM/DE_SEARCH_COLOR
Private
ST_SEARCH_QUEUEStatic AttributeQuantity of Hierarchical FormatsLIKE
/SCTM/TT_H_FORMAT
Private


Links to Related Class(s)

/SCTM/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!