SAP /SCMB/CL_ORG_UNIT_MGR OO Class - Facade Class: Organizational Units









/SCMB/CL_ORG_UNIT_MGR 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_ORG_UNIT_MGR 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_ORG_UNIT_MGR 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_ALTID_UNIQUECheck, if altid has not been used beforePublic
CALL METHOD /scmb/cl_org_unit_mgr=>CHECK_ALTID_UNIQUE...more details

CLEAR_BUFFERClear existing buffer tables for Org. Unit or completelyPublic
CALL METHOD /scmb/cl_org_unit_mgr=>CLEAR_BUFFER...more details

CONSTRUCTORPublic
CALL METHOD /scmb/cl_org_unit_mgr=>CONSTRUCTOR...more details

CREATE_F4_RESULTCreate F4 resultPrivate
CALL METHOD /scmb/cl_org_unit_mgr=>CREATE_F4_RESULT...more details

DO_SELECTIONDo selection by different criteriaPublic
CALL METHOD /scmb/cl_org_unit_mgr=>DO_SELECTION...more details

EXIST_ORGChecks existance of organizational unitPublic
CALL METHOD /scmb/cl_org_unit_mgr=>EXIST_ORG...more details

F4_SEARCH_BY_STEXTSearch short and stextPublic
CALL METHOD /scmb/cl_org_unit_mgr=>F4_SEARCH_BY_STEXT...more details

GET_ALL_ORGS_FOR_EXTIDRetrieve all Org. Units for External ID w/o function/rolePublic
CALL METHOD /scmb/cl_org_unit_mgr=>GET_ALL_ORGS_FOR_EXTID...more details

GET_BP_BY_ORGRetrieve Business Partner by HR org.Public
CALL METHOD /scmb/cl_org_unit_mgr=>GET_BP_BY_ORG...more details

GET_BP_BY_USERNAMERetrieve Business Partner by name of the UserPublic
CALL METHOD /scmb/cl_org_unit_mgr=>GET_BP_BY_USERNAME...more details

GET_CHILDREN_ORGRetrieve children Organizational Unit ID from HR org.Public
CALL METHOD /scmb/cl_org_unit_mgr=>GET_CHILDREN_ORG...more details

GET_FUNC_ROLE_TEXTGet text of Org. Function Role valuePublic
CALL METHOD /scmb/cl_org_unit_mgr=>GET_FUNC_ROLE_TEXT...more details

GET_INSTANCEGet instance of Organizational Unit Facade ClassPublic
CALL METHOD /scmb/cl_org_unit_mgr=>GET_INSTANCE...more details

GET_LOGSYS_BY_INTORGGet logical system by Org Unit IDPublic
CALL METHOD /scmb/cl_org_unit_mgr=>GET_LOGSYS_BY_INTORG...more details

GET_ORG_BY_BPRetrieve Organizational Unit IDs(s) by a BP assigned to itPublic
CALL METHOD /scmb/cl_org_unit_mgr=>GET_ORG_BY_BP...more details

GET_ORG_BY_EXTID_RANGESGet Org by external Id RangesPublic
CALL METHOD /scmb/cl_org_unit_mgr=>GET_ORG_BY_EXTID_RANGES...more details

GET_ORG_BY_FCT_ROLERetrieve all org units of given function and rolePublic
CALL METHOD /scmb/cl_org_unit_mgr=>GET_ORG_BY_FCT_ROLE...more details

GET_ORG_BY_USERNAMERetrieve Organizational Unit IDs(s) by a USER assigned to itPublic
CALL METHOD /scmb/cl_org_unit_mgr=>GET_ORG_BY_USERNAME...more details

GET_ORG_DATARead Org Unit data for Org IDPublic
CALL METHOD /scmb/cl_org_unit_mgr=>GET_ORG_DATA...more details

GET_ORG_FROM_BUFFERGet Org Unit data from bufferPublic
CALL METHOD /scmb/cl_org_unit_mgr=>GET_ORG_FROM_BUFFER...more details

GET_PARENT_ORGRetrieve parent Organizational Unit ID from HR org.Public
CALL METHOD /scmb/cl_org_unit_mgr=>GET_PARENT_ORG...more details

