SAP ABAP Class CL_RMPS_PROP_VIRTUAL_ATTRS (RMPS (Pro): Handling of Virtual Attributes)
Hierarchy
SAP_ABA (Software Component) Cross-Application Component
   CA-GTF-RCM (Application Component) Records and Case Management
     RMPS_PRO_PROPERTY (Package) PRO: Attribute Handling
Properties
Class CL_RMPS_PROP_VIRTUAL_ATTRS  
Short Description RMPS (Pro): Handling of Virtual Attributes    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RMPS_PRO_PROPERTY   PRO: Attribute Handling 
Created 20040427   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 IF_SRM Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
2 RMPSD Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
3 SRMGS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_RMPS_PROP_VIRTUAL_ATTRS has no interface implemented.
Friends
Class CL_RMPS_PROP_VIRTUAL_ATTRS has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 C_AUTH_ACT_MODIFY Instance attribute Public Type reference (TYPE) STRING 'M' Authorization Activity: Change 20040607
2 C_AUTH_ACT_VIEW Instance attribute Public Type reference (TYPE) STRING 'D' Authorization Activity: Display 20040607
3 C_PURPOSE_EXPORT Constant Public Type reference (TYPE) STRING 'RMPS_EXPORT' Reading Virt. Attr.: For Export 20041110
4 C_PURPOSE_PRINT_MAIL Constant Public Type reference (TYPE) STRING 'RMPS_PRINT_MAIL' List of Virtual Attributes: For Printing and Mail 20050916
5 C_PURPOSE_STD Constant Public Type reference (TYPE) STRING 'RMPS_STANDARD' Reading virt. attr.: Standard (for example for display) 20041110
6 C_VIRTUAL_ATTRS_UOBJ_ID Constant Public Type reference (TYPE) STRING 'RMPS_UOBJ_VIRTUAL_ATTRIBUTES' ID User Obj.: Object for Handling of Virtual Attributes 20040428
7 C_VIRT_ATTR_STRUCT Constant Protected Type reference (TYPE) STRING 'RMPS_PRO_VIRTUAL' Name of Structure that Contains Virtual Attributes 20040428
8 G_ATTR_TAB_ACL Instance attribute Protected Type reference (TYPE) SRM_LIST_EDIT_ATTRIBUTE_VALUE Virt. Attr. for Access Control List 20040512
9 G_ATTR_TAB_CHILD Instance attribute Protected Type reference (TYPE) SRM_LIST_EDIT_ATTRIBUTE_VALUE Virt. Attr. for Child Objects 20040513
10 G_ATTR_TAB_DICLOSABILITY Instance attribute Protected Type reference (TYPE) SRM_LIST_EDIT_ATTRIBUTE_VALUE Virt. Attr. for Disclosability (DPA, EIR, FOI) 20040511
11 G_ATTR_TAB_DP_TA Instance attribute Protected Type reference (TYPE) SRM_LIST_EDIT_ATTRIBUTE_VALUE Virt. Attr. for Disposal Transaction 20040428
12 G_ATTR_TAB_FOI Instance attribute Protected Type reference (TYPE) SRM_LIST_EDIT_ATTRIBUTE_VALUE Virt. Attr. for FOI Data 20040611
13 G_ATTR_TAB_MANDATE Instance attribute Protected Type reference (TYPE) SRM_LIST_EDIT_ATTRIBUTE_VALUE Virt. Attr. for Multi-Value Mandate Attr. 20040706
14 G_ATTR_TAB_PARENT Instance attribute Protected Type reference (TYPE) SRM_LIST_EDIT_ATTRIBUTE_VALUE Virtual Attribute for Parents 20061127
15 G_ATTR_TAB_RELA Instance attribute Protected Type reference (TYPE) SRM_LIST_EDIT_ATTRIBUTE_VALUE Virt. Attr. for Record Relations (Copy, Extract, Rendition) 20040629
16 G_AUTH_KPRO_DOCUMENT_ID Instance attribute Protected Type reference (TYPE) STRING For KPro Attr. Auth. Check: Value Attr. SRM_DOCUMENT_ID 20040604
17 G_AUTH_KPRO_MODEL Instance attribute Protected Type reference (TYPE) STRING For KPro Attr. Auth. Check: Value Attr. SRM_MODEL 20040604
18 G_AUTH_KPRO_SPS_ID Instance attribute Protected Type reference (TYPE) STRING For KPro Attr. Auth. Check: SPS ID 20040604
19 G_DDIC_INFO Static Attribute Protected Type reference (TYPE) DFIES_TABLE DDIC Info about Structure of Virtual Attributes 20040428
20 G_IF_SRM Instance attribute Protected Object reference (TYPE REF TO) IF_SRM General SRM Methods 20040428
21 G_IS_GSP Instance attribute Protected Type reference (TYPE) SRMBOOLEAN POID Belongs to an Object on Basis Generic SP 20040607
22 G_KPRO_ATTR_TYPES Instance attribute Protected Type reference (TYPE) SRMGS_PROPERTY_TYPE_TAB KPro Attribute Descriptions 20040726
23 G_NAME_MAPPING Static Attribute Protected Type reference (TYPE) RMPS_TT_VALUE_LIST Mapping of names virt. attr. of corresp. real attr. 20040825
24 G_OBJECT_FACTORY Instance attribute Protected Object reference (TYPE REF TO) IF_SRM_SRM_OBJECT_FACTORY Object Factory - Framework - for SPs 20040428
25 G_POID Instance attribute Protected Object reference (TYPE REF TO) IF_SRM_POID POID of object whose virtual attributes are handled 20040428
26 G_PROP_NAMES Instance attribute Protected Type reference (TYPE) RMPS_PROP_NAMES_TT Records Management: Link Attribute Names 20060815
27 G_PURPOSE Instance attribute Protected Type reference (TYPE) STRING Purpose for virtual attr. currently being read 20041111
28 G_SPSCLASS Static Attribute Protected Type reference (TYPE) RMPS_TT_VALUE_LIST List of SPS IDs and Class Types 20060419
29 G_SRMGSATNAM Instance attribute Protected Type reference (TYPE) RMPSD_SRMGSATNAM Records Management: Content Model-Specific Attribute Names 20040428
30 G_UPDATE_MODE Instance attribute Protected Type reference (TYPE) STRING Update Mode: Constants: IF_SRM=>DB_UPDATE / DB_UPD....... 20040514
31 G_VIRT_ATTRIBUTES Instance attribute Protected Type reference (TYPE) SRM_LIST_EDIT_ATTRIBUTE_VALUE List of All Virtual Attributes 20040428
Methods
# Method Level Visibility Method type Description Created on
1 AUTHORITY_CHECK_VIRT_KPRO_ATTR Instance method Protected Method Check Authorization for Virtual KPro Attribute 20040604
2 BUILD_VALUE_OBJECT Instance method Protected Method Build Attribute Value Object (without visdescr) 20040428
3 BUILD_VALUE_OBJECT_MULTI Instance method Protected Method Build Multi-Value Attribute Value Object (without visdescr) 20040513
4 CHECK_REAL_ATTR_VISIBLE Instance method Protected Method Check if real attribute is displayed 20040726
5 CLASS_CONSTRUCTOR Static method Public Constructor Class constructor 20040428
6 CONSTRUCTOR Instance method Public Constructor Constructor 20040427
7 GET_ATTR_NAMES_KPRO Instance method Public Method Read Attribute Descriptions from SRMGSATNAM for KPro 20040526
8 GET_ATTR_PROP_NAMES Instance method Public Method Read Attribute Descriptions from SRMGSATNAM for KPro 20060815
9 GET_INSTANCE_FROM_CONTEXT Static method Public Method Get Instance of Object from Context 20040428
10 GET_LIST_OF_CASE_MULTIVAL Static method Public Method Get List of Multi-Value Case Attributes 20040826
11 GET_LIST_OF_CHANGABLE_VIRTUALS Static method Public Method Get List of Changeable Virtual Attributes 20040825
12 GET_VIRTUAL_ATTRIBUTES Instance method Public Method Get List of Virtual Attributes (Without VisDescr) 20040428
13 GET_VIRTUAL_ATTRS_DDIC_INFO Static method Public Method Get DDIC Information for Virtual Attributes 20040526
14 INIT_CASE_PARENT_ATTRS Instance method Protected Method 20061127
15 INIT_VATTRS_ACL Instance method Protected Method Create Virt. Attribute for Access Control List 20040512
16 INIT_VATTRS_DISCLOSURE_CASE Instance method Protected Method Build List of Multi-Value Virt. Case Attr. for Discl.(DPA..) 20040611
17 INIT_VATTRS_DISP_TA Instance method Protected Method Create List of Virt. Attr. for Disposal Transaction 20040428
18 INIT_VATTRS_DOC_RELA Instance method Protected Method Create List of Virt. Attr. for Record Relations 20040629
19 INIT_VATTRS_DOC_VERSIONS Instance method Protected Method 20061227
20 INIT_VATTRS_FOI Instance method Protected Method Create Virt. Attribute for Compl. FOI Handling 20040611
21 INIT_VATTRS_MANDATE Instance method Protected Method Build Virt. Attribute for Multi-Value Mandate Attributes 20040706
22 INIT_VATTRS_TEMPLATE Instance method Protected Method Attribute Template 20060627
23 INIT_VATTR_CHILD_OBJECTS Instance method Protected Method Create List of Virt. Attr. for Disposal Transaction 20040513
24 INIT_VIRTUAL_ATTRS_CASE Instance method Public Method Create List of Virtual Attr. for Case (without VisDescr) 20040428
25 INIT_VIRTUAL_ATTRS_KPRO Instance method Public Method Create List of Virt. Attr. for KPro (without VisDescr) 20040428
26 MAP_LINK_TO_PROP_NAME Instance method Public Method Construct List of Links and Property Names 20060419
27 MAP_NAME_OF_CHANGABLE_VIRTUAL Static method Public Method Create Names of Changeable Virtuals on Real Attr. 20040825
28 PLACE_VIRTUAL_ATTRS_CASE Instance method Public Method Create List of Virtual Attr. for Case (without VisDescr) 20040429
29 PLACE_VIRTUAL_ATTRS_KPRO Instance method Public Method Place the Virtual Attributes for KPro 20040428
30 REPLACE_EXISTING_ATTRS_CASE Instance method Protected Method Move Ex. Attributes after Insertion of Virt. Attr. 20040512
31 RESET_ALL Instance method Protected Method Reset Everything 20040826
32 UPDATE_TEXT_IN_VAL_OBJECT Instance method Protected Method Update Text in an Attribute Value Object 20040826
33 UPDATE_VIRT_ATTR_TEXTS Instance method Public Method Update Texts of Virtual Attributes 20040826
Events
Class CL_RMPS_PROP_VIRTUAL_ATTRS has no event.
Types
Class CL_RMPS_PROP_VIRTUAL_ATTRS has no local type.
Method Signatures

