SAP ABAP Class CL_ICL_RBP_PE (Persistency Layer for Role-Based Performer)
Hierarchy
INSURANCE (Software Component) SAP Insurance
   FS-CM (Application Component) Claims Management
     ICL_RBP_PE (Package) Claims: Role-Based Performer: Persistency Layer
Properties
Class CL_ICL_RBP_PE  
Short Description Persistency Layer for Role-Based Performer    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package ICL_RBP_PE   Claims: Role-Based Performer: Persistency Layer 
Created 20050322   SAP 
Last change 20070917   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_ICL_RBP_PE has no forward declaration.
Interfaces
Class CL_ICL_RBP_PE has no interface implemented.
Friends
Class CL_ICL_RBP_PE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_CLAIM_SAVE Static Attribute Public Type reference (TYPE) ICL_CLAIM 'SAVE#############' Pseudo Claim No. for Any Other Claims 20051122
2 GC_CLSNAME_RBP Constant Private Type reference (TYPE) SEOCLSNAME 'CL_ICL_RBP_VERS_PE' Object Cat.Name 20050323
3 GO_OREF Static Attribute Private Object reference (TYPE REF TO) CL_ICL_OREF Object Reference Management 20050323
4 GV_CLAIM Static Attribute Public Type reference (TYPE) ICL_CLAIM Number of Claim 20050405
5 GV_CLTYPE_PROF Static Attribute Public Type reference (TYPE) ICL_RBPPROF_D_PE Role Profile of Current Claim Type 20050617
Methods
# Method Level Visibility Method type Description Created on
1 ADD Static method Public Method Add Agent 20050329
2 CHANGE Static method Public Method Change Processor 20050401
3 DB_DELETE Static method Public Method Delete RBP Datasets from DB 20050404
4 DB_HST_INSERT Static method Public Method Add RBP Datasets to DB 20050404
5 DB_INSERT Static method Public Method Add RBP Datasets to DB 20050404
6 DB_UPDATE Static method Public Method Initialize RBP Datasets in DB 20050404
7 DELETE Static method Public Method Delete Performer 20050401
8 DELTA_GET Static method Public Method Read Database Deltas of RBP in DSAVE 20050404
9 DLVE1 Static method Public Method Initialize Current Memory 20050404
10 DLVE2 Static method Public Method Update Overall Memory 20050404
11 DSAVC Static method Public Method Complete Data of RBP 20050404
12 DSAVE Static method Public Method Save Data of RBP 20050404
13 DTAKE Static method Public Method Place Data of RBP in Global Memory 20050404
14 GET Static method Public Method Read Performer from Memory/DB 20050329
15 LOAD Static method Private Method Load Performer for a Claim from DB to Memory 20050329
16 OREF_GET Static method Private Method Get Object Reference for Claim and Version 20050323
17 REFRESH Static method Private Method Reset Data of RBP 20050404
18 RESET Static method Private Method Reset Data of RBP 20050405
19 SAVE_PREPARE Static method Private Method Complete Data of RBP 20050404
20 SELECT Static method Public Method Select Performer for a Claim from DB 20050329
21 VERSION_GET Static method Private Method Get Performer Version from Memory/DB 20050329
Events
Class CL_ICL_RBP_PE has no event.
Types
Class CL_ICL_RBP_PE has no local type.
Method Signatures

Method ADD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_RBP Call by reference Type reference (TYPE) ICL_RBPDATA_S_AL RBP: Basisdaten 20050401
2 Exporting EV_RBPGUID Call by reference Type reference (TYPE) ICL_RBPGUID_D_PE Universal Unique Identifier für Rollenbasierten Bearbeiter 20050329
3 Exporting EV_SUBOBJECT Call by reference Type reference (TYPE) ICL_SUBOBJECT Fallteilobjekt 20050329
4 Exporting EV_XEXIST Call by reference Type reference (TYPE) BOOLE_D Bearbeiter existiert bereits: TRUE (='X') und FALSE (=' ') 20060809

Method ADD on class CL_ICL_RBP_PE has no exception.

Method CHANGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_RBP Call by reference Type reference (TYPE) ICL_RBPDATA_S_AL RBP: Basisdaten 20050401

Method CHANGE on class CL_ICL_RBP_PE has no exception.

Method DB_DELETE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_RBP Call by reference Type reference (TYPE) ICL_RBP_T_PE RBP: PE Daten 20050404

Method DB_DELETE on class CL_ICL_RBP_PE has no exception.

Method DB_HST_INSERT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_RBP Call by reference Type reference (TYPE) ICL_RBP_T_PE RBP: PE Daten 20050404

Method DB_HST_INSERT on class CL_ICL_RBP_PE has no exception.

Method DB_INSERT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_RBP Call by reference Type reference (TYPE) ICL_RBP_T_PE RBP: Einzufügende PE Daten 20050404

Method DB_INSERT on class CL_ICL_RBP_PE has no exception.

Method DB_UPDATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_RBP Call by reference Type reference (TYPE) ICL_RBP_T_PE RBP: Zu aktualisierende PE Daten 20050404

Method DB_UPDATE on class CL_ICL_RBP_PE has no exception.

Method DELETE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_RBP Call by reference Type reference (TYPE) ICL_RBPDATA_S_AL RBP: Basisdaten 20050401
2 Importing IV_ASSIGNCAT Call by reference Type reference (TYPE) ICL_ASSIGN_CAT Verknüpfungstyp 20050401

Method DELETE on class CL_ICL_RBP_PE has no exception.

