SAP ABAP Class CL_BTP_WD_CONTMGMT (BTP Content Management)
Hierarchy
DMIS (Software Component) DMIS 2011_1
   CA-EUR (Application Component) European Monetary Union: Euro
     BTP_WD (Package) BTP Web Dynpro Layer
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_BTP_WD_ASSIST BTP Assistance Super Class 20100125
Properties
Class CL_BTP_WD_CONTMGMT  
Short Description BTP Content Management    
Super Class CL_BTP_WD_ASSIST BTP Assistance Super Class 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package BTP_WD   BTP Web Dynpro Layer 
Created 20100125   SAP 
Last change 20141030    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_BTP_WD_CONTMGMT has no forward declaration.
Interfaces
Class CL_BTP_WD_CONTMGMT has no interface implemented.
Friends
Class CL_BTP_WD_CONTMGMT has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 LR_SELECTED_PFOBJECT Static Attribute Private Object reference (TYPE REF TO) CL_BTP_DL_PFOBJECT BTP Portfolio Object (Tests on Use Cases) 20100219
2 LT_ADD_PFOBJECTS Static Attribute Private Type reference (TYPE) BTP_DL_T_REF_PFOBJECT BTP References to Index Tags 20100212
3 LT_MINIMUM_RELEASES Static Attribute Private Type reference (TYPE) BTP_DL_T_LSCPTPL_SYSTEMTYPE BTP System Types in a System Landscape Tempate 20100224
4 LT_REMOVE_PFOBJECTS Static Attribute Private Type reference (TYPE) BTP_DL_T_REF_PFOBJECT BTP References to Portfolio Objects 20100212
5 LV_SCENARIO Static Attribute Public Type reference (TYPE) CNV_MBT_SCENARIO MBT PCL: Scenario 20100809
6 LV_VERBOSE Static Attribute Private Type reference (TYPE) I 20100219
7 NC_VERBOSE_ALL Constant Public Type reference (TYPE) I 0 Lowest level of verbose 20100318
8 NC_VERBOSE_ERROR Constant Public Type reference (TYPE) I 5 An error message 20100317
9 NC_VERBOSE_INFO Constant Public Type reference (TYPE) I 1 An infomation message 20100317
10 NC_VERBOSE_WARNING Constant Public Type reference (TYPE) I 3 A warning message 20100323
11 PV_SELECTION_TYPE Static Attribute Private Type reference (TYPE) BTP_DL_OBJ_TYPE BTP Technical Object Type 20100723
12 PV_TAB_ID Static Attribute Private Type reference (TYPE) STRING ID of tab selection 20100609
13 PV_VIEW_INDEX Static Attribute Private Type reference (TYPE) I 20100215
Methods
# Method Level Visibility Method type Description Created on
1 ADD_ALL_ADD_VALUES Static method Public Method Add all values to attribute 20100413
2 ADD_ALL_ANSWERS Static method Public Method Add all answers to attribute 20100413
3 ADD_ALL_ATTRIBUTES Static method Public Method Add all pfitems to IT approach 20100428
4 ADD_ALL_FLAVOURS Static method Public Method Add all flavours to roadmap 20100218
5 ADD_ALL_LANGU Static method Public Method Add all langu versions to docu object 20100303
6 ADD_ALL_PFITEMS Static method Public Method Add all pfitems to IT approach 20100304
7 ADD_ALL_PFOBJECTS Static method Public Method Add all changes to selected pfobject 20100210
8 ADD_ALL_PHASES Static method Public Method Add all phases to an Project Pattern 20100330
9 ADD_ALL_RFC_CON Static method Public Method Add all RFC connections to landscape template 20100301
10 ADD_PFOBJECT Static method Public Method Add a pfobject 20100210
11 CLEAR_PFOBJECTS Static method Public Method Clear pfobjects table 20100210
12 GET_MINIMUM_RELEASE Static method Public Method Get minimum release of a system type for the active template 20100224
13 GET_NON_ADDED_PFOBJECTS Static method Public Method Get all pfobjects that is neighter stored nor added. 20100212
14 GET_PFOBJECT Static method Public Method Get selected pfobject 20100219
15 GET_SELECTION_TYPE Static method Public Method Get type of selection popup 20100723
16 GET_STORED_PFOBJECTS Static method Public Method Get all stored objects with given type 20100210
17 GET_TAB_SELECTION Static method Public Method Get the tab selection ID 20100609
18 GET_TAB_TABLE Static method Public Method Get table for table context. 20100210
19 GET_URL Instance method Private Method TEST 20100225
20 GET_VERBOSE_LEVEL Static method Public Method Get information level 20100219
21 GET_VIEWSWITCH_LEAD_INDEX Static method Public Method Get index 20100215
22 REMOVE_PFOBJECT Static method Public Method Remove a pfobject 20100210
23 SET_MINIMUM_RELEASE_TBL Static method Public Method Set data in minmum release table 20100224
24 SET_PFOBJECT Static method Public Method Set selected pfobject 20100219
25 SET_SELECTION_TYPE Static method Public Method Set type of selection popup 20100723
26 SET_TAB_SELECTION Static method Public Method Indicate the tab selection ID 20100609
27 SET_VERBOSE_LEVEL Static method Public Method Set information level. 0=info 1=usefull 3=war 5=err 20100219
28 SET_VIEWSWITCH_LEAD_INDEX Static method Public Method Set index 20100215
Events
# Event Type Visibility Description Created on
1 TEST Instance Event
(0)
Public
(2)
test 20100316
Types
Class CL_BTP_WD_CONTMGMT has no local type.
Method Signatures

