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_OBJECTMethod 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 Name | Description | Visability |
| CONSTRUCTOR | Constructor | Public |
| CALL METHOD /sctm/cl_h_format=>CONSTRUCTOR...more details | ||
| DEQUEUE | Selected for Visit | Private |
| CALL METHOD /sctm/cl_h_format=>DEQUEUE...more details | ||
| ENQUEUE | Marked for Visit | Private |
| CALL METHOD /sctm/cl_h_format=>ENQUEUE...more details | ||
| EQUALS | Comparison of Corresponding Formats | Private |
| CALL METHOD /sctm/cl_h_format=>EQUALS...more details | ||
| GET_SEARCH_COLOR | Central: Display Visit State During Search | Private |
| CALL METHOD /sctm/cl_h_format=>GET_SEARCH_COLOR...more details | ||
| GET_SEARCH_PRED | Central: Display Predecessor During Search | Private |
| CALL METHOD /sctm/cl_h_format=>GET_SEARCH_PRED...more details | ||
|
| ||
| INIT_SEARCH | Private | |
| CALL METHOD /sctm/cl_h_format=>INIT_SEARCH...more details | ||
| SEARCH_PATH_TO | Private | |
| CALL METHOD /sctm/cl_h_format=>SEARCH_PATH_TO...more details | ||
| SET_SEARCH_COLOR | Central: Set Visit State During Search | Private |
| CALL METHOD /sctm/cl_h_format=>SET_SEARCH_COLOR...more details | ||
| SET_SEARCH_OPERATION | Central: Note Operation for This Format After Search | Private |
| CALL METHOD /sctm/cl_h_format=>SET_SEARCH_OPERATION...more details | ||
| SET_SEARCH_PRED | Central: Set Predecessor During Search | Private |
| CALL METHOD /sctm/cl_h_format=>SET_SEARCH_PRED...more details | ||
| VISIT | Private | |
| CALL METHOD /sctm/cl_h_format=>VISIT...more details | ||
| VISIT_SUCCESSORS | Mark Successor for Visit | Private |
| 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.
| Name | Level | Description | Initial Value | Type | Visability |
| MO_MY_FORMAT | Instance Attribute | Decentral: Uniform Belonging to a Format | LIKE /SCTM/CL_RG_FORMAT | Public | |
| MO_SEARCH_PRED | Instance Attribute | Central: Predecessor During Search | LIKE /SCTM/CL_H_FORMAT | Private | |
| MV_EXPENSE | Instance Attribute | Decentral: Different Effort for This Change of Format | LIKE /SCTM/DE_FORMAT_EXPENSE | Public | |
| MV_OPERATION | Instance Attribute | Decentral: Different Operation for Change of Format | LIKE /SCTM/DE_FORMAT_OPERATION | Public | |
| MV_SEARCH_COLOR | Instance Attribute | Central: Visit State During Search | 'W' | LIKE /SCTM/DE_SEARCH_COLOR | Private |
| ST_SEARCH_QUEUE | Static Attribute | Quantity of Hierarchical Formats | LIKE /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