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 NameDescriptionVisability
CHECK_LEG_MTR_COMBI_VALIDCheck if Leg MTR Combination is validPrivate
CALL METHOD /scmb/cl_geo_mtr_combiner=>CHECK_LEG_MTR_COMBI_VALID...more details

CHECK_SINGLE_LEG_MTR_COMBICheck if Leg MTR Combination is validPrivate
CALL METHOD /scmb/cl_geo_mtr_combiner=>CHECK_SINGLE_LEG_MTR_COMBI...more details

CONSTRUCTORCONSTRUCTORPublic
CALL METHOD /scmb/cl_geo_mtr_combiner=>CONSTRUCTOR...more details

CREATE_GEO_QUEUECreate GEO QueueProtected
CALL METHOD /scmb/cl_geo_mtr_combiner=>CREATE_GEO_QUEUE...more details

CREATE_GEO_QUEUE_BASECreate GEO Queue (Base)Protected
CALL METHOD /scmb/cl_geo_mtr_combiner=>CREATE_GEO_QUEUE_BASE...more details

CREATE_MTR_QUEUECreate MTR QueueProtected
CALL METHOD /scmb/cl_geo_mtr_combiner=>CREATE_MTR_QUEUE...more details

GEO_GEO_OBJECT_PARENTSGet GEO object parentsProtected
CALL METHOD /scmb/cl_geo_mtr_combiner=>GEO_GEO_OBJECT_PARENTS...more details

GET_COMMON_ZONE_MTR_COMBICombine Common Zones with MTr TreePublic
CALL METHOD /scmb/cl_geo_mtr_combiner=>GET_COMMON_ZONE_MTR_COMBI...more details

GET_EXCL_GEO_MTR_COMBICombine Geo. 1 and Its Exclusive Zones with MTr TreePublic
CALL METHOD /scmb/cl_geo_mtr_combiner=>GET_EXCL_GEO_MTR_COMBI...more details

GET_GEO_GEO_COMBICombine start and destination geo hierarchyPublic
CALL METHOD /scmb/cl_geo_mtr_combiner=>GET_GEO_GEO_COMBI...more details

GET_GEO_GEO_MTR_COMBICombine Zones of Geo. 1, Zones of Geo. 2, and MTr TreePublic
CALL METHOD /scmb/cl_geo_mtr_combiner=>GET_GEO_GEO_MTR_COMBI...more details

GET_GEO_OBJECTGet GEO object from GeographyProtected
CALL METHOD /scmb/cl_geo_mtr_combiner=>GET_GEO_OBJECT...more details

GET_ZONE_MTR_COMBICombine Zones of Geo. with MTr TreePublic
CALL METHOD /scmb/cl_geo_mtr_combiner=>GET_ZONE_MTR_COMBI...more details

ITERATE_QUEUES_GEO_MTRIterate Geo - MTR queuesProtected
CALL METHOD /scmb/cl_geo_mtr_combiner=>ITERATE_QUEUES_GEO_MTR...more details

STORE_GEO_GEO_MTR_COMBINATIONFills Geo. and MTr Queues and Generates CombinationsProtected
CALL METHOD /scmb/cl_geo_mtr_combiner=>STORE_GEO_GEO_MTR_COMBINATION...more details

STORE_GEO_MTR_COMBINATIONFills Geo. and MTr Queues and Generates CombinationsProtected
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.

NameLevelDescriptionInitial ValueTypeVisability
MO_GEOGRAPHYInstance AttributeGeography for Lane DeterminationLIKE
/SCMB/CL_LDDD_GEOGRAPHY
Private
MTO_GEO_GEO_MTR_COMBIInstance AttributeTable Type for Valid Combs of Geo. Fr., Geo. To, MTr Hier.LIKE
/SCMB/T_LD_GEO_GEO_MTR
Private
MTO_GEO_MTR_COMBIInstance AttributeTable Type for Valid Combinations of Geo. and MTr HierarchyLIKE
/SCMB/T_LD_GEO_MTR
Private
MT_EXCLUDED_GEO_OBJECTSInstance AttributeQuantity of GUIDs for SCM Master Data ObjectsLIKE
/SCMB/TT_GUID
Private
MT_LEG_DATAInstance AttributeLeg dataLIKE
/SCMB/TT_LEG
Private
MT_MESSAGEInstance AttributeSCMB 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



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!