Method AUTHORITY_CHECK_VIRT_KPRO_ATTR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_ACTIVITY Call by reference Type reference (TYPE) STRING Aktivität (Konst. C_AUTH_ACT_*) 20040604
2 Importing IM_ATTR_ID Call by reference Type reference (TYPE) STRING Attributname 20040604
3 Importing IM_CONTEXT Call by reference Object reference (TYPE REF TO) IF_SRM_PROP_CONTEXT Kontext 20040805
4 Returning RE_CHECK_OK Value transfer Type reference (TYPE) SRMBOOLEAN Berechtigung vorhanden 20040604
# Exception Resumable Description Created on
1 CX_SRM Basisklasse (abstrakt) 20040604

Method BUILD_VALUE_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_CONTEXT Call by reference Object reference (TYPE REF TO) IF_SRM_PROP_CONTEXT Kontext 20040805
2 Importing IM_HAS_F4 Call by reference Type reference (TYPE) SRMBOOLEAN IF_SRM=>FALSE Hat F4-Hilfe? 20040429
3 Importing IM_ID Call by reference Type reference (TYPE) STRING Attribut-ID 20040428
4 Importing IM_IS_VISIBLE Call by reference Type reference (TYPE) SRMBOOLEAN IF_SRM=>TRUE Ist Attr. sichtbar? 20040727
5 Importing IM_TEXT Call by reference Type reference (TYPE) STRING Text zum Wert 20040428
6 Importing IM_VALUE Call by reference Type reference (TYPE) STRING Attribut-Wert 20040428
7 Returning RE_ATTR Value transfer Object reference (TYPE REF TO) IF_SRM_EDIT_ATTRIBUTE_VALUE Attributwertobjekt 20040428
# Exception Resumable Description Created on
1 CX_SRM Basisklasse (abstrakt) 20040429

