SAP ABAP Data Element FUNCCOPY (Copy Function)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-BMT-OM (Application Component) Organizational Management
     SP00 (Package) Organization and Planning
Basic Data
Data Element FUNCCOPY
Short Description Copy Function  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type FUNCNAME    
Data Type CHAR   Character String 
Length 30    
Decimal Places 0    
Output Length 30    
Value Table TFDIR    
Further Characteristics
Search Help: Name    
Search Help: Parameters    
Parameter ID   
Default Component name    
Change document    
No Input History    
Basic direction is set to LTR    
No BIDI Filtering    
Field Label
  Length  Field Label  
Short 10 Copy 
Medium 17 Copy function 
Long 21 Copy function 
Heading 30 Copy function 
Documentation

Definition

Name of the function module for copying an object

Import parameter:

  • PLVAR LIKE OBJEC-PLVAR
    Plan version
  • REF_OBJECT LIKE HRHCTOBJC
    Object type / object ID of the object to be copied
  • PARENT LIKE HRHCTOBJC OPTIONAL
    The object under which the copied object is to be created
  • RELATION LIKE HRP1001-SUBTY OPTIONAL
    Relationship between superior object and new object
  • BEGDA LIKE OBJEC-BEGDA DEFAULT SY-DATUM
    Start date of object and relationship
  • ENDDA LIKE OBJEC-ENDDA DEFAULT '99991231'
    End date of object and relationship

Export parameter:

  • NEW_OBJECT LIKE HRHCTEXTD
    Copied object

Exceptions:

  • OBJECT_NOT_CREATED
    Error when creating object
  • RELATION_FAILED
    Error when creating relationship
  • CANCELED
    The action was canceled

History
Last changed by/on SAP  20010130 
SAP Release Created in