SAP ABAP Class CL_RPM_ITEM_VER_CTRL (Object Link Handler)
Hierarchy
CPRXRPM (Software Component) SAP Portfolio and Project Management 6.0
   PPM-PFM (Application Component) Portfolio Management
     RPM_PROJECT (Package) RPM Application Object Project
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_RPM_APPENDAGE Appendage Interface 20051007
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_RPM_COMMON Interface for All Application Objects 20051007
Properties
Class CL_RPM_ITEM_VER_CTRL  
Short Description Object Link Handler    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RPM_PROJECT   RPM Application Object Project 
Created 20051007   SAP 
Last change 20141109    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_RPM_ITEM_VER_CTRL has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_RPM_APPENDAGE Appendage Interface 20051007
2 IF_RPM_COMMON Interface for All Application Objects 20051007
Friends
# Friend Modeled only Created on Description
1 CL_RPM_FACTORY 20051007 Factory Class for Building Appl. Objects
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 OR_OBJECT_STATE Instance attribute Private Object reference (TYPE REF TO) CL_RPM_OBJECT_STATE Object state 20051007
2 OR_PARENT Instance attribute Private Object reference (TYPE REF TO) IF_RPM_COMMON Interface for all application objects 20051007
3 OR_TECHNICAL_OBJECT Instance attribute Private Object reference (TYPE REF TO) CL_RPM_ITEM_VER_CTRL_ASSIGN Object link handler assignment class 20051007
4 OT_LONG_TXT_HEADER Instance attribute Private Type reference (TYPE) TY_TEXT_HEADERS 20090611
5 OT_UPDATED_VER_GUID Instance attribute Private Type reference (TYPE) RPM_TT_GUIDS Table of RPM guids 20090610
6 OV_IS_DELETED Instance attribute Private Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20051007
7 OV_IS_FREED Instance attribute Private Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20051007
Methods
# Method Level Visibility Method type Description Created on
1 ADD_UPDATED_HEADER_GUID Instance method Public Method Adds to list of updated versions 20090610
2 BUFFER_LONG_TEXT_HEADER Instance method Public Method Buffer long text header 20090611
3 CAST_OBJECT_CHANGED Instance method Private Method 20051007
4 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20051007
5 DELETE_OBJECT Instance method Private Method Delete self 20051007
6 GET_API_ATTRIBUTES Instance method Public Method Get attributes in front end structure 20051007
7 GET_ATTRIBUTES Instance method Public Method Get attributes 20051007
8 GET_COLLECTION Instance method Private Method Get the collection from my parent pointing to my assignment 20051007
9 GET_PARENT_PROJECT Instance method Public Method 20051007
10 GET_SHORT_DESCRIPTION Instance method Public Method Get description of application object 20051007
11 ON_TECHNICAL_OBJECT_CHANGED Instance method Private Event handling method Event handler for change of assignment 20051007
12 ON_TECHNICAL_OBJECT_DELETED Instance method Private Event handling method Event handler for deletion of assignment 20051007
13 PROCESS_BEFORE_OBJ_SAVE Instance method Private Event handling method Handle event BEFORE_OBJ_SAVE of CL_RPM_OBJ_MANAGER 20091026
14 SET_ATTRIBUTES Instance method Public Method Set Attributes 20051007
15 SET_PARENT Instance method Private Method Set the parent attribute of this object 20051007
16 SET_SHORT_DESCRIPTION Instance method Public Method Set description of application object 20051007
Events
Class CL_RPM_ITEM_VER_CTRL has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_TEXT_HEADER Private See coding 20090611 BEGIN OF ty_text_header, hdr_guid TYPE /rpm/tv_guid, text_hdr TYPE thead, END OF ty_text_header
2 TY_TEXT_HEADERS Private See coding 20090611 ty_text_headers TYPE TABLE OF ty_text_header
Method Signatures

Method ADD_UPDATED_HEADER_GUID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_UPDATED_GUID Call by reference Type reference (TYPE) RPM_TV_GUID 20090610

Method ADD_UPDATED_HEADER_GUID on class CL_RPM_ITEM_VER_CTRL has no exception.

Method BUFFER_LONG_TEXT_HEADER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_HEADER Call by reference Type reference (TYPE) THEAD SAPscript: Text Header 20090611
2 Importing IV_VER_HDR_GUID Call by reference Type reference (TYPE) /RPM/TV_GUID Guid for application objects 20090611

Method BUFFER_LONG_TEXT_HEADER on class CL_RPM_ITEM_VER_CTRL has no exception.

Method CAST_OBJECT_CHANGED Signature

