SAP /IWBEP/IF_SBDM_MANAGER OO Class - SB - Domain Model - Manager









/IWBEP/IF_SBDM_MANAGER 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 /IWBEP/IF_SBDM_MANAGER 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 /IWBEP/IF_SBDM_MANAGER 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
ADD_PROJECTS_TO_FAVOURITESAdds the projects to the current user's favouritesPublic
CALL METHOD /iwbep/if_sbdm_manager=>ADD_PROJECTS_TO_FAVOURITES...more details

CHECK_AUTH_BY_TADIRChecks the authorization for the provided projectsPublic
CALL METHOD /iwbep/if_sbdm_manager=>CHECK_AUTH_BY_TADIR...more details

CREATE_COPY_CONTAINERCreate a copy containerPublic
CALL METHOD /iwbep/if_sbdm_manager=>CREATE_COPY_CONTAINER...more details

CREATE_DELETION_REQUESTCreates a deletion requestPublic
CALL METHOD /iwbep/if_sbdm_manager=>CREATE_DELETION_REQUEST...more details

CREATE_VALIDATORCreates the main validatorPublic
CALL METHOD /iwbep/if_sbdm_manager=>CREATE_VALIDATOR...more details

FIND_PROJECTSFinds projectsPublic
CALL METHOD /iwbep/if_sbdm_manager=>FIND_PROJECTS...more details

FIND_PROJECTS_BY_MODELFind project names by model usagesPublic
CALL METHOD /iwbep/if_sbdm_manager=>FIND_PROJECTS_BY_MODEL...more details

FIND_PROJECT_NAMESFind project namesPublic
CALL METHOD /iwbep/if_sbdm_manager=>FIND_PROJECT_NAMES...more details

GET_AVAILABLE_TRANSPORTSRetrieves the available transport informationPublic
CALL METHOD /iwbep/if_sbdm_manager=>GET_AVAILABLE_TRANSPORTS...more details

GET_EXTENSION_MANAGERRetrieves the extension managerPublic
CALL METHOD /iwbep/if_sbdm_manager=>GET_EXTENSION_MANAGER...more details

GET_GENERATION_MANAGERRetrieves an instance of the Generation ManagerPublic
CALL METHOD /iwbep/if_sbdm_manager=>GET_GENERATION_MANAGER...more details

GET_PERSIST_HANDLERRetrieves the persist handler for a given node typePublic
CALL METHOD /iwbep/if_sbdm_manager=>GET_PERSIST_HANDLER...more details

GET_REFERENCE_HANDLERRetrieves the reference handler for the data source typePublic
CALL METHOD /iwbep/if_sbdm_manager=>GET_REFERENCE_HANDLER...more details

GET_TRANSIENT_HANDLERRetrieves the transient handler for a given node typePublic
CALL METHOD /iwbep/if_sbdm_manager=>GET_TRANSIENT_HANDLER...more details

ON_OBJECT_CHANGEDNotifies the manager that an object has been changedPublic
CALL METHOD /iwbep/if_sbdm_manager=>ON_OBJECT_CHANGED...more details

RETRIEVE_NODE_TYPESRetrieves all available node typesPublic
CALL METHOD /iwbep/if_sbdm_manager=>RETRIEVE_NODE_TYPES...more details



/IWBEP/IF_SBDM_MANAGER 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
GC_ACTIVITYConstantLIKE
Public




/IWBEP/IF_SBDM_MANAGER types

TY_S_PROJECT_DESCR -
TY_S_PROJECT_MODEL -
TY_T_PROJECT_DESCR -
TY_T_PROJECT_MODEL -
TY_T_RANGE_MODEL_NAME -
TY_T_RANGE_MODEL_VERSION -
TY_T_RANGE_PRJCT_NAME -

Links to Related Class(s)

/IWBEP/I...
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!