Method DELTA_GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_RBP_DEL Call by reference Type reference (TYPE) ICL_RBP_T_PE RBP: Zu löschende PE Daten 20050404
2 Exporting ET_RBP_INS Call by reference Type reference (TYPE) ICL_RBP_T_PE RBP: Einzufügende PE Daten 20050404
3 Exporting ET_RBP_UPD Call by reference Type reference (TYPE) ICL_RBP_T_PE RBP: Zu aktualisierende PE Daten 20050404
4 Importing IV_CLAIM Call by reference Type reference (TYPE) ICL_CLAIM Nummer des Schaden-/Leistungsfalls 20050404

Method DELTA_GET on class CL_ICL_RBP_PE has no exception.

Method DLVE1 Signature

Method DLVE1 on class CL_ICL_RBP_PE has no parameter.
Method DLVE1 on class CL_ICL_RBP_PE has no exception.

Method DLVE2 Signature

Method DLVE2 on class CL_ICL_RBP_PE has no parameter.
Method DLVE2 on class CL_ICL_RBP_PE has no exception.

Method DSAVC Signature

Method DSAVC on class CL_ICL_RBP_PE has no parameter.
Method DSAVC on class CL_ICL_RBP_PE has no exception.

Method DSAVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_XUPDTASK Call by reference Type reference (TYPE) BOOLE_D Update Task: TRUE (='X') und FALSE (=' ') 20050404

Method DSAVE on class CL_ICL_RBP_PE has no exception.

Method DTAKE Signature

Method DTAKE on class CL_ICL_RBP_PE has no parameter.
Method DTAKE on class CL_ICL_RBP_PE has no exception.

Method GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_RBP_PE Call by reference Type reference (TYPE) ICL_RBP Rollenbasierter Bearbeiter 20050331
2 Exporting ET_RBP_PE Call by reference Type reference (TYPE) ICL_RBP_T_PE RBP: PE Daten 20050331
3 Importing IV_CLAIM Call by reference Type reference (TYPE) ICL_CLAIM Nummer des Schaden-/Leistungsfalls 20050329
4 Importing IV_RBPGUID Call by reference Type reference (TYPE) ICL_RBPGUID_D_PE Universal Unique Identifier für Rollenbasierten Bearbeiter 20050329
5 Importing IV_SUBCL Call by reference Type reference (TYPE) ICL_SUBCL Teilfall 20050331

Method GET on class CL_ICL_RBP_PE has no exception.

Method LOAD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CLAIM Call by reference Type reference (TYPE) ICL_CLAIM Nummer des Schaden-/Leistungsfalls 20050329

Method LOAD on class CL_ICL_RBP_PE has no exception.

Method OREF_GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EO_RBP Call by reference Object reference (TYPE REF TO) CL_ICL_RBP_VERS_PE Bearbeiterinstanz zu einer Version 20050323
2 Exporting EV_X_CREATED Call by reference Type reference (TYPE) BOOLE_D Instanz zur Version vorhanden: TRUE (='X') und FALSE (=' ') 20050323
3 Importing IV_CLAIM Call by reference Type reference (TYPE) ICL_CLAIM Nummer des Schaden-/Leistungsfalls 20050323
4 Importing IV_VERSION Call by reference Type reference (TYPE) CHAR1 Version 20050323

Method OREF_GET on class CL_ICL_RBP_PE has no exception.

Method REFRESH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CLAIM Call by reference Type reference (TYPE) ICL_CLAIM Nummer des Schaden-/Leistungsfalls 20050404

Method REFRESH on class CL_ICL_RBP_PE has no exception.

Method RESET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CLAIM Call by reference Type reference (TYPE) ICL_CLAIM Nummer des Schaden-/Leistungsfalls 20050405

Method RESET on class CL_ICL_RBP_PE has no exception.

Method SAVE_PREPARE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CV_CLAIM Call by reference Type reference (TYPE) ICL_CLAIM Nummer des Schaden-/Leistungsfalls 20050405
2 Importing IT_RBP_NEW Call by reference Type reference (TYPE) ICL_RBP_T_PE RBP: Aktuelle PE Daten 20050404
3 Importing IT_RBP_OLD Call by reference Type reference (TYPE) ICL_RBP_T_PE RBP: Alte PE Daten 20050404

Method SAVE_PREPARE on class CL_ICL_RBP_PE has no exception.

Method SELECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_RBP Call by reference Type reference (TYPE) ICL_RBP_T_PE RBP: PE Daten 20050329
2 Importing IV_CLAIM Call by reference Type reference (TYPE) ICL_CLAIM Nummer des Schaden-/Leistungsfalls 20050329

Method SELECT on class CL_ICL_RBP_PE has no exception.

Method VERSION_GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_RBP Call by reference Type reference (TYPE) ICL_RBP Rollenbasierter Bearbeiter 20050329
2 Exporting ET_RBP Call by reference Type reference (TYPE) ICL_RBP_T_PE RBP: PE Daten 20050329
3 Importing IV_CLAIM Call by reference Type reference (TYPE) ICL_CLAIM Nummer des Schaden-/Leistungsfalls 20050329
4 Importing IV_RBPGUID Call by reference Type reference (TYPE) ICL_RBPGUID_D_PE Universal Unique Identifier für Rollenbasierten Bearbeiter 20050329
5 Importing IV_VERSION Call by reference Type reference (TYPE) CHAR1 Einstelliges Kennzeichen 20050329

Method VERSION_GET on class CL_ICL_RBP_PE has no exception.
History
Last changed by/on SAP  20070917 
SAP Release Created in 600