Method BUILD_VALUE_OBJECT_MULTI Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_CONTEXT Call by reference Object reference (TYPE REF TO) IF_SRM_PROP_CONTEXT Kontext 20040805
2 Importing IM_HAS_F4 Call by reference Type reference (TYPE) SRMBOOLEAN IF_SRM=>FALSE Hat F4-Hilfe? 20040513
3 Importing IM_ID Call by reference Type reference (TYPE) STRING Attribut-ID 20040513
4 Importing IM_IS_VISIBLE Call by reference Type reference (TYPE) SRMBOOLEAN IF_SRM=>TRUE Ist Attr. sichtbar? 20040727
5 Importing IM_STRING_TAB Call by reference Type reference (TYPE) SRM_LIST_STRING Attribut-Wert 20040513
6 Returning RE_ATTR Value transfer Object reference (TYPE REF TO) IF_SRM_EDIT_ATTRIBUTE_VALUE Attributwertobjekt 20040513
# Exception Resumable Description Created on
1 CX_SRM Basisklasse (abstrakt) 20040513

Method CHECK_REAL_ATTR_VISIBLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_ATTR_ID Call by reference Type reference (TYPE) STRING Zu prüfendes Attribut 20040726
2 Importing IM_CONTEXT Call by reference Object reference (TYPE REF TO) IF_SRM_PROP_CONTEXT Kontext 20040726
3 Importing IM_HIDE_INHERITED Call by reference Type reference (TYPE) SRMBOOLEAN IF_SRM=>FALSE Geerbte Attribute nicht anzeigen? 20040726
4 Returning RE_VISIBLE Value transfer Type reference (TYPE) SRMBOOLEAN Würde echtes Attr. dargestellt werden? 20040726

