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_REQUEST

Method 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 NameDescriptionVisability
CONSTRUCTORPublic
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.

NameLevelDescriptionInitial ValueTypeVisability
MO_CONF_SOURCEInstance AttributeInterface for ConfigurationLIKE
/BOBF/IF_FRW_CONFIGURATION
Public
MO_CONF_TARGETInstance AttributeInterface for ConfigurationLIKE
/BOBF/IF_FRW_CONFIGURATION
Public
MO_SRVMGRInstance AttributeContaining the public service methods of a service managerLIKE
/BOBF/IF_TRA_SERVICE_MANAGER
Public
MS_BO_COPYInstance AttributeLIKE
TY_BO_COPY
Public
MT_ALL_KEY_LINKSInstance AttributeLIKE
TT_KEY_LINK_EXT
Public
MT_ATTRIBUTE_FILTERInstance AttributeLIKE
TT_ATTRIBUTE_FILTER
Public
MT_ATTRIBUTE_VALUEInstance AttributeLIKE
TT_ATTRIBUTE_VALUE
Public
MT_ATTR_MAPInstance AttributeLIKE
TT_ATTR_MAP
Public
MT_COMP_SOURCEInstance AttributeConfiguration: AssociationsLIKE
/BOBF/T_CONFRO_ASSOC2
Public
MT_COMP_TARGETInstance AttributeConfiguration: AssociationsLIKE
/BOBF/T_CONFRO_ASSOC2
Public
MT_EXCL_NODE_INSTInstance AttributeNode instances that shall not be copiedLIKE
/BOBF/T_FRW_KEY
Public
MT_EXT_ATTR_VALUESInstance AttributeExternally provided attribute valuesLIKE
TT_ATTRIBUTE_VALUE
Public
MT_FAILED_KEYInstance AttributeKey TableLIKE
/BOBF/T_FRW_KEY
Public
MT_FAILED_SRC_KEYInstance AttributeFailed source keysLIKE
/BOBF/T_FRW_KEY
Public
MT_FAILED_TRG_KEYInstance AttributeFailed target keysLIKE
/BOBF/T_FRW_KEY
Public
MT_KEYSInstance AttributeLIKE
TT_KEYS
Public
MT_KEY_LINKInstance AttributeKey LinkLIKE
/BOBF/T_FRW_KEY_LINK
Public
MT_KEY_LINK_ADDRInstance AttributeLIKE
TT_KEY_LINK_ADDR
Public
MT_MODInstance AttributeChangesLIKE
/BOBF/T_FRW_MODIFICATION
Public
MT_NODE_COPY_SCOPEInstance AttributeNodeCopy ScopeLIKE
/SCMTMS/T_CCNCS_K
Public
MT_NODE_FILTERInstance AttributeNode FilterLIKE
/SCMTMS/T_CCNF_K
Public
MT_NODE_FORBIDDENInstance AttributeLIKE
TT_BO_NODE_SCOPE
Public
MT_NODE_MANDInstance AttributeLIKE
TT_BO_NODE_SCOPE
Public
MT_NODE_MAPInstance AttributeLIKE
TT_NODE_MAP
Public
MT_NODE_SRC_TARGET_KEYInstance AttributeLIKE
TT_KEY_LINK_EXT
Public
MT_SEL_SOURCE_NODEInstance AttributeSource nodes that have to be selectedLIKE
/BOBF/T_FRW_KEY_SORTED
Public
MT_SEM_KEYSInstance AttributeLIKE
TT_SEM_KEY
Public
MT_SOURCEInstance AttributeLIKE
/SCMTMS/CL_DATA_CRAWLER=>TT_DATA
Public
MT_SRC_KEYInstance AttributeSource Root Key TableLIKE
/BOBF/T_FRW_KEY
Public
MT_SRC_TARGET_KEYInstance AttributeKey LinkLIKE
/BOBF/T_FRW_KEY_LINK
Public
MT_TARGETInstance AttributeLIKE
TT_DATA
Public
MT_TRG_KEYInstance AttributeTarget Root Key TableLIKE
/BOBF/T_FRW_KEY
Public
MV_COPY_NUMBERInstance AttributeNumber of Copies1LIKE
INT2
Public
MV_ENTRY_BO_NODEInstance AttributeOptionally defined entry bo nodeLIKE
/BOBF/CONF_KEY
Public
MV_MODIFY_TARGETInstance AttributeGeneral FlagLIKE
FLAG
Public
MV_NO_COPYInstance AttributeGeneral FlagLIKE
FLAG
Public
MV_PROCESS_IDInstance AttributeCopy ProcessLIKE
/SCMTMS/COCO_PROCESS_ID
Public
MV_PROFILE_IDInstance AttributeCopy ProfileLIKE
/SCMTMS/COCO_PROFILE_ID
Public
MV_SOURCE_BO_KEYInstance AttributeBusiness ObjectLIKE
/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



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!