Method ADD_ALL_ADD_VALUES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CR_PFOBJECT Call by reference Object reference (TYPE REF TO) CL_BTP_DL_PFOBJECT BTP Portfolio Object (Tests on Use Cases) 20100413
2 Importing IR_ND_ADD_VALUES Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20100413

Method ADD_ALL_ADD_VALUES on class CL_BTP_WD_CONTMGMT has no exception.

Method ADD_ALL_ANSWERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CR_PFOBJECT Call by reference Object reference (TYPE REF TO) CL_BTP_DL_PFOBJECT BTP Portfolio Object (Tests on Use Cases) 20100413
2 Importing IR_ND_ANSWERS Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20100413
# Exception Resumable Description Created on
1 CX_BTP_DL_IDXATTR BTP Exceptions on Index Attributes 20100414

Method ADD_ALL_ATTRIBUTES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CR_PFOBJECT Call by reference Object reference (TYPE REF TO) CL_BTP_DL_PFOBJECT BTP Portfolio Object (Tests on Use Cases) 20100428
2 Importing IR_ND_ATTRIBUTES Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20100428
# Exception Resumable Description Created on
1 CX_BTP_DL_PFOBJECT BTP Exceptions on IT Approaches 20100503

Method ADD_ALL_FLAVOURS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CR_PFOBJECT Call by reference Object reference (TYPE REF TO) CL_BTP_DL_PFOBJECT BTP Portfolio Object (Tests on Use Cases) 20100218
2 Importing IR_ND_FLAVOURS Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20100218

Method ADD_ALL_FLAVOURS on class CL_BTP_WD_CONTMGMT has no exception.

Method ADD_ALL_LANGU Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CR_PFOBJECT Call by reference Object reference (TYPE REF TO) CL_BTP_DL_PFOBJECT BTP Portfolio Object (Tests on Use Cases) 20100303
2 Importing IR_ND_LANGU Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20100303
# Exception Resumable Description Created on
1 CX_BTP_DL_DOCU BTP Exceptions on Docu Objects 20100407

Method ADD_ALL_PFITEMS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CR_PFOBJECT Call by reference Object reference (TYPE REF TO) CL_BTP_DL_PFOBJECT BTP Portfolio Object (Tests on Use Cases) 20100304
2 Importing IR_ND_PFITEMS Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20100304
# Exception Resumable Description Created on
1 CX_BTP_DL_ITAPPROACH BTP Exceptions on IT Approaches 20100407

