SAP /SCMTMS/CL_COPY_CONTROL OO Class - Copy Control
/SCMTMS/CL_COPY_CONTROL 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_COPY_CONTROL 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 /SCMTMS/CL_COPY_CONTROL 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 |
| ASSIGN_NEW_KEYS | Export target instance keys | Private |
| CALL METHOD /scmtms/cl_copy_control=>ASSIGN_NEW_KEYS...more details | ||
| BUILD_ATTRIBUTE_TABLE | Build attribute table | Public |
| CALL METHOD /scmtms/cl_copy_control=>BUILD_ATTRIBUTE_TABLE...more details | ||
| CHECK_CHILD_ITEMS_REF | Check for referenced child items | Private |
| CALL METHOD /scmtms/cl_copy_control=>CHECK_CHILD_ITEMS_REF...more details | ||
| CHECK_SOURCE_DATA | Merge or copy data to target | Private |
| CALL METHOD /scmtms/cl_copy_control=>CHECK_SOURCE_DATA...more details | ||
| COMPARE_SEM_KEYS | Copy attribute values | Private |
| CALL METHOD /scmtms/cl_copy_control=>COMPARE_SEM_KEYS...more details | ||
| COPY | Copy source object nodes according to copy profile | Public |
| CALL METHOD /scmtms/cl_copy_control=>COPY...more details | ||
|
| ||
| COPY_ADDRESSES | Copy address contents | Public |
| CALL METHOD /scmtms/cl_copy_control=>COPY_ADDRESSES...more details | ||
| COPY_ATTRIBUTES | Copy attribute values | Private |
| CALL METHOD /scmtms/cl_copy_control=>COPY_ATTRIBUTES...more details | ||
| COPY_SPECIFICS | Map nodes | Private |
| CALL METHOD /scmtms/cl_copy_control=>COPY_SPECIFICS...more details | ||
| COPY_TEXTS | Copy text collection for specific nodes | Public |
| CALL METHOD /scmtms/cl_copy_control=>COPY_TEXTS...more details | ||
| DETERMINE_BO | Determine source and target BO | Public |
| CALL METHOD /scmtms/cl_copy_control=>DETERMINE_BO...more details | ||
| DETERMINE_SETTINGS | Get copy settings according to copy profile | Public |
| CALL METHOD /scmtms/cl_copy_control=>DETERMINE_SETTINGS...more details | ||
| FILL_SPECIFICS | Private | |
| CALL METHOD /scmtms/cl_copy_control=>FILL_SPECIFICS...more details | ||
| FORMAT_TARGET_DATA | Format target instance data | Private |
| CALL METHOD /scmtms/cl_copy_control=>FORMAT_TARGET_DATA...more details | ||
| GENERATE_KEYS | Map nodes | Private |
| CALL METHOD /scmtms/cl_copy_control=>GENERATE_KEYS...more details | ||
| GENERATE_PROFILE_DATA | Return the CoCo customizing tables to a profile ID | Public |
| CALL METHOD /scmtms/cl_copy_control=>GENERATE_PROFILE_DATA...more details | ||
| GET_CAPASEL_DEFAULTS | Standard hard constraints | Private |
| CALL METHOD /scmtms/cl_copy_control=>GET_CAPASEL_DEFAULTS...more details | ||
| GET_CONDITIONS_DEFAULTS | Standard hard constraints | Private |
| CALL METHOD /scmtms/cl_copy_control=>GET_CONDITIONS_DEFAULTS...more details | ||
| GET_DEFAULT_VALUES | Apply hard contraints for node / attribute | Private |
| CALL METHOD /scmtms/cl_copy_control=>GET_DEFAULT_VALUES...more details | ||
| GET_DLVPROF_DEFAULTS | Standard hard constraints | Private |
| CALL METHOD /scmtms/cl_copy_control=>GET_DLVPROF_DEFAULTS...more details | ||
| GET_FILTER_DEFAULTS | Standard hard constraints | Private |
| CALL METHOD /scmtms/cl_copy_control=>GET_FILTER_DEFAULTS...more details | ||
| GET_FORBIDDEN_NODES | Get forbidden nodes of a BO | Public |
| CALL METHOD /scmtms/cl_copy_control=>GET_FORBIDDEN_NODES...more details | ||
| GET_FORBIDDEN_NODES_TOR | Get forbidden nodes of a BO | Public |
| CALL METHOD /scmtms/cl_copy_control=>GET_FORBIDDEN_NODES_TOR...more details | ||
| GET_FORBIDDEN_NODES_TRQ | Get forbidden nodes of a BO | Public |
| CALL METHOD /scmtms/cl_copy_control=>GET_FORBIDDEN_NODES_TRQ...more details | ||
| GET_FUB_RULE_DEFAULTS | Standard hard constraints | Private |
| CALL METHOD /scmtms/cl_copy_control=>GET_FUB_RULE_DEFAULTS...more details | ||
| GET_INCOMP_DEFAULTS | Standard hard constraints | Private |
| CALL METHOD /scmtms/cl_copy_control=>GET_INCOMP_DEFAULTS...more details | ||
| GET_KEY | Replace old key | Private |
| CALL METHOD /scmtms/cl_copy_control=>GET_KEY...more details | ||
| GET_KEY_ATTR | Get node key attribute names | Private |
| CALL METHOD /scmtms/cl_copy_control=>GET_KEY_ATTR...more details | ||
| GET_LOADCOSTFU_DEFAULTS | Standard hard constraints | Private |
| CALL METHOD /scmtms/cl_copy_control=>GET_LOADCOSTFU_DEFAULTS...more details | ||
| GET_LSOSET_DEFAULTS | Standard hard constraints | Private |
| CALL METHOD /scmtms/cl_copy_control=>GET_LSOSET_DEFAULTS...more details | ||
| GET_MANDATORY_NODES | Get mandatory nodes of a BO | Public |
| CALL METHOD /scmtms/cl_copy_control=>GET_MANDATORY_NODES...more details | ||
| GET_MAND_ATTR_MAPPING | Get mandatory attribute mapping | Private |
| CALL METHOD /scmtms/cl_copy_control=>GET_MAND_ATTR_MAPPING...more details | ||
| GET_MAND_MAPPING | Get mandatory nodes of a BO | Public |
| CALL METHOD /scmtms/cl_copy_control=>GET_MAND_MAPPING...more details | ||
| GET_MPSET_DEFAULTS | Standard hard constraints | Private |
| CALL METHOD /scmtms/cl_copy_control=>GET_MPSET_DEFAULTS...more details | ||
| GET_OIACPROF_DEFAULTS | Standard hard constraints | Private |
| CALL METHOD /scmtms/cl_copy_control=>GET_OIACPROF_DEFAULTS...more details | ||
| GET_OPTCOSTS_DEFAULTS | Standard hard constraints | Private |
| CALL METHOD /scmtms/cl_copy_control=>GET_OPTCOSTS_DEFAULTS...more details | ||
| GET_OPTSET_DEFAULTS | Standard hard constraints | Private |
| CALL METHOD /scmtms/cl_copy_control=>GET_OPTSET_DEFAULTS...more details | ||
| GET_PLANPROF_DEFAULTS | Standard hard constraints | Private |
| CALL METHOD /scmtms/cl_copy_control=>GET_PLANPROF_DEFAULTS...more details | ||
| GET_REL_INSTANCES | Merge or copy data to target | Private |
| CALL METHOD /scmtms/cl_copy_control=>GET_REL_INSTANCES...more details | ||
| GET_SCHED_DEFAULTS | Standard hard constraints | Private |
| CALL METHOD /scmtms/cl_copy_control=>GET_SCHED_DEFAULTS...more details | ||
| GET_SCHSET_DEFAULTS | Standard hard constraints | Private |
| CALL METHOD /scmtms/cl_copy_control=>GET_SCHSET_DEFAULTS...more details | ||
| GET_SELDEM_DEFAULTS | Standard hard constraints | Private |
| CALL METHOD /scmtms/cl_copy_control=>GET_SELDEM_DEFAULTS...more details | ||
| GET_SELECTED_NODES | Get the BO nodes selected by node copy scope customizing | Public |
| CALL METHOD /scmtms/cl_copy_control=>GET_SELECTED_NODES...more details | ||
| GET_SELLOC_DEFAULTS | Standard hard constraints | Private |
| CALL METHOD /scmtms/cl_copy_control=>GET_SELLOC_DEFAULTS...more details | ||
| GET_SELPROF_DEFAULTS | Standard hard constraints | Private |
| CALL METHOD /scmtms/cl_copy_control=>GET_SELPROF_DEFAULTS...more details | ||
| GET_SEM_KEYS | Get semantic node keys | Public |
| CALL METHOD /scmtms/cl_copy_control=>GET_SEM_KEYS...more details | ||
| GET_SOURCE_BO_DATA | Reads source BO nodes to CoCo Profile with Data Crawler | Private |
| CALL METHOD /scmtms/cl_copy_control=>GET_SOURCE_BO_DATA...more details | ||
| GET_STANDARD_DEFAULTS | Standard hard constraints | Private |
| CALL METHOD /scmtms/cl_copy_control=>GET_STANDARD_DEFAULTS...more details | ||
| GET_SUBNODES | Get all or only direct subnodes to a start node of a BO | Private |
| CALL METHOD /scmtms/cl_copy_control=>GET_SUBNODES...more details | ||
| GET_TARGET_BO_DATA | Reads target BO nodes with Data Crawler | Private |
| CALL METHOD /scmtms/cl_copy_control=>GET_TARGET_BO_DATA...more details | ||
| GET_TOR_DEFAULTS | TO specific hard constraints | Private |
| CALL METHOD /scmtms/cl_copy_control=>GET_TOR_DEFAULTS...more details | ||
| GET_TRQ_DEFAULTS | TR specific hard constraints | Private |
| CALL METHOD /scmtms/cl_copy_control=>GET_TRQ_DEFAULTS...more details | ||
| GET_TSPSPROF_DEFAULTS | Standard hard constraints | Private |
| CALL METHOD /scmtms/cl_copy_control=>GET_TSPSPROF_DEFAULTS...more details | ||
| MARK_CHILD_ITEMS_AS_REF | Mark all child items as referenced | Private |
| CALL METHOD /scmtms/cl_copy_control=>MARK_CHILD_ITEMS_AS_REF...more details | ||
| MERGE_ATTR_FILTER | Merge customizing with mandatory settings (attribute filter) | Private |
| CALL METHOD /scmtms/cl_copy_control=>MERGE_ATTR_FILTER...more details | ||
| MERGE_DATA_MAPPING | Merge customizing with mandatory settings (node/att mapping) | Private |
| CALL METHOD /scmtms/cl_copy_control=>MERGE_DATA_MAPPING...more details | ||
| MODIFY_TARGET | Create or change target instances | Public |
| CALL METHOD /scmtms/cl_copy_control=>MODIFY_TARGET...more details | ||
| MOVE_OR_COPY | Map nodes | Private |
| CALL METHOD /scmtms/cl_copy_control=>MOVE_OR_COPY...more details | ||
| MOVE_TO_TARGET | Merge or copy data to target | Private |
| CALL METHOD /scmtms/cl_copy_control=>MOVE_TO_TARGET...more details | ||
| PREPARE_KEYS | Prepare source instance keys | Private |
| CALL METHOD /scmtms/cl_copy_control=>PREPARE_KEYS...more details | ||
| RETRIEVE_INSTANCES | Retrieve source (and target) object nodes | Public |
| CALL METHOD /scmtms/cl_copy_control=>RETRIEVE_INSTANCES...more details | ||
| SET_ALL_KEYS_TO_FAILED | Moves all source keys to failed key table | Private |
| CALL METHOD /scmtms/cl_copy_control=>SET_ALL_KEYS_TO_FAILED...more details | ||
/SCMTMS/CL_COPY_CONTROL 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 -
TT_TEXT_TYPE -
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