Method CHECK_REAL_ATTR_VISIBLE on class CL_RMPS_PROP_VIRTUAL_ATTRS has no exception.

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class CL_RMPS_PROP_VIRTUAL_ATTRS has no parameter.
Method CLASS_CONSTRUCTOR on class CL_RMPS_PROP_VIRTUAL_ATTRS has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_IF_SRM Call by reference Object reference (TYPE REF TO) IF_SRM Allgemeine SRM Methoden 20040428
2 Importing IM_POID Call by reference Object reference (TYPE REF TO) IF_SRM_POID POID des Elements, dessen virtuelle Attr. zu handeln sind 20040427
3 Importing IM_UPDATE_MODE Call by reference Type reference (TYPE) STRING IF_SRM=>DB_UPDATE Konstanten: IF_SRM=>DB_UPDATE / DB_UPD....... 20040514
# Exception Resumable Description Created on
1 CX_SRM_INITIALIZATION Initialisierungsfehler (abstrakt) 20040428

Method GET_ATTR_NAMES_KPRO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_ATTR_NAMES Value transfer Type reference (TYPE) RMPSD_SRMGSATNAM Namen von KPro-Attributen aus SRMGSATNAM 20040526

Method GET_ATTR_NAMES_KPRO on class CL_RMPS_PROP_VIRTUAL_ATTRS has no exception.

Method GET_ATTR_PROP_NAMES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_PROP_NAMES Value transfer Type reference (TYPE) RMPS_PROP_NAMES_TT Namen von Attributen aus RMPSU_PROP_NAME 20060815

Method GET_ATTR_PROP_NAMES on class CL_RMPS_PROP_VIRTUAL_ATTRS has no exception.

Method GET_INSTANCE_FROM_CONTEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_CONTEXT Call by reference Object reference (TYPE REF TO) IF_SRM_PROP_CONTEXT Kontext 20040428
2 Returning RE_OBJECT Value transfer Object reference (TYPE REF TO) CL_RMPS_PROP_VIRTUAL_ATTRS Instanz 20040428

Method GET_INSTANCE_FROM_CONTEXT on class CL_RMPS_PROP_VIRTUAL_ATTRS has no exception.

Method GET_LIST_OF_CASE_MULTIVAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_LIST Value transfer Type reference (TYPE) SRMTTSTRING Mehrwert. Case-Attribute; echte Attributnamen 20040826

Method GET_LIST_OF_CASE_MULTIVAL on class CL_RMPS_PROP_VIRTUAL_ATTRS has no exception.

Method GET_LIST_OF_CHANGABLE_VIRTUALS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_LIST Value transfer Type reference (TYPE) SRMTTSTRING Liste der bekannten änderbaren virtuellen Attr. 20040825

Method GET_LIST_OF_CHANGABLE_VIRTUALS on class CL_RMPS_PROP_VIRTUAL_ATTRS has no exception.

Method GET_VIRTUAL_ATTRIBUTES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_CONTEXT Call by reference Object reference (TYPE REF TO) IF_SRM_PROP_CONTEXT Kontext 20040428
2 Returning RE_VIRTUAL_ATTRIBUTES Value transfer Type reference (TYPE) SRM_LIST_EDIT_ATTRIBUTE_VALUE Liste der virtuellen Attribute 20040428

Method GET_VIRTUAL_ATTRIBUTES on class CL_RMPS_PROP_VIRTUAL_ATTRS has no exception.

Method GET_VIRTUAL_ATTRS_DDIC_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_DDIC_INFO Value transfer Type reference (TYPE) DFIES_TABLE DDIC-Info zu virtuellen Attributen 20040526

Method GET_VIRTUAL_ATTRS_DDIC_INFO on class CL_RMPS_PROP_VIRTUAL_ATTRS has no exception.

Method INIT_CASE_PARENT_ATTRS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_ATTR_TAB Call by reference Type reference (TYPE) SRM_LIST_ATTRIBUTE_VALUE List: IF_SRM_ATTRIBUTE_VALUE 20061127
2 Importing IM_SUPERIOR_CONTAINER Call by reference Type reference (TYPE) SRM_LIST_OBJECT List: Object 20061127
3 Returning RE_ATTR_TAB_PARENT Value transfer Type reference (TYPE) SRM_LIST_ATTRIBUTE_VALUE List: IF_SRM_ATTRIBUTE_VALUE 20061127

Method INIT_CASE_PARENT_ATTRS on class CL_RMPS_PROP_VIRTUAL_ATTRS has no exception.