Method ADD_ALL_PFOBJECTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CR_PFOBJECT Call by reference Object reference (TYPE REF TO) CL_BTP_DL_PFOBJECT BTP Portfolio Object (Tests on Use Cases) 20100211
2 Importing IR_ND_ADD_VALUES Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20100413
3 Importing IR_ND_ANSWERS Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20100413
4 Importing IR_ND_FLAVOURS Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20100218
5 Importing IR_ND_LANGU Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20100303
6 Importing IR_ND_PFITEMS Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20100304
7 Importing IR_ND_PHASES Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20100330
8 Importing IR_ND_RFC_CON Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20100301
# Exception Resumable Description Created on
1 CX_BTP_DL_BLUEPRINT Exceptions on Blueprints 20101104
2 CX_BTP_DL_DOCU BTP Exceptions on Docu Objects 20100407
3 CX_BTP_DL_IDXATTR BTP Exceptions on Index Attributes 20100414
4 CX_BTP_DL_ITAPPROACH BTP Exceptions on IT Approaches 20100407
5 CX_BTP_DL_PFOBJECT BTP Exceptions on Portfolio Objects 20100407
6 CX_BTP_DL_PROJPAT BTP Exceptions on Project Patterns 20100330

Method ADD_ALL_PHASES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CR_PFOBJECT Call by reference Object reference (TYPE REF TO) CL_BTP_DL_PFOBJECT BTP Portfolio Object (Tests on Use Cases) 20100330
2 Importing IR_ND_PHASES Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20100330
# Exception Resumable Description Created on
1 CX_BTP_DL_PROJPAT BTP Exceptions on Project Patterns 20100330

Method ADD_ALL_RFC_CON Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CR_PFOBJECT Call by reference Object reference (TYPE REF TO) CL_BTP_DL_PFOBJECT BTP Portfolio Object (Tests on Use Cases) 20100301
2 Importing IR_ND_RFC_CON Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20100301

Method ADD_ALL_RFC_CON on class CL_BTP_WD_CONTMGMT has no exception.

Method ADD_PFOBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_PFOBJECT Call by reference Object reference (TYPE REF TO) CL_BTP_DL_PFOBJECT BTP Portfolio Object (Tests on Use Cases) 20100212

Method ADD_PFOBJECT on class CL_BTP_WD_CONTMGMT has no exception.

Method CLEAR_PFOBJECTS Signature

Method CLEAR_PFOBJECTS on class CL_BTP_WD_CONTMGMT has no parameter.
Method CLEAR_PFOBJECTS on class CL_BTP_WD_CONTMGMT has no exception.

Method GET_MINIMUM_RELEASE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing LR_SYSTEMTYPE Call by reference Object reference (TYPE REF TO) CL_BTP_DL_LSSYSTYPE BTP Portfolio Object Landscape System Type 20100224
2 Returning RV_MINIMUM_RELEASE Value transfer Type reference (TYPE) BTP_DL_LSCP_MINRELEASE BTP Required minimum Release of System in Landscape 20100224

Method GET_MINIMUM_RELEASE on class CL_BTP_WD_CONTMGMT has no exception.

Method GET_NON_ADDED_PFOBJECTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_PFOBJECT Call by reference Object reference (TYPE REF TO) CL_BTP_DL_PFOBJECT BTP Portfolio Object (Tests on Use Cases) 20100212
2 Importing IV_ATT Call by reference Type reference (TYPE) WDY_BOOLEAN Supplement for True Boolean Type: 'X' == True '' == False 20120229
3 Importing IV_IS_SELECTION Call by reference Type reference (TYPE) WDY_BOOLEAN Supplement for True Boolean Type: 'X' == True '' == False 20100223
4 Importing IV_PFITEMS Call by reference Type reference (TYPE) WDY_BOOLEAN Supplement for True Boolean Type: 'X' == True '' == False 20120229
5 Importing IV_PRED Call by reference Type reference (TYPE) WDY_BOOLEAN Supplement for True Boolean Type: 'X' == True '' == False 20111107
6 Importing IV_TYPE Call by reference Type reference (TYPE) BTP_DL_OBJ_TYPE BTP Technical Object Type 20100212
7 Returning RT_PFOBJECTS Value transfer Type reference (TYPE) BTP_DL_T_REF_PFOBJECT BTP References to Portfolio Objects 20100212

Method GET_NON_ADDED_PFOBJECTS on class CL_BTP_WD_CONTMGMT has no exception.

Method GET_PFOBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RR_PFOBJECT Value transfer Object reference (TYPE REF TO) CL_BTP_DL_PFOBJECT BTP Portfolio Object (Tests on Use Cases) 20100219

