SAP IF_RSCOPY OO Class - Constants for the copy tool









IF_RSCOPY 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 IF_RSCOPY 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 IF_RSCOPY 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



IF_RSCOPY 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
CHECK_GREENConstantMapping possible (green)1LIKE
RSCOPY_CHECK
Public
CHECK_GREYConstantInitial mapping (gray)0LIKE
RSCOPY_CHECK
Public
CHECK_REDConstantMapping not possible (red)3LIKE
RSCOPY_CHECK
Public
CHECK_YELLOWConstantMapping with warnings possible (yellow)2LIKE
RSCOPY_CHECK
Public
CREATE_BY_REPLICATEConstantCreate again (replicate)'CR'LIKE
RSCOPY_MODE
Public
CREATE_FROM_TEMPLATEConstantCreate again with template'CT'LIKE
RSCOPY_MODE
Public
CREATE_WITH_DEFAULTSConstantCreate again without template'CD'LIKE
RSCOPY_MODE
Public
GROUP_APConstantInfoSources25LIKE
INT4
Public
GROUP_DDDConstantDirect Data-Flow-Dependents30LIKE
INT4
Public
GROUP_DFConstantData Flows10LIKE
INT4
Public
GROUP_DIConstantData Flow Dependents40LIKE
INT4
Public
GROUP_DSConstantDataSources16LIKE
INT4
Public
GROUP_DTAConstantInfoProvider20LIKE
INT4
Public
GROUP_DTA_PARTSConstantInfoProvider (parts)21LIKE
INT4
Public
GROUP_IDDConstantIndirect Data-Flow-Dependents35LIKE
INT4
Public
GROUP_ISConstantAnalysis Processes23LIKE
INT4
Public
GROUP_LSConstantSource Systems15LIKE
INT4
Public
GROUP_OTHERSConstantObjects that cannot be copied13LIKE
INT4
Public
GROUP_PCConstantProcess Chains11LIKE
INT4
Public
GROUP_PDConstantProcess Dependents37LIKE
INT4
Public
GROUP_TRFConstantTransformations27LIKE
INT4
Public
LEAVE_OUTConstantExclude (do not copy)'LO'LIKE
RSCOPY_MODE
Public
LOG_OBJECTConstantLog Component'RSAR'LIKE
BALOBJ_D
Public
LOG_SUBOBJECTConstantApplication Log: Sub-object'COPY'LIKE
BALSUBOBJ
Public
MODIFY_BY_MERGEConstantMerge (overwrite if necessary)'MM'LIKE
RSCOPY_MODE
Public
MODIFY_BY_REPLICATEConstantCreate again or overwrite (replicate)'MR'LIKE
RSCOPY_MODE
Public
MODIFY_FROM_TEMPLATEConstantCreate again or overwrite with template'MT'LIKE
RSCOPY_MODE
Public
MODIFY_WITH_DEFAULTSConstantCreate again or overwrite without template'MD'LIKE
RSCOPY_MODE
Public
NOT_RELEVANTConstantNot relevant (not mapped)'NR'LIKE
RSCOPY_MODE
Public
PLACEHOLDER_NAMEConstantPlaceholder for Replacements'&'LIKE
RSCOPY_REPLACE
Public
PLACEHOLDER_TEXTConstantPlaceholder for Replacements'&VAR&'LIKE
RSTXTLG
Public
REUSE_ORIGINALConstantUse original'RS'LIKE
RSCOPY_MODE
Public
REUSE_OTHERConstantUse different object'RO'LIKE
RSCOPY_MODE
Public
UPDATE_BY_MERGEConstantMerge (overwrite)'UM'LIKE
RSCOPY_MODE
Public
UPDATE_BY_REPLICATEConstantOverwrite (replicate)'UR'LIKE
RSCOPY_MODE
Public
UPDATE_FROM_TEMPLATEConstantOverwrite with template'UT'LIKE
RSCOPY_MODE
Public
UPDATE_WITH_DEFAULTSConstantOverwrite without template'UD'LIKE
RSCOPY_MODE
Public


Links to Related Class(s)

IF_RSCOP...
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!