Method INIT_VATTRS_ACL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CH_ACL_DL Call by reference Object reference (TYPE REF TO) IF_RMPS_ACL ACL-Objekt (Verteilerlisten) 20040514
2 Changing CH_ACL_US Call by reference Object reference (TYPE REF TO) IF_RMPS_ACL ACL-Objekt (User) 20040514
3 Changing CH_REAL_ATTRS_TO_UPDATE Call by reference Type reference (TYPE) SRM_LIST_ATTR_VAL_HDL Reale Attr., deren Wert zu akt. ist (Spalte RESULT_ERR_TEXT) 20050913
4 Exporting EX_ATTR_TAB_ACL Call by reference Type reference (TYPE) SRM_LIST_ATTRIBUTE_VALUE Virtuelle ACL-Attr.objekte für Visualisierung der ACL 20040512
5 Importing IM_ATTR_TAB Call by reference Type reference (TYPE) SRM_LIST_ATTRIBUTE_VALUE Attr.tab. mit allen "echten" Attributen 20040512
6 Importing IM_CONTEXT Call by reference Object reference (TYPE REF TO) IF_SRM_PROP_CONTEXT Kontext 20040512
7 Importing IM_EDIT_MODE Call by reference Type reference (TYPE) SCMG_PROCESSING_MODE Bearbeitungs-Modus: C(reate), M(odify), D(isplay) 20040512
8 Importing IM_HIDE_INHERITED Call by reference Type reference (TYPE) SRMBOOLEAN IF_SRM=>FALSE Geerbte Attribute nicht anzeigen? 20040726
9 Importing IM_UPDATE_REAL_ATTRS Call by reference Type reference (TYPE) SRMBOOLEAN IF_SRM=>TRUE Sollen reale Attribute aktualisiert werden? 20050913
# Exception Resumable Description Created on
1 CX_SRM Basisklasse (abstrakt) 20040512

Method INIT_VATTRS_DISCLOSURE_CASE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_ATTR_TAB Call by reference Type reference (TYPE) SRM_LIST_ATTRIBUTE_VALUE Attr.tab. mit allen "echten" Attributen 20040611
2 Importing IM_CONTEXT Call by reference Object reference (TYPE REF TO) IF_SRM_PROP_CONTEXT Kontext 20040611
3 Importing IM_HIDE_INHERITED Call by reference Type reference (TYPE) SRMBOOLEAN IF_SRM=>FALSE Geerbte Attribute nicht anzeigen? 20040727
4 Importing IM_MULT_VALUES Call by reference Object reference (TYPE REF TO) IF_RMPS_CASE_MULTIPLE_VALUES Handler für mehrwert. Attribute am Case 20040611
5 Returning RE_ATTR_TAB_DISCLOSURE Value transfer Type reference (TYPE) SRM_LIST_ATTRIBUTE_VALUE Attr.tab. mit virt. Attr. für Offenlegung 20040611
# Exception Resumable Description Created on
1 CX_SRM Basisklasse (abstrakt) 20040611

Method INIT_VATTRS_DISP_TA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_ATTR_TAB Call by reference Type reference (TYPE) SRM_LIST_ATTRIBUTE_VALUE Attr.tab. mit allen "echten" Attributen 20040428
2 Importing IM_CONTEXT Call by reference Object reference (TYPE REF TO) IF_SRM_PROP_CONTEXT Kontext 20040428
3 Returning RE_ATTR_TAB_DP_TA Value transfer Type reference (TYPE) SRM_LIST_ATTRIBUTE_VALUE Attr.tab. mit virt. Attr. für Aussonderungstransaktion 20040428
# Exception Resumable Description Created on
1 CX_SRM Basisklasse (abstrakt) 20040429

Method INIT_VATTRS_DOC_RELA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_ATTR_TAB Call by reference Type reference (TYPE) SRM_LIST_ATTRIBUTE_VALUE Attr.tab. mit virt. Attr. für Dokumentrelationen 20050614
2 Exporting EX_IS_RENDITION Call by reference Type reference (TYPE) SRMBOOLEAN Dokument ist Rendition von 20050614
3 Importing IM_ATTR_TAB Call by reference Type reference (TYPE) SRM_LIST_ATTRIBUTE_VALUE Attr.tab. mit allen "echten" Attributen 20040629
4 Importing IM_CONTEXT Call by reference Object reference (TYPE REF TO) IF_SRM_PROP_CONTEXT Kontext 20040629
5 Importing IM_DO_FOR_CASE Call by reference Type reference (TYPE) SRMBOOLEAN IF_SRM=>FALSE Relationen für Case aufbauen (->nur see also; unsichtbar) 20041028
# Exception Resumable Description Created on
1 CX_RMPS_LINKS Fehler beim Pflegen von Verweisen 20040917
2 CX_SRM Basisklasse (abstrakt) 20040629

Method INIT_VATTRS_DOC_VERSIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_INCOMING_RELATIONS Call by reference Type reference (TYPE) RMPS_LINK_LIST List of Link Objects 20061227
2 Importing IM_OUTGOING_RELATIONS Call by reference Type reference (TYPE) RMPS_LINK_LIST List of Link Objects 20061227
# Exception Resumable Description Created on
1 CX_RMPS_LINKS 20061227
2 CX_SRM 20061227

