SAP ABAP Class CL_RSISW_M_A_SRV_PROPERTY_LIST (Model: Abstract Basic Item)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-PLA (Application Component) Planning
     RSISW (Package) Intelligent Services Workbench
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_RSISW_M_A_SRV_PROPERTY Model: Abstract Basic Item 20030509
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_RSISW_M_DATAOBJLIST Model: Data Object List 20030509
2 Inheritance (c INHERITING FROM c_ref)  CL_RSISW_M_PARAMLIST Model: Parameter List 20030509
3 Inheritance (c INHERITING FROM c_ref)  CL_RSISW_M_STATELIST Model: Parameterization Step List 20030509
4 Inheritance (c INHERITING FROM c_ref)  CL_RSISW_M_SUMMARYLIST Model: Parameterization Step List 20030509
Properties
Class CL_RSISW_M_A_SRV_PROPERTY_LIST  
Short Description Model: Abstract Basic Item    
Super Class CL_RSISW_M_A_SRV_PROPERTY Model: Abstract Basic Item 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RSISW   Intelligent Services Workbench 
Created 20030509   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_RSISW_M_A_SRV_PROPERTY_LIST has no forward declaration.
Interfaces
Class CL_RSISW_M_A_SRV_PROPERTY_LIST has no interface implemented.
Friends
# Friend Modeled only Created on Description
1 CL_RSISW_M_SERVICE_DB 20030509 Model: Service Database
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MT_ITEMLIST Instance attribute Protected Type reference (TYPE) RSISW_T_M_SRV_PROP_LIST_REF 20030509
Methods
# Method Level Visibility Method type Description Created on
1 ADD_ITEM Instance method Public Method 20030509
2 COPY Instance method Public Method 20030509
3 COPY_ITEM Instance method Public Method 20030509
4 DELETE Instance method Public Method 20030509
5 DELETE_ITEM Instance method Public Method 20030509
6 GET_ITEM Instance method Public Method 20030509
7 GET_LIST Instance method Public Method 20030509
8 IS_VALID_NEWNAME Instance method Public Method 20030509
9 ON_PROPERTY_CHANGED Instance method Protected Event handling method 20030625
10 RENAME_ITEM Instance method Public Method 20030509
Events
Class CL_RSISW_M_A_SRV_PROPERTY_LIST has no event.
Types
Class CL_RSISW_M_A_SRV_PROPERTY_LIST has no local type.
Method Signatures

Method ADD_ITEM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ITEMNAME Call by reference Type reference (TYPE) RSISW_E_ITEMNAME Service: Teilobjekt Name einer Service 20030509
2 Returning RR_ITEM Value transfer Object reference (TYPE REF TO) CL_RSISW_M_A_SRV_PROPERTY_LITM 20030509
# Exception Resumable Description Created on
1 CX_RS_EXISTING Objekt existiert bereits 20030509
2 CX_RS_INVALID_NAME Ungültiger technischer Name 20030812

Method COPY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_TARGET Call by reference Object reference (TYPE REF TO) CL_RSISW_M_A_SRV_PROPERTY_LIST 20030509
2 Returning RR_MSG Value transfer Object reference (TYPE REF TO) CL_RSO_MSG 20030509

Method COPY on class CL_RSISW_M_A_SRV_PROPERTY_LIST has no exception.

Method COPY_ITEM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ER_ITEM_TRG Value transfer Object reference (TYPE REF TO) CL_RSISW_M_A_SRV_PROPERTY_LITM 20030730
2 Exporting ER_MSG Value transfer Object reference (TYPE REF TO) CL_RSO_MSG 20030730
3 Importing I_ITEMNAME_SOURCE Call by reference Type reference (TYPE) RSISW_E_ITEMNAME Service: Teilobjekt Name einer Service 20030509
4 Importing I_ITEMNAME_TARGET Call by reference Type reference (TYPE) RSISW_E_ITEMNAME Service: Teilobjekt Name einer Service 20030509
# Exception Resumable Description Created on
1 CX_RS_EXISTING Objekt existiert bereits 20030509
2 CX_RS_INVALID_NAME Ungültiger technischer Name 20030509
3 CX_RS_NOT_FOUND Objekt nicht gefunden 20030509

Method DELETE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RR_MSG Value transfer Object reference (TYPE REF TO) CL_RSO_MSG 20030730

Method DELETE on class CL_RSISW_M_A_SRV_PROPERTY_LIST has no exception.

Method DELETE_ITEM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ITEMNAME Call by reference Type reference (TYPE) RSISW_E_ITEMNAME Service: Teilobjekt Name einer Service 20030516
2 Returning RR_MSG Value transfer Object reference (TYPE REF TO) CL_RSO_MSG 20030730

Method DELETE_ITEM on class CL_RSISW_M_A_SRV_PROPERTY_LIST has no exception.

Method GET_ITEM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ITEMNAME Call by reference Type reference (TYPE) RSISW_E_ITEMNAME 20030514
2 Returning RR_ITEM Value transfer Object reference (TYPE REF TO) CL_RSISW_M_A_SRV_PROPERTY_LITM 20030509
# Exception Resumable Description Created on
1 CX_RS_NOT_FOUND Objekt nicht gefunden 20030509

Method GET_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_ITEMLIST Value transfer Type reference (TYPE) RSISW_T_M_ITEMNAME ItemName 20030509

Method GET_LIST on class CL_RSISW_M_A_SRV_PROPERTY_LIST has no exception.

Method IS_VALID_NEWNAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ITEMNAME Call by reference Type reference (TYPE) RSISW_E_ITEMNAME Service: Teilobjekt Name einer Service 20030509
2 Returning R_VALID Value transfer Type reference (TYPE) RS_BOOL Boolean 20030509
# Exception Resumable Description Created on
1 CX_RS_EXISTING Objekt existiert bereits 20030812
2 CX_RS_INVALID_NAME Ungültiger technischer Name 20030812

Method ON_PROPERTY_CHANGED Signature

Method ON_PROPERTY_CHANGED on class CL_RSISW_M_A_SRV_PROPERTY_LIST has no parameter.
Method ON_PROPERTY_CHANGED on class CL_RSISW_M_A_SRV_PROPERTY_LIST has no exception.

Method RENAME_ITEM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ER_ITEM_NEW Value transfer Object reference (TYPE REF TO) CL_RSISW_M_A_SRV_PROPERTY_LITM 20030730
2 Exporting ER_MSG Call by reference Object reference (TYPE REF TO) CL_RSO_MSG 20030730
3 Importing I_ITEMNAME_NEW Call by reference Type reference (TYPE) RSISW_E_ITEMNAME Service: Teilobjekt Name einer Service 20030509
4 Importing I_ITEMNAME_OLD Call by reference Type reference (TYPE) RSISW_E_ITEMNAME Service: Teilobjekt Name einer Service 20030509
# Exception Resumable Description Created on
1 CX_RS_EXISTING Objekt existiert bereits 20030509
2 CX_RS_INVALID_NAME Ungültiger technischer Name 20030509
3 CX_RS_NOT_FOUND Objekt nicht gefunden 20030509
History
Last changed by/on SAP  20130531 
SAP Release Created in 400