SAP /SCMB/IF_SCU_MGR OO Class - Interface: Supply Chain Unit Manager









/SCMB/IF_SCU_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/IF_SCU_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/IF_SCU_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_ROLEChecks Whether Role is ValidPublic
CALL METHOD /scmb/if_scu_mgr=>CHECK_ROLE...more details

CHECK_SCU_AUTHORITYCheck Authorization to Display, Change or Delete SCUPublic
CALL METHOD /scmb/if_scu_mgr=>CHECK_SCU_AUTHORITY...more details

CLEAR_BUFFERClear BufferPublic
CALL METHOD /scmb/if_scu_mgr=>CLEAR_BUFFER...more details

CREATE_SCUCreates a SCU (ENTITY and SCUTYPE Required Entry Fields)Public
CALL METHOD /scmb/if_scu_mgr=>CREATE_SCU...more details

CREATE_SCUSCreates SCUs (ENTITY and SCUTYPE Required Entry Fields)Public
CALL METHOD /scmb/if_scu_mgr=>CREATE_SCUS...more details

FIND_SCUSFind SCU via GUID/Name: All Directions and CardinalityPublic
CALL METHOD /scmb/if_scu_mgr=>FIND_SCUS...more details

FIND_SCUS_DIRECTIONALFind SCU via GUID/Name: Direction Specified, 1:1 and 1:nPublic
CALL METHOD /scmb/if_scu_mgr=>FIND_SCUS_DIRECTIONAL...more details

FIND_SCUS_WITHOUT_DIR_CHFind SCU via GUID/Name: Only 1:1 and 1:n, no Directn ChangePublic
CALL METHOD /scmb/if_scu_mgr=>FIND_SCUS_WITHOUT_DIR_CH...more details

GET_ROLESSupplies Defined SCU RolesPublic
CALL METHOD /scmb/if_scu_mgr=>GET_ROLES...more details

GET_ROLE_DESCRIPTIONSupplies Description of RolePublic
CALL METHOD /scmb/if_scu_mgr=>GET_ROLE_DESCRIPTION...more details

GET_SAVE_MODESupplies Save Mode (Synchronous / Asynchronous)Public
CALL METHOD /scmb/if_scu_mgr=>GET_SAVE_MODE...more details

GET_SCUS_BY_ALTKEYSupplies SCU Objects for Alternative Key ProvidedPublic
CALL METHOD /scmb/if_scu_mgr=>GET_SCUS_BY_ALTKEY...more details

GET_SCUS_BY_ATTRIBUTESSupplies SCU Objects Based on Attributes ProvidedPublic
CALL METHOD /scmb/if_scu_mgr=>GET_SCUS_BY_ATTRIBUTES...more details

GET_SCUS_BY_NAMESSupplies SCU Objects Based on Names ProvidedPublic
CALL METHOD /scmb/if_scu_mgr=>GET_SCUS_BY_NAMES...more details

GET_SCUS_BY_PARTNERSupplies SCUs to Partner ProvidedPublic
CALL METHOD /scmb/if_scu_mgr=>GET_SCUS_BY_PARTNER...more details

GET_SCUS_BY_ROLESupplies SCU Objects for Role ProvidedPublic
CALL METHOD /scmb/if_scu_mgr=>GET_SCUS_BY_ROLE...more details

GET_SCUS_BY_SCUGUIDSupplies SCU Objects Based on SCUGUIDs ProvidedPublic
CALL METHOD /scmb/if_scu_mgr=>GET_SCUS_BY_SCUGUID...more details

GET_SCUS_BY_SCUGUID22Supplies SCU Objects Based on SCUGUID22s ProvidedPublic
CALL METHOD /scmb/if_scu_mgr=>GET_SCUS_BY_SCUGUID22...more details

GET_SCUS_BY_TYPESupplies SCU Objects for Type ProvidedPublic
CALL METHOD /scmb/if_scu_mgr=>GET_SCUS_BY_TYPE...more details

GET_SCU_BY_NAMESupplies SCU Object Based on Name ProvidedPublic
CALL METHOD /scmb/if_scu_mgr=>GET_SCU_BY_NAME...more details

GET_SCU_BY_SCUGUIDSupplies SCU Object Based on SCUGUID ProvidedPublic
CALL METHOD /scmb/if_scu_mgr=>GET_SCU_BY_SCUGUID...more details

GET_SCU_BY_SCUGUID22Supplies SCU Object Using SCUGUID22 ProvidedPublic
CALL METHOD /scmb/if_scu_mgr=>GET_SCU_BY_SCUGUID22...more details

GET_TYPESSupplies Defined SCU TypesPublic
CALL METHOD /scmb/if_scu_mgr=>GET_TYPES...more details

GET_TYPE_DESCRIPTIONSupplies Description of SCU TypePublic
CALL METHOD /scmb/if_scu_mgr=>GET_TYPE_DESCRIPTION...more details

LOCKBlock SCU ObjectsPublic
CALL METHOD /scmb/if_scu_mgr=>LOCK...more details

REGISTER_ON_COMMITRegister on CommitPublic
CALL METHOD /scmb/if_scu_mgr=>REGISTER_ON_COMMIT...more details

SAVESave SCUsPublic
CALL METHOD /scmb/if_scu_mgr=>SAVE...more details

SCU_EXISTENCE_BY_NAMEChecks Whether SCU Object Exists with NamePublic
CALL METHOD /scmb/if_scu_mgr=>SCU_EXISTENCE_BY_NAME...more details

SCU_EXISTENCE_BY_NAME_ROLEChecks Whether SCU Object Exists with Name and RolePublic
CALL METHOD /scmb/if_scu_mgr=>SCU_EXISTENCE_BY_NAME_ROLE...more details

SCU_EXISTENCE_BY_SCUGUIDChecks Whether SCU Object Exists with ScuguidPublic
CALL METHOD /scmb/if_scu_mgr=>SCU_EXISTENCE_BY_SCUGUID...more details

SCU_EXISTENCE_BY_SCUGUID22Checks Whether SCU Object Exists with Scuguid22Public
CALL METHOD /scmb/if_scu_mgr=>SCU_EXISTENCE_BY_SCUGUID22...more details

SET_SAVE_MODESets the Save Mode (Synchronous / Asynchronous)Public
CALL METHOD /scmb/if_scu_mgr=>SET_SAVE_MODE...more details

UNLOCKUnblock SCU ObjectsPublic
CALL METHOD /scmb/if_scu_mgr=>UNLOCK...more details



/SCMB/IF_SCU_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
C_AUTH_CHANGEConstantActivity'02'LIKE
ACTIV_AUTH
Public
C_AUTH_CREATEConstantActivity'01'LIKE
ACTIV_AUTH
Public
C_AUTH_DELETEConstantActivity'06'LIKE
ACTIV_AUTH
Public
C_AUTH_DISPLAYConstantActivity'03'LIKE
ACTIV_AUTH
Public
C_CARD_11ConstantCardinality'A'LIKE
/SCMB/OE_CARD
Public
C_CARD_1NConstantCardinality'B'LIKE
/SCMB/OE_CARD
Public
C_DIR_BUConstantBottom Up'A'LIKE
RSIGN
Public
C_DIR_TDConstantTop Down'B'LIKE
RSIGN
Public
MV_NO_AUTH_CHECKInstance AttributeLIKE
Private


Links to Related Class(s)

/SCMB/IF...
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!