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 Name | Description | Visability |
| CHECK_ALTID_UNIQUE | Check, if altid has not been used before | Public |
| CALL METHOD /scmb/cl_org_unit_mgr=>CHECK_ALTID_UNIQUE...more details | ||
| CLEAR_BUFFER | Clear existing buffer tables for Org. Unit or completely | Public |
| CALL METHOD /scmb/cl_org_unit_mgr=>CLEAR_BUFFER...more details | ||
| CONSTRUCTOR | Public | |
| CALL METHOD /scmb/cl_org_unit_mgr=>CONSTRUCTOR...more details | ||
| CREATE_F4_RESULT | Create F4 result | Private |
| CALL METHOD /scmb/cl_org_unit_mgr=>CREATE_F4_RESULT...more details | ||
| DO_SELECTION | Do selection by different criteria | Public |
| CALL METHOD /scmb/cl_org_unit_mgr=>DO_SELECTION...more details | ||
| EXIST_ORG | Checks existance of organizational unit | Public |
| CALL METHOD /scmb/cl_org_unit_mgr=>EXIST_ORG...more details | ||
|
| ||
| F4_SEARCH_BY_STEXT | Search short and stext | Public |
| CALL METHOD /scmb/cl_org_unit_mgr=>F4_SEARCH_BY_STEXT...more details | ||
| GET_ALL_ORGS_FOR_EXTID | Retrieve all Org. Units for External ID w/o function/role | Public |
| CALL METHOD /scmb/cl_org_unit_mgr=>GET_ALL_ORGS_FOR_EXTID...more details | ||
| GET_BP_BY_ORG | Retrieve Business Partner by HR org. | Public |
| CALL METHOD /scmb/cl_org_unit_mgr=>GET_BP_BY_ORG...more details | ||
| GET_BP_BY_USERNAME | Retrieve Business Partner by name of the User | Public |
| CALL METHOD /scmb/cl_org_unit_mgr=>GET_BP_BY_USERNAME...more details | ||
| GET_CHILDREN_ORG | Retrieve children Organizational Unit ID from HR org. | Public |
| CALL METHOD /scmb/cl_org_unit_mgr=>GET_CHILDREN_ORG...more details | ||
| GET_FUNC_ROLE_TEXT | Get text of Org. Function Role value | Public |
| CALL METHOD /scmb/cl_org_unit_mgr=>GET_FUNC_ROLE_TEXT...more details | ||
| GET_INSTANCE | Get instance of Organizational Unit Facade Class | Public |
| CALL METHOD /scmb/cl_org_unit_mgr=>GET_INSTANCE...more details | ||
| GET_LOGSYS_BY_INTORG | Get logical system by Org Unit ID | Public |
| CALL METHOD /scmb/cl_org_unit_mgr=>GET_LOGSYS_BY_INTORG...more details | ||
| GET_ORG_BY_BP | Retrieve Organizational Unit IDs(s) by a BP assigned to it | Public |
| CALL METHOD /scmb/cl_org_unit_mgr=>GET_ORG_BY_BP...more details | ||
| GET_ORG_BY_EXTID_RANGES | Get Org by external Id Ranges | Public |
| CALL METHOD /scmb/cl_org_unit_mgr=>GET_ORG_BY_EXTID_RANGES...more details | ||
| GET_ORG_BY_FCT_ROLE | Retrieve all org units of given function and role | Public |
| CALL METHOD /scmb/cl_org_unit_mgr=>GET_ORG_BY_FCT_ROLE...more details | ||
| GET_ORG_BY_USERNAME | Retrieve Organizational Unit IDs(s) by a USER assigned to it | Public |
| CALL METHOD /scmb/cl_org_unit_mgr=>GET_ORG_BY_USERNAME...more details | ||
| GET_ORG_DATA | Read Org Unit data for Org ID | Public |
| CALL METHOD /scmb/cl_org_unit_mgr=>GET_ORG_DATA...more details | ||
| GET_ORG_FROM_BUFFER | Get Org Unit data from buffer | Public |
| CALL METHOD /scmb/cl_org_unit_mgr=>GET_ORG_FROM_BUFFER...more details | ||
| GET_PARENT_ORG | Retrieve parent Organizational Unit ID from HR org. | Public |
| CALL METHOD /scmb/cl_org_unit_mgr=>GET_PARENT_ORG...more details | ||
| GET_REFERRING_ORGS | Public | |
| CALL METHOD /scmb/cl_org_unit_mgr=>GET_REFERRING_ORGS...more details | ||
| GET_REF_ORG | Public | |
| CALL METHOD /scmb/cl_org_unit_mgr=>GET_REF_ORG...more details | ||
| GET_TEXT_FOR_ORG | Retrieve Text (brief description) of Organizational Unit | Public |
| CALL METHOD /scmb/cl_org_unit_mgr=>GET_TEXT_FOR_ORG...more details | ||
| MAP_FUNCROLE2FUNC_ROLE | Map Function/Role value into Org. Function and Role | Public |
| CALL METHOD /scmb/cl_org_unit_mgr=>MAP_FUNCROLE2FUNC_ROLE...more details | ||
| MAP_FUNC_ROLE2FUNCROLE | Map Org. Function and Role into Function/Role value | Public |
| CALL METHOD /scmb/cl_org_unit_mgr=>MAP_FUNC_ROLE2FUNCROLE...more details | ||
| MAP_ORG_EXT2INT | Map 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_INT2EXT | Map HR Object ID into external Org Unit IDs | Public |
| CALL METHOD /scmb/cl_org_unit_mgr=>MAP_ORG_INT2EXT...more details | ||
| MAP_ORG_LOGQS2INT | Map external Logqs Org Unit IDs into HR Object IDs | Public |
| CALL METHOD /scmb/cl_org_unit_mgr=>MAP_ORG_LOGQS2INT...more details | ||
| REGISTER_NEW_ORG | Public | |
| CALL METHOD /scmb/cl_org_unit_mgr=>REGISTER_NEW_ORG...more details | ||
| REGISTER_REF_ORG | Public | |
| 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.
| Name | Level | Description | Initial Value | Type | Visability |
| MO_ORG_UNIT_MGR | Static Attribute | Facade Class: Organizational Units | LIKE /SCMB/CL_ORG_UNIT_MGR | Private | |
| MO_ORG_UTILITIES | Static Attribute | Org Unit Utilities | LIKE LCL_ORG_UTILITIES | Private | |
| MTH_BUF_PARENT_ORG | Instance Attribute | LIKE GTY_TH_BUF_PARENT_ORG | Private | ||
| MT_CHILD_BUFFER | Instance Attribute | LIKE | Private | ||
| MT_NEG_REF_ORG_BUFFER | Instance Attribute | LIKE | Private | ||
| MT_ORGBP_NEG_BUFFER | Instance Attribute | LIKE | Private | ||
| MT_ORG_BUFFER | Instance Attribute | Organizational Unit | LIKE TT_ORG_BUF_SORT | Private | |
| MT_REFED_ORG_COMPL_BUFFER | Instance Attribute | LIKE | Private | ||
| MT_REF_ORG_BUFFER | Instance Attribute | LIKE GTY_TH_BUF_PARENT_ORG | Private | ||
| MV_ACT_VERSION | Instance Attribute | Plan Version | LIKE PLVAR | Private | |
| MV_CHILD_PATHID | Instance Attribute | Evaluation Path: child | LIKE WEGID | Private | |
| MV_PARENT_PATHID | Instance Attribute | Evaluation Path: parent | LIKE WEGID | Private | |
| MV_USER_PATHID | Instance Attribute | Evaluation Path: user parent | LIKE 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