CONVERT_SCR_OO_OBJREF SAP Method Convert SCR Object Reference to Managed Element Reference
Below is documentation, parameters and attributes of ABAP Method CONVERT_SCR_OO_OBJREF within SAP class SCSM_ME_SCR_BASED. There is also a number of example ABAP code snipts to help you use the functionality of this method.
This method is available within SAP systems depending on your version and release level, you can view further information by entering the class name SCSM_ME_SCR_BASED into the relevant SAP transactions such as SE24 or SE80, and then selecting the method you are interested in.
Method Type - Static
This is a Static Method so you can call it directlyThe following technical details of method CONVERT_SCR_OO_OBJREF can also be found below:
- Importing parameters
- Exporting parameters
- Changing parameters
- Returning parameters
- Exceptions
- Coding Examples
Parameters of Method CONVERT_SCR_OO_OBJREF
.| Name | Type | Data Type | Description | Default Value |
| IN_OBJ | Importing | TYPE CSMBK_OB2 | Object Repository in CCMS System Repository | |
| OUT_REF | Exporting | TYPE CSM_OREF | Object Reference Type |
Exceptions of Method CONVERT_SCR_OO_OBJREF
This method does not have any exceptionsExample ABAP coding
DATA: lv_IN_OBJ TYPE CSMBK_OB2,
lv_OUT_REF TYPE CSM_OREF,
lv_other TYPE c.
CALL METHOD SCSM_ME_SCR_BASED=>CONVERT_SCR_OO_OBJREF(
EXPORTING
IN_OBJ = lv_IN_OBJ
IMPORTING
OUT_REF = lv_OUT_REF ).
Links to Related Class(s)
SCSM_ME_...Full list of available SAP object classes
Search for further information about these or an SAP related objects