SAP /SCMTMS/CL_COCO_REQUEST OO Class - Request Object for Copy Control
/SCMTMS/CL_COCO_REQUEST 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 /SCMTMS/CL_COCO_REQUEST including details of:
- Interface class implementations
- Inheritance details
- Methods defined within class ( including link to full details )
- Attributes ( including initial values )
- Class Events
Inheritance
This OO class has a superclass assigned to it, which means it will inherit its objects and methods. The superclass for /SCMTMS/CL_COCO_REQUEST is /SCMTMS/CL_TM_REQUESTMethod list of /SCMTMS/CL_COCO_REQUEST 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 |
| CONSTRUCTOR | Public | |
| CALL METHOD /scmtms/cl_coco_request=>CONSTRUCTOR...more details | ||
/SCMTMS/CL_COCO_REQUEST 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_CONF_SOURCE | Instance Attribute | Interface for Configuration | LIKE /BOBF/IF_FRW_CONFIGURATION | Public | |
| MO_CONF_TARGET | Instance Attribute | Interface for Configuration | LIKE /BOBF/IF_FRW_CONFIGURATION | Public | |
| MO_SRVMGR | Instance Attribute | Containing the public service methods of a service manager | LIKE /BOBF/IF_TRA_SERVICE_MANAGER | Public | |
| MS_BO_COPY | Instance Attribute | LIKE TY_BO_COPY | Public | ||
| MT_ALL_KEY_LINKS | Instance Attribute | LIKE TT_KEY_LINK_EXT | Public | ||
| MT_ATTRIBUTE_FILTER | Instance Attribute | LIKE TT_ATTRIBUTE_FILTER | Public | ||
| MT_ATTRIBUTE_VALUE | Instance Attribute | LIKE TT_ATTRIBUTE_VALUE | Public | ||
| MT_ATTR_MAP | Instance Attribute | LIKE TT_ATTR_MAP | Public | ||
| MT_COMP_SOURCE | Instance Attribute | Configuration: Associations | LIKE /BOBF/T_CONFRO_ASSOC2 | Public | |
| MT_COMP_TARGET | Instance Attribute | Configuration: Associations | LIKE /BOBF/T_CONFRO_ASSOC2 | Public | |
| MT_EXCL_NODE_INST | Instance Attribute | Node instances that shall not be copied | LIKE /BOBF/T_FRW_KEY | Public | |
| MT_EXT_ATTR_VALUES | Instance Attribute | Externally provided attribute values | LIKE TT_ATTRIBUTE_VALUE | Public | |
| MT_FAILED_KEY | Instance Attribute | Key Table | LIKE /BOBF/T_FRW_KEY | Public | |
| MT_FAILED_SRC_KEY | Instance Attribute | Failed source keys | LIKE /BOBF/T_FRW_KEY | Public | |
| MT_FAILED_TRG_KEY | Instance Attribute | Failed target keys | LIKE /BOBF/T_FRW_KEY | Public | |
| MT_KEYS | Instance Attribute | LIKE TT_KEYS | Public | ||
| MT_KEY_LINK | Instance Attribute | Key Link | LIKE /BOBF/T_FRW_KEY_LINK | Public | |
| MT_KEY_LINK_ADDR | Instance Attribute | LIKE TT_KEY_LINK_ADDR | Public | ||
| MT_MOD | Instance Attribute | Changes | LIKE /BOBF/T_FRW_MODIFICATION | Public | |
| MT_NODE_COPY_SCOPE | Instance Attribute | NodeCopy Scope | LIKE /SCMTMS/T_CCNCS_K | Public | |
| MT_NODE_FILTER | Instance Attribute | Node Filter | LIKE /SCMTMS/T_CCNF_K | Public | |
| MT_NODE_FORBIDDEN | Instance Attribute | LIKE TT_BO_NODE_SCOPE | Public | ||
| MT_NODE_MAND | Instance Attribute | LIKE TT_BO_NODE_SCOPE | Public | ||
| MT_NODE_MAP | Instance Attribute | LIKE TT_NODE_MAP | Public | ||
| MT_NODE_SRC_TARGET_KEY | Instance Attribute | LIKE TT_KEY_LINK_EXT | Public | ||
| MT_SEL_SOURCE_NODE | Instance Attribute | Source nodes that have to be selected | LIKE /BOBF/T_FRW_KEY_SORTED | Public | |
| MT_SEM_KEYS | Instance Attribute | LIKE TT_SEM_KEY | Public | ||
| MT_SOURCE | Instance Attribute | LIKE /SCMTMS/CL_DATA_CRAWLER=>TT_DATA | Public | ||
| MT_SRC_KEY | Instance Attribute | Source Root Key Table | LIKE /BOBF/T_FRW_KEY | Public | |
| MT_SRC_TARGET_KEY | Instance Attribute | Key Link | LIKE /BOBF/T_FRW_KEY_LINK | Public | |
| MT_TARGET | Instance Attribute | LIKE TT_DATA | Public | ||
| MT_TRG_KEY | Instance Attribute | Target Root Key Table | LIKE /BOBF/T_FRW_KEY | Public | |
| MV_COPY_NUMBER | Instance Attribute | Number of Copies | 1 | LIKE INT2 | Public |
| MV_ENTRY_BO_NODE | Instance Attribute | Optionally defined entry bo node | LIKE /BOBF/CONF_KEY | Public | |
| MV_MODIFY_TARGET | Instance Attribute | General Flag | LIKE FLAG | Public | |
| MV_NO_COPY | Instance Attribute | General Flag | LIKE FLAG | Public | |
| MV_PROCESS_ID | Instance Attribute | Copy Process | LIKE /SCMTMS/COCO_PROCESS_ID | Public | |
| MV_PROFILE_ID | Instance Attribute | Copy Profile | LIKE /SCMTMS/COCO_PROFILE_ID | Public | |
| MV_SOURCE_BO_KEY | Instance Attribute | Business Object | LIKE /BOBF/OBM_BO_KEY | Public |
/SCMTMS/CL_COCO_REQUEST types
TT_ATTRIBUTE_FILTER -TT_ATTRIBUTE_VALUE -
TT_ATTR_MAP -
TT_BO_NODE_SCOPE -
TT_DATA -
TT_KEYS -
TT_KEY_LINK_ADDR -
TT_KEY_LINK_EXT -
TT_NODE_MAP -
TT_SEM_KEY -
TY_ATTRIBUTE_FILTER -
TY_ATTRIBUTE_VALUE -
TY_ATTR_MAP -
TY_BO_COPY -
TY_BO_NODE_SCOPE -
TY_DATA -
TY_KEY -
TY_KEY_LINK_ADDR -
TY_KEY_LINK_EXT -
TY_NODE_MAP -
TY_SEM_KEY -
Links to Related Class(s)
/SCMTMS/...Full list of available SAP object classes
Search for further information about these or an SAP related objects