Method INIT_VATTRS_FOI Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CH_FOI Call by reference Object reference (TYPE REF TO) IF_RMPS_PRO_GROUP FOI-Objekt 20040611
2 Changing CH_FOI_DETDAT Call by reference Object reference (TYPE REF TO) IF_RMPS_CASE_MULTIPLE_VALUES Objekt zum Handling von FOI-Freigabedetails+ -datum 20040824
3 Changing CH_REAL_ATTRS_TO_UPDATE Call by reference Type reference (TYPE) SRM_LIST_ATTR_VAL_HDL Reale Attr., deren Wert zu akt. ist (Spalte RESULT_ERR_TEXT) 20050913
4 Exporting EX_ATTR_TAB_FOI Call by reference Type reference (TYPE) SRM_LIST_ATTRIBUTE_VALUE Virtuelles FOI-Attr.objekt für Visualisierung der FOI-Daten 20040611
5 Importing IM_ATTR_TAB Call by reference Type reference (TYPE) SRM_LIST_ATTRIBUTE_VALUE Attr.tab. mit allen "echten" Attributen 20040611
6 Importing IM_CONTEXT Call by reference Object reference (TYPE REF TO) IF_SRM_PROP_CONTEXT Kontext 20040611
7 Importing IM_EDIT_MODE Call by reference Type reference (TYPE) SCMG_PROCESSING_MODE Bearbeitungs-Modus: C(reate), M(odify), D(isplay) 20040611
8 Importing IM_HIDE_INHERITED Call by reference Type reference (TYPE) SRMBOOLEAN IF_SRM=>FALSE Geerbte Attribute nicht anzeigen? 20040727
9 Importing IM_UPDATE_REAL_ATTRS Call by reference Type reference (TYPE) SRMBOOLEAN IF_SRM=>TRUE Sollen reale Attribute aktualisiert werden? 20050913
# Exception Resumable Description Created on
1 CX_SRM Basisklasse (abstrakt) 20040611

Method INIT_VATTRS_MANDATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_ATTR_TAB_MANDATE Call by reference Type reference (TYPE) SRM_LIST_ATTRIBUTE_VALUE Virtuelle Attr.objekte für Vis. der mehrwert. Mandate-Attrrs 20040706
2 Importing IM_ATTR_TAB Call by reference Type reference (TYPE) SRM_LIST_ATTRIBUTE_VALUE Attr.tab. mit allen "echten" Attributen 20040706
3 Importing IM_CONTEXT Call by reference Object reference (TYPE REF TO) IF_SRM_PROP_CONTEXT Kontext 20040706
4 Importing IM_MULT_VALUES Call by reference Object reference (TYPE REF TO) IF_RMPS_CASE_MULTIPLE_VALUES Handler für mehrwert. Attribute am Case 20040706
# Exception Resumable Description Created on
1 CX_SRM Basisklasse (abstrakt) 20040706

Method INIT_VATTRS_TEMPLATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_CONTEXT Call by reference Object reference (TYPE REF TO) IF_SRM_PROP_CONTEXT Context 20060711
2 Importing IM_DESCRIPT Call by reference Type reference (TYPE) SDOK_DESCR 20060627
3 Importing IM_PROP_NAME Call by reference Type reference (TYPE) SDOK_PROPN 20060627

Method INIT_VATTRS_TEMPLATE on class CL_RMPS_PROP_VIRTUAL_ATTRS has no exception.

Method INIT_VATTR_CHILD_OBJECTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_ATTR_TAB Call by reference Type reference (TYPE) SRM_LIST_ATTRIBUTE_VALUE Attr.tab. mit allen "echten" Attributen 20040513
2 Importing IM_CONTEXT Call by reference Object reference (TYPE REF TO) IF_SRM_PROP_CONTEXT Kontext 20040513
3 Importing IM_IS_RENDITION Call by reference Type reference (TYPE) SRMBOOLEAN Dokument ist Rendition von 20050614
4 Returning RE_ATTR_TAB_CHILD Value transfer Type reference (TYPE) SRM_LIST_ATTRIBUTE_VALUE Attr.tab. mit virt. Attr. für Kind-Objekte 20040513
# Exception Resumable Description Created on
1 CX_SRM Basisklasse (abstrakt) 20040513