Method GET_PFOBJECT on class CL_BTP_WD_CONTMGMT has no exception.

Method GET_SELECTION_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_TYPE Value transfer Type reference (TYPE) BTP_DL_OBJ_TYPE BTP Technical Object Type 20100723

Method GET_SELECTION_TYPE on class CL_BTP_WD_CONTMGMT has no exception.

Method GET_STORED_PFOBJECTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_PFOBJECT Call by reference Object reference (TYPE REF TO) CL_BTP_DL_PFOBJECT BTP Portfolio Object (Tests on Use Cases) 20100210
2 Importing IV_TYPE Call by reference Type reference (TYPE) BTP_DL_OBJ_TYPE BTP Technical Object Type 20100210
3 Returning RT_PFOBJECTS Value transfer Type reference (TYPE) BTP_DL_T_REF_PFOBJECT BTP References to Portfolio Objects 20100210

Method GET_STORED_PFOBJECTS on class CL_BTP_WD_CONTMGMT has no exception.

Method GET_TAB_SELECTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_TAB_ID Value transfer Type reference (TYPE) STRING 20100609

Method GET_TAB_SELECTION on class CL_BTP_WD_CONTMGMT has no exception.

Method GET_TAB_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_TYPE Call by reference Type reference (TYPE) BTP_DL_OBJ_TYPE BTP Technical Object Type 20100210
2 Returning RT_TABLE Value transfer Type reference (TYPE) BTP_DL_T_REF_PFOBJECT BTP References to Portfolio Objects 20100210

Method GET_TAB_TABLE on class CL_BTP_WD_CONTMGMT has no exception.

Method GET_URL Signature

Method GET_URL on class CL_BTP_WD_CONTMGMT has no parameter.
Method GET_URL on class CL_BTP_WD_CONTMGMT has no exception.

Method GET_VERBOSE_LEVEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_VERBOSE Value transfer Type reference (TYPE) I 20100219

Method GET_VERBOSE_LEVEL on class CL_BTP_WD_CONTMGMT has no exception.

Method GET_VIEWSWITCH_LEAD_INDEX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_INDEX Value transfer Type reference (TYPE) I 20100215

Method GET_VIEWSWITCH_LEAD_INDEX on class CL_BTP_WD_CONTMGMT has no exception.

Method REMOVE_PFOBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_PFOBJECT Call by reference Object reference (TYPE REF TO) CL_BTP_DL_PFOBJECT BTP Portfolio Object (Tests on Use Cases) 20100210

Method REMOVE_PFOBJECT on class CL_BTP_WD_CONTMGMT has no exception.

Method SET_MINIMUM_RELEASE_TBL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_ND_SYSTEM_TYPES Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20100224

Method SET_MINIMUM_RELEASE_TBL on class CL_BTP_WD_CONTMGMT has no exception.

Method SET_PFOBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_PFOBJECT Call by reference Object reference (TYPE REF TO) CL_BTP_DL_PFOBJECT BTP Portfolio Object (Tests on Use Cases) 20100219

Method SET_PFOBJECT on class CL_BTP_WD_CONTMGMT has no exception.

Method SET_SELECTION_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_TYPE Call by reference Type reference (TYPE) BTP_DL_OBJ_TYPE BTP Technical Object Type 20100723

Method SET_SELECTION_TYPE on class CL_BTP_WD_CONTMGMT has no exception.

Method SET_TAB_SELECTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_TAB_ID Call by reference Type reference (TYPE) STRING 20100609

Method SET_TAB_SELECTION on class CL_BTP_WD_CONTMGMT has no exception.

Method SET_VERBOSE_LEVEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_VERBOSE Call by reference Type reference (TYPE) I 20100219

Method SET_VERBOSE_LEVEL on class CL_BTP_WD_CONTMGMT has no exception.

Method SET_VIEWSWITCH_LEAD_INDEX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_INDEX Call by reference Type reference (TYPE) I 20100215

Method SET_VIEWSWITCH_LEAD_INDEX on class CL_BTP_WD_CONTMGMT has no exception.
Event Signatures

Event TEST Signature
Event TEST on class CL_BTP_WD_CONTMGMT has no parameter.
History
Last changed by/on SAP  20141030 
SAP Release Created in 2006_1_700