GET_REFERRING_ORGSPublic
CALL METHOD /scmb/cl_org_unit_mgr=>GET_REFERRING_ORGS...more details

GET_REF_ORGPublic
CALL METHOD /scmb/cl_org_unit_mgr=>GET_REF_ORG...more details

GET_TEXT_FOR_ORGRetrieve Text (brief description) of Organizational UnitPublic
CALL METHOD /scmb/cl_org_unit_mgr=>GET_TEXT_FOR_ORG...more details

MAP_FUNCROLE2FUNC_ROLEMap Function/Role value into Org. Function and RolePublic
CALL METHOD /scmb/cl_org_unit_mgr=>MAP_FUNCROLE2FUNC_ROLE...more details

MAP_FUNC_ROLE2FUNCROLEMap Org. Function and Role into Function/Role valuePublic
CALL METHOD /scmb/cl_org_unit_mgr=>MAP_FUNC_ROLE2FUNCROLE...more details

MAP_ORG_EXT2INTMap external Org Unit IDs into HR Object IDs (internal ID)Public
CALL METHOD /scmb/cl_org_unit_mgr=>MAP_ORG_EXT2INT...more details

MAP_ORG_INT2EXTMap HR Object ID into external Org Unit IDsPublic
CALL METHOD /scmb/cl_org_unit_mgr=>MAP_ORG_INT2EXT...more details

MAP_ORG_LOGQS2INTMap external Logqs Org Unit IDs into HR Object IDsPublic
CALL METHOD /scmb/cl_org_unit_mgr=>MAP_ORG_LOGQS2INT...more details

REGISTER_NEW_ORGPublic
CALL METHOD /scmb/cl_org_unit_mgr=>REGISTER_NEW_ORG...more details

REGISTER_REF_ORGPublic
CALL METHOD /scmb/cl_org_unit_mgr=>REGISTER_REF_ORG...more details



/SCMB/CL_ORG_UNIT_MGR 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_ORG_UNIT_MGRStatic AttributeFacade Class: Organizational UnitsLIKE
/SCMB/CL_ORG_UNIT_MGR
Private
MO_ORG_UTILITIESStatic AttributeOrg Unit UtilitiesLIKE
LCL_ORG_UTILITIES
Private
MTH_BUF_PARENT_ORGInstance AttributeLIKE
GTY_TH_BUF_PARENT_ORG
Private
MT_CHILD_BUFFERInstance AttributeLIKE
Private
MT_NEG_REF_ORG_BUFFERInstance AttributeLIKE
Private
MT_ORGBP_NEG_BUFFERInstance AttributeLIKE
Private
MT_ORG_BUFFERInstance AttributeOrganizational UnitLIKE
TT_ORG_BUF_SORT
Private
MT_REFED_ORG_COMPL_BUFFERInstance AttributeLIKE
Private
MT_REF_ORG_BUFFERInstance AttributeLIKE
GTY_TH_BUF_PARENT_ORG
Private
MV_ACT_VERSIONInstance AttributePlan VersionLIKE
PLVAR
Private
MV_CHILD_PATHIDInstance AttributeEvaluation Path: childLIKE
WEGID
Private
MV_PARENT_PATHIDInstance AttributeEvaluation Path: parentLIKE
WEGID
Private
MV_USER_PATHIDInstance AttributeEvaluation Path: user parentLIKE
WEGID
Private




/SCMB/CL_ORG_UNIT_MGR types

GTY_S_BUF_CHILD_ORG -
GTY_S_BUF_PARENT_ORG -
GTY_S_CHILD -
GTY_TH_BUF_PARENT_ORG -
TT_EXTID_RANGES -
TT_FUNCTION_CODES -
TT_ORG_BUF_SORT -
TT_ORG_ID_LOGSYS -
TT_ORG_ID_TO_BP_ASSIGN -
TT_ROLE_CODES -
TT_SEARCH_RESULT -
TY_ORG_ID_LOGSYS -
TY_ORG_ID_TO_BP_ASSIGN -
T_SEARCH_RESULT -

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!