Method INIT_VIRTUAL_ATTRS_CASE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CH_PROPERTIES Call by reference Type reference (TYPE) SCMG_T_ATTR_DISPLAY_PROPERTIES Case-Attribute: Anzeigeeigenschaften 20040428
2 Exporting EX_NUM_OF_VIRT_ATTRS Call by reference Type reference (TYPE) I Anzahl der virtuellen Attribute 20040429
3 Exporting EX_REAL_ATTRS_TO_UPDATE Call by reference Type reference (TYPE) SRM_LIST_ATTR_VAL_HDL Reale Attr., deren Wert zu akt. ist (Spalte RESULT_ERR_TEXT) 20050913
4 Exporting EX_VIRT_ATTR_TAB Call by reference Type reference (TYPE) SRM_LIST_EDIT_ATTRIBUTE_VALUE Tabelle der virtuellen Attribute 20040514
5 Importing IM_CASE Call by reference Object reference (TYPE REF TO) IF_SCMG_CASE Case: Backend (Alternativ zu Frontend angeben) 20040428
6 Importing IM_CASE_VIS Call by reference Object reference (TYPE REF TO) CL_SCMG_CASE_VISUALIZATION_WIN Case: Frontend (Alternativ zu Backend angeben) 20040514
7 Importing IM_EDIT_MODE Call by reference Type reference (TYPE) SCMG_PROCESSING_MODE Bearbeitungs-Modus: C(reate), M(odify), D(isplay) 20040428
8 Importing IM_FLT_VAL Call by reference Type reference (TYPE) SCMGPROCESS Zulässiger Prozess zur Fallart 20040428
9 Importing IM_PURPOSE Call by reference Type reference (TYPE) STRING C_PURPOSE_STD Zweck (Konst. C_PURPOSE_*) 20041110
10 Importing IM_UPDATE_REAL_ATTRS Call by reference Type reference (TYPE) SRMBOOLEAN IF_SRM=>TRUE Sollen reale Attribute aktualisiert werden? 20050913
11 Importing IM_VALUES Call by reference Type reference (TYPE) SRM_LIST_EDIT_ATTRIBUTE_VALUE List: IF_SRM_EDIT_ATTRIBUTE_VALUE 20040428
# Exception Resumable Description Created on
1 CX_RMPS_LINKS Fehler beim Pflegen von Verweisen 20041111
2 CX_SRM Basisklasse (abstrakt) 20040429

Method INIT_VIRTUAL_ATTRS_KPRO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CH_ATTR_TAB Call by reference Type reference (TYPE) SRM_LIST_ATTRIBUTE_VALUE Attr.tab. mit allen "echten" Attributen 20040428
2 Exporting EX_NUM_OF_VIRT_ATTRS Call by reference Type reference (TYPE) I Anzahl der virtuellen Attribute 20040428
3 Exporting EX_REAL_ATTRS_TO_UPDATE Call by reference Type reference (TYPE) SRM_LIST_ATTR_VAL_HDL Reale Attr., deren Wert zu akt. ist (Spalte RESULT_ERR_TEXT) 20050913
4 Importing IM_CONTEXT Call by reference Object reference (TYPE REF TO) IF_SRM_PROP_CONTEXT Kontext 20040428
5 Importing IM_HIDE_INHERITED Call by reference Type reference (TYPE) SRMBOOLEAN IF_SRM=>FALSE Geerbte Attribute nicht anzeigen? 20040726
6 Importing IM_UPDATE_REAL_ATTRS Call by reference Type reference (TYPE) SRMBOOLEAN IF_SRM=>TRUE Sollen reale Attribute aktualisiert werden? 20050913
# Exception Resumable Description Created on
1 CX_RMPS_LINKS Fehler beim Pflegen von Verweisen 20041004
2 CX_SRM Basisklasse (abstrakt) 20040429

Method MAP_LINK_TO_PROP_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_PROP_NAME Call by reference Type reference (TYPE) SDOK_PROPN Attribut eines Dokuments oder einer Beziehung 20060419
2 Importing IM_REL_COMMENT Call by reference Type reference (TYPE) SDOK_PROPV Attributausprägung 20060419
3 Importing IM_SPSID Call by reference Type reference (TYPE) SRMSPSID Elementart-ID 20060419

Method MAP_LINK_TO_PROP_NAME on class CL_RMPS_PROP_VIRTUAL_ATTRS has no exception.

Method MAP_NAME_OF_CHANGABLE_VIRTUAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CH_REAL_ATTRIBUTE Call by reference Type reference (TYPE) STRING Name d. echten Attr. (=Name virt., falls kein Unterschied) 20040825
2 Changing CH_VIRTUAL_ATTRIBUTE Call by reference Type reference (TYPE) STRING Name d. zugehör. virt. Attr. (=Name echt, f. kein Untersch.) 20040825

Method MAP_NAME_OF_CHANGABLE_VIRTUAL on class CL_RMPS_PROP_VIRTUAL_ATTRS has no exception.

