SAP /SCTM/CL_RG_FORMAT OO Class - Format of RG Solutions
/SCTM/CL_RG_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_RG_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_RG_FORMAT is /SCTM/CL_FORMATMethod list of /SCTM/CL_RG_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 |
| CAST_FORMAT | Cast general format into RG format | Private |
| CALL METHOD /sctm/cl_rg_format=>CAST_FORMAT...more details | ||
| CHECK_ASSIGN | Assignment Comparison for Format Requirements | Public |
| CALL METHOD /sctm/cl_rg_format=>CHECK_ASSIGN...more details | ||
| CHECK_LEG_TRIP | Leg Comparison for Format Requirements | Public |
| CALL METHOD /sctm/cl_rg_format=>CHECK_LEG_TRIP...more details | ||
| CHECK_MTR | Means of Transport Comparison for Format Requirements | Public |
| CALL METHOD /sctm/cl_rg_format=>CHECK_MTR...more details | ||
| CHECK_TRIP | Leg Comparison for Format Requirements | Public |
| CALL METHOD /sctm/cl_rg_format=>CHECK_TRIP...more details | ||
| CHECK_TSP | Transp. Service Provider Comparison for Format Requirements | Public |
| CALL METHOD /sctm/cl_rg_format=>CHECK_TSP...more details | ||
|
| ||
| CLASS_CONSTRUCTOR | Public | |
| CALL METHOD /sctm/cl_rg_format=>CLASS_CONSTRUCTOR...more details | ||
| CONSTRUCTOR | Constructor | Public |
| CALL METHOD /sctm/cl_rg_format=>CONSTRUCTOR...more details | ||
| CREATE_RG_FORMAT | Generate Format | Private |
| CALL METHOD /sctm/cl_rg_format=>CREATE_RG_FORMAT...more details | ||
| DOES_CHANGE_BUNDLE_TRIPS | Does Change of Format Result in Trips Being Bundled? | Public |
| CALL METHOD /sctm/cl_rg_format=>DOES_CHANGE_BUNDLE_TRIPS...more details | ||
| DOES_CHANGE_SPLIT_TRIP | Does Change in Format Result in Trips Being Divided? | Public |
| CALL METHOD /sctm/cl_rg_format=>DOES_CHANGE_SPLIT_TRIP...more details | ||
| GET_RG_FORMAT | Format of Given UID | Public |
| CALL METHOD /sctm/cl_rg_format=>GET_RG_FORMAT...more details | ||
| LINK_RG_FORMAT | Connect Formats | Private |
| CALL METHOD /sctm/cl_rg_format=>LINK_RG_FORMAT...more details | ||
/SCTM/CL_RG_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 |
| MC_ANY | Constant | No requirements | 1 | LIKE /SCTM/DE_FORMAT_UID | Public |
| MC_UNIQUE_MTR | Constant | Uniform Means of Transport | 2 | LIKE /SCTM/DE_FORMAT_UID | Public |
| MC_UNIQUE_MTR_TSP | Constant | Uniform Assignment | 4 | LIKE /SCTM/DE_FORMAT_UID | Public |
| MC_UNIQUE_TSP | Constant | Uniform Transportation Service Provider | 3 | LIKE /SCTM/DE_FORMAT_UID | Public |
| MO_HIERARCHY | Instance Attribute | Hierarchical Context Format | LIKE /SCTM/CL_H_FORMAT | Public | |
| MV_UNIQUE_MTR | Instance Attribute | Uniform Means of Transport | /SCMB/CL_C=>BOOLE_FALSE | LIKE BOOLE_D | Public |
| MV_UNIQUE_TSP | Instance Attribute | Uniform Transportation Service Provider | /SCMB/CL_C=>BOOLE_FALSE | LIKE BOOLE_D | Public |
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