SAP SCSM_MANAGED_ELEMENT OO Class - CCMS: Class for All Objects that Can Be Administered









SCSM_MANAGED_ELEMENT 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 SCSM_MANAGED_ELEMENT 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 SCSM_MANAGED_ELEMENT 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
BINDBind Proxy Object to Real ObjectPublic
CALL METHOD scsm_managed_element=>BIND...more details

CONSTRUCTORConstructorPublic
CALL METHOD scsm_managed_element=>CONSTRUCTOR...more details

CREATE_AS_MANAGED_ELEMENTGenerate an Object According to Metadata in SCRPublic
CALL METHOD scsm_managed_element=>CREATE_AS_MANAGED_ELEMENT...more details

EXECUTE_BEFORE_FCODECalled Before Subscreen in ModulePublic
CALL METHOD scsm_managed_element=>EXECUTE_BEFORE_FCODE...more details

EXECUTE_CONTEXT_FCODEExecute FCODE from Extended Context MenuPublic
CALL METHOD scsm_managed_element=>EXECUTE_CONTEXT_FCODE...more details

EXTENT_CONTEXT_MENUExtend Context Menu of ObjectPublic
CALL METHOD scsm_managed_element=>EXTENT_CONTEXT_MENU...more details

GET_ABAP_PROXY_CLASSDetermine the ABAP Proxy ClassPublic
CALL METHOD scsm_managed_element=>GET_ABAP_PROXY_CLASS...more details

GET_ASSOSIATIONSGet the Table of Association ObjectsPublic
CALL METHOD scsm_managed_element=>GET_ASSOSIATIONS...more details

GET_CONTEXT_FCODE_LISTGet List of FCODES for Context MenuPublic
CALL METHOD scsm_managed_element=>GET_CONTEXT_FCODE_LIST...more details

GET_PARTSGet Table of All Part Association ObjectsPublic
CALL METHOD scsm_managed_element=>GET_PARTS...more details

GET_PROPERTIEYGet the Property TablePublic
CALL METHOD scsm_managed_element=>GET_PROPERTIEY...more details



SCSM_MANAGED_ELEMENT 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
BIND_STATUSInstance AttributeObject Reference TypeLIKE
CSMBNDSTT
Public
CACHED_ABAP_PROXY_CLASSESStatic AttributeCCMS System Repository:ClassDerivationRelationships Tab/TypeLIKE
CSM_CLINHT
Private
OBJECT_IDInstance AttributeObject Repository in CCMS System RepositoryLIKE
CSM_OREF
Public
OBJ_BIND_STATUS_ERRORConstantCannot Load Objects Due to Error'E'LIKE
CSMBNDSTT
Public
OBJ_BIND_STATUS_INITALConstantObject Not Loaded (Bound)'I'LIKE
CSMBNDSTT
Public
OBJ_BIND_STATUS_LOADEDConstantObject Loaded'L'LIKE
CSMBNDSTT
Public
OBJ_REF_TYP_DYN_MAJORConstantDynamic Reference for an Object (Major)'J'LIKE
CSMOREFTYP
Public
OBJ_REF_TYP_DYN_MINORConstantDynamic Reference for an Object (Minor)'I'LIKE
CSMOREFTYP
Public
OBJ_REF_TYP_STATICConstantObject Reference in SCR'S'LIKE
CSMOREFTYP
Public
PARENT_IDInstance AttributeObject Reference of System Component RepositoryLIKE
CSM_OREF
Private


Links to Related Class(s)

SCSM_MAN...
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!