SAP /SCMB/CL_GEO_MTR_COMBINER OO Class - Function for Combining Geo. and MTr Hierarchy
/SCMB/CL_GEO_MTR_COMBINER 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 /SCMB/CL_GEO_MTR_COMBINER 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 /SCMB/CL_GEO_MTR_COMBINER 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 |
| CHECK_LEG_MTR_COMBI_VALID | Check if Leg MTR Combination is valid | Private |
| CALL METHOD /scmb/cl_geo_mtr_combiner=>CHECK_LEG_MTR_COMBI_VALID...more details | ||
| CHECK_SINGLE_LEG_MTR_COMBI | Check if Leg MTR Combination is valid | Private |
| CALL METHOD /scmb/cl_geo_mtr_combiner=>CHECK_SINGLE_LEG_MTR_COMBI...more details | ||
| CONSTRUCTOR | CONSTRUCTOR | Public |
| CALL METHOD /scmb/cl_geo_mtr_combiner=>CONSTRUCTOR...more details | ||
| CREATE_GEO_QUEUE | Create GEO Queue | Protected |
| CALL METHOD /scmb/cl_geo_mtr_combiner=>CREATE_GEO_QUEUE...more details | ||
| CREATE_GEO_QUEUE_BASE | Create GEO Queue (Base) | Protected |
| CALL METHOD /scmb/cl_geo_mtr_combiner=>CREATE_GEO_QUEUE_BASE...more details | ||
| CREATE_MTR_QUEUE | Create MTR Queue | Protected |
| CALL METHOD /scmb/cl_geo_mtr_combiner=>CREATE_MTR_QUEUE...more details | ||
|
| ||
| GEO_GEO_OBJECT_PARENTS | Get GEO object parents | Protected |
| CALL METHOD /scmb/cl_geo_mtr_combiner=>GEO_GEO_OBJECT_PARENTS...more details | ||
| GET_COMMON_ZONE_MTR_COMBI | Combine Common Zones with MTr Tree | Public |
| CALL METHOD /scmb/cl_geo_mtr_combiner=>GET_COMMON_ZONE_MTR_COMBI...more details | ||
| GET_EXCL_GEO_MTR_COMBI | Combine Geo. 1 and Its Exclusive Zones with MTr Tree | Public |
| CALL METHOD /scmb/cl_geo_mtr_combiner=>GET_EXCL_GEO_MTR_COMBI...more details | ||
| GET_GEO_GEO_COMBI | Combine start and destination geo hierarchy | Public |
| CALL METHOD /scmb/cl_geo_mtr_combiner=>GET_GEO_GEO_COMBI...more details | ||
| GET_GEO_GEO_MTR_COMBI | Combine Zones of Geo. 1, Zones of Geo. 2, and MTr Tree | Public |
| CALL METHOD /scmb/cl_geo_mtr_combiner=>GET_GEO_GEO_MTR_COMBI...more details | ||
| GET_GEO_OBJECT | Get GEO object from Geography | Protected |
| CALL METHOD /scmb/cl_geo_mtr_combiner=>GET_GEO_OBJECT...more details | ||
| GET_ZONE_MTR_COMBI | Combine Zones of Geo. with MTr Tree | Public |
| CALL METHOD /scmb/cl_geo_mtr_combiner=>GET_ZONE_MTR_COMBI...more details | ||
| ITERATE_QUEUES_GEO_MTR | Iterate Geo - MTR queues | Protected |
| CALL METHOD /scmb/cl_geo_mtr_combiner=>ITERATE_QUEUES_GEO_MTR...more details | ||
| STORE_GEO_GEO_MTR_COMBINATION | Fills Geo. and MTr Queues and Generates Combinations | Protected |
| CALL METHOD /scmb/cl_geo_mtr_combiner=>STORE_GEO_GEO_MTR_COMBINATION...more details | ||
| STORE_GEO_MTR_COMBINATION | Fills Geo. and MTr Queues and Generates Combinations | Protected |
| CALL METHOD /scmb/cl_geo_mtr_combiner=>STORE_GEO_MTR_COMBINATION...more details | ||
/SCMB/CL_GEO_MTR_COMBINER 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_GEOGRAPHY | Instance Attribute | Geography for Lane Determination | LIKE /SCMB/CL_LDDD_GEOGRAPHY | Private | |
| MTO_GEO_GEO_MTR_COMBI | Instance Attribute | Table Type for Valid Combs of Geo. Fr., Geo. To, MTr Hier. | LIKE /SCMB/T_LD_GEO_GEO_MTR | Private | |
| MTO_GEO_MTR_COMBI | Instance Attribute | Table Type for Valid Combinations of Geo. and MTr Hierarchy | LIKE /SCMB/T_LD_GEO_MTR | Private | |
| MT_EXCLUDED_GEO_OBJECTS | Instance Attribute | Quantity of GUIDs for SCM Master Data Objects | LIKE /SCMB/TT_GUID | Private | |
| MT_LEG_DATA | Instance Attribute | Leg data | LIKE /SCMB/TT_LEG | Private | |
| MT_MESSAGE | Instance Attribute | SCMB LDDD: Message Table Type for Dist. and Dur. Determ. | LIKE /SCMB/T_LDDD_MESSAGE | Public |
Links to Related Class(s)
/SCMB/CL...Full list of available SAP object classes
Search for further information about these or an SAP related objects