Method CAST_OBJECT_CHANGED on class CL_RPM_ITEM_VER_CTRL has no parameter.
Method CAST_OBJECT_CHANGED on class CL_RPM_ITEM_VER_CTRL has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_TECHNICAL_OBJECT Call by reference Object reference (TYPE REF TO) CL_RPM_ITEM_VER_CTRL_ASSIGN Object link handler assignment class 20051007

Method CONSTRUCTOR on class CL_RPM_ITEM_VER_CTRL has no exception.

Method DELETE_OBJECT Signature

Method DELETE_OBJECT on class CL_RPM_ITEM_VER_CTRL has no parameter.
Method DELETE_OBJECT on class CL_RPM_ITEM_VER_CTRL has no exception.

Method GET_API_ATTRIBUTES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_LANGU Call by reference Type reference (TYPE) SYLANGU R/3 System, current language 20051007
2 Returning RS_ATTRIBUTES Value transfer Type reference (TYPE) RPM_TS_OBJ_LINK_API RPM: Link data externally visible 20051007

Method GET_API_ATTRIBUTES on class CL_RPM_ITEM_VER_CTRL has no exception.

Method GET_ATTRIBUTES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_ATTRIBUTES Call by reference Type reference (TYPE) /RPM/TS_ITEM_VER_CTRL_INT Object link data storage 20051007
2 Exporting ES_ATTRIBUTES_OLD Call by reference Type reference (TYPE) /RPM/TS_ITEM_VER_CTRL_INT Object link data storage 20051007

Method GET_ATTRIBUTES on class CL_RPM_ITEM_VER_CTRL has no exception.

Method GET_COLLECTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RR_COLLECTION Value transfer Object reference (TYPE REF TO) CL_RPM_ITEM_VER_CTRLS RPM: Relations collection 20051007

Method GET_COLLECTION on class CL_RPM_ITEM_VER_CTRL has no exception.

Method GET_PARENT_PROJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RR_PROJECT Value transfer Object reference (TYPE REF TO) CL_RPM_PROJECT Main project definition 20051007

Method GET_PARENT_PROJECT on class CL_RPM_ITEM_VER_CTRL has no exception.

Method GET_SHORT_DESCRIPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_LANGU Value transfer Type reference (TYPE) SYLANGU R/3 System, current language 20051007
2 Returning RV_DESCRIPTION Value transfer Type reference (TYPE) RPM_TV_SHARED_DESCRIPTION Language-Dependent Short Text 20051007

Method GET_SHORT_DESCRIPTION on class CL_RPM_ITEM_VER_CTRL has no exception.

Method ON_TECHNICAL_OBJECT_CHANGED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SENDER Value transfer Attribute reference (LIKE) 20051007

Method ON_TECHNICAL_OBJECT_CHANGED on class CL_RPM_ITEM_VER_CTRL has no exception.

Method ON_TECHNICAL_OBJECT_DELETED Signature

Method ON_TECHNICAL_OBJECT_DELETED on class CL_RPM_ITEM_VER_CTRL has no parameter.
Method ON_TECHNICAL_OBJECT_DELETED on class CL_RPM_ITEM_VER_CTRL has no exception.

Method PROCESS_BEFORE_OBJ_SAVE Signature

Method PROCESS_BEFORE_OBJ_SAVE on class CL_RPM_ITEM_VER_CTRL has no parameter.
Method PROCESS_BEFORE_OBJ_SAVE on class CL_RPM_ITEM_VER_CTRL has no exception.

Method SET_ATTRIBUTES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_ATTRIBUTES Call by reference Type reference (TYPE) /RPM/TS_ITEM_VER_CTRL_INT Object link attributes 20051007
# Exception Resumable Description Created on
1 CX_RPM_OBJECT_ACCESS_ERROR RPM: Update error 20051007

Method SET_PARENT Signature

Method SET_PARENT on class CL_RPM_ITEM_VER_CTRL has no parameter.
Method SET_PARENT on class CL_RPM_ITEM_VER_CTRL has no exception.

Method SET_SHORT_DESCRIPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_DESCRIPTION Value transfer Type reference (TYPE) RPM_TV_SHARED_DESCRIPTION Language-Dependent Short Text 20051007
2 Importing IV_LANGU Value transfer Type reference (TYPE) SYLANGU R/3 System, current language 20051007
3 Returning RV_TEXT_CHANGED Value transfer Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20051007
# Exception Resumable Description Created on
1 CX_RPM_OBJECT_UPDATE_ERROR RPM: Update error 20051007
History
Last changed by/on SAP  20141109 
SAP Release Created in 400