Method PLACE_VIRTUAL_ATTRS_CASE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CH_PROPERTIES Call by reference Type reference (TYPE) SCMG_T_ATTR_DISPLAY_PROPERTIES Case-Attribute: Anzeigeeigenschaften 20040429
2 Exporting EX_VIRTUAL_PROPERTIES Call by reference Type reference (TYPE) SCMG_T_ATTR_DISPLAY_PROPERTIES Anzeigeeigenschaften der virtuellen Attribute 20040604
3 Importing IM_CASE Call by reference Object reference (TYPE REF TO) IF_SCMG_CASE Case: Backend (Alternativ zu Frontend angeben) 20040429
4 Importing IM_CASE_VIS Call by reference Object reference (TYPE REF TO) CL_SCMG_CASE_VISUALIZATION_WIN Case: Frontend (Alternativ zu Backend angeben) 20040514
5 Importing IM_EDIT_MODE Call by reference Type reference (TYPE) SCMG_PROCESSING_MODE Bearbeitungs-Modus: C(reate), M(odify), D(isplay) 20040429
6 Importing IM_FLT_VAL Call by reference Type reference (TYPE) SCMGPROCESS Zulässiger Prozess zur Fallart 20040429
7 Importing IM_VALUES Call by reference Type reference (TYPE) SRM_LIST_EDIT_ATTRIBUTE_VALUE List: IF_SRM_EDIT_ATTRIBUTE_VALUE 20040429
# Exception Resumable Description Created on
1 CX_SRM Basisklasse (abstrakt) 20040429

Method PLACE_VIRTUAL_ATTRS_KPRO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CH_ATTR_TYPES Call by reference Type reference (TYPE) SRMGS_PROPERTY_TYPE_TAB KPro-Attributtypen (nach LOIO/PHIO-Merge) 20040428
2 Importing IM_CONTEXT Call by reference Object reference (TYPE REF TO) IF_SRM_PROP_CONTEXT Kontext 20040428
# Exception Resumable Description Created on
1 CX_SRM Basisklasse (abstrakt) 20040429

Method REPLACE_EXISTING_ATTRS_CASE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CH_PROPERTIES Call by reference Type reference (TYPE) SCMG_T_ATTR_DISPLAY_PROPERTIES Case-Attribute: Anzeigeeigenschaften 20040512
2 Importing IM_ANCHOR_COL Call by reference Type reference (TYPE) I Spalte Anker-Attr. (hinter dem Attr. eingefügt wurden) 20040512
3 Importing IM_ANCHOR_GROUP_ID Call by reference Type reference (TYPE) I Grupped. Anker-Attr. und der eingefügten Attribute 20040512
4 Importing IM_ANCHOR_ROW Call by reference Type reference (TYPE) I Zeile Anker-Attr. (hinter dem Attr. eingefügt wurden) 20040512
5 Importing IM_LAST_INSERT_COL Call by reference Type reference (TYPE) I Spalte des letzten eingefügten Attributs 20040512
6 Importing IM_LAST_INSERT_ROW Call by reference Type reference (TYPE) I Zeile des letzten eingefügten Attributs 20040512

Method REPLACE_EXISTING_ATTRS_CASE on class CL_RMPS_PROP_VIRTUAL_ATTRS has no exception.

Method RESET_ALL Signature

Method RESET_ALL on class CL_RMPS_PROP_VIRTUAL_ATTRS has no parameter.
Method RESET_ALL on class CL_RMPS_PROP_VIRTUAL_ATTRS has no exception.

Method UPDATE_TEXT_IN_VAL_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_NEW_TEXT Call by reference Type reference (TYPE) STRING Neuer Text (wird für den 1. Wert gesetzt) 20040826
2 Importing IM_VAL_OBJECT Call by reference Object reference (TYPE REF TO) IF_SRM_EDIT_ATTRIBUTE_VALUE Attribut-Wert-Objekt (einwertig!) 20040826
# Exception Resumable Description Created on
1 CX_SRM Basisklasse (abstrakt) 20040826

Method UPDATE_VIRT_ATTR_TEXTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_UPDATED_ATTRS Call by reference Type reference (TYPE) SRM_LIST_EDIT_ATTRIBUTE_VALUE Tabelle der virtuellen Attr. mit aktualisiertem Text 20040826
2 Importing IM_ACL_DL Call by reference Object reference (TYPE REF TO) IF_RMPS_ACL Objekt zum Handling der ACL für Verteilerlisten 20040826
3 Importing IM_ACL_US Call by reference Object reference (TYPE REF TO) IF_RMPS_ACL Objekt zum Handling der ACL für Benutzer 20040826
4 Importing IM_FOI Call by reference Object reference (TYPE REF TO) IF_RMPS_PRO_GROUP Objekt zum Handling von FOI-Flag, Exemption, ReviewDate 20040826
5 Importing IM_FOI_DETDAT Call by reference Object reference (TYPE REF TO) IF_RMPS_CASE_MULTIPLE_VALUES Objekt zum Handling von FOI-Freigabedetails und -datum 20040826
6 Importing IM_MULTIVAL_OBJECT Call by reference Object reference (TYPE REF TO) IF_RMPS_CASE_MULTIPLE_VALUES Objekt zum Handling der mehrwertigen Case-Attribute 20040826
# Exception Resumable Description Created on
1 CX_SRM Basisklasse (abstrakt) 20040826
History
Last changed by/on SAP  20110908 
SAP Release Created in 640