SAP ABAP Class CL_RS_PERS_PHK (Personalization Framework (Physical))
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-BEX-ET (Application Component) End User Technology
⤷
RS_PERS (Package) Personalization Framework
⤷
⤷
Properties
| Class | CL_RS_PERS_PHK | |
| Short Description | Personalization Framework (Physical) | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | RS_PERS | Personalization Framework |
| Created | 20010110 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... | |
| 2 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 3 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 4 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_RS_PERS_PHK has no interface implemented.
Friends
Class CL_RS_PERS_PHK has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | TROBJ_NAME | IF_RSPERS_COMP_MEDIATOR=>C_APPLNM_BOD | BEx Open Dialog | 20010110 | ||
| 2 | Constant | Public | Type reference (TYPE) | TROBJ_NAME | 'CONV' | Conversion: InfoObject Value | 20020515 | ||
| 3 | Constant | Public | Type reference (TYPE) | TROBJ_NAME | IF_RSPERS_COMP_MEDIATOR=>C_APPLNM_VAR | Variable Replacement | 20010110 | ||
| 4 | Constant | Public | Type reference (TYPE) | TROBJ_NAME | IF_RSPERS_COMP_MEDIATOR=>C_APPLNM_WTE | Web Template Name | 20010110 | ||
| 5 | Constant | Private | Type reference (TYPE) | RSSG_PROGCLASS | 'RS_PERS' | 20010116 | |||
| 6 | Static Attribute | Private | Type reference (TYPE) | RSPERSHEAD | Header Information for BEx Personalization Data | 20010112 | |||
| 7 | Static Attribute | Private | Type reference (TYPE) | PT_THX_GENINFO | 20100830 | ||||
| 8 | Static Attribute | Private | Type reference (TYPE) | RSPER_T_PB | 20010116 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | Activates a Personalization Application | 20010110 | |
| 2 | Static method | Public | Method | Sets Pershead Entry to Inactive | 20010112 | |
| 3 | Static method | Public | Method | 20010305 | ||
| 4 | Static method | Public | Method | Reads Data of a Personalization Application | 20010117 | |
| 5 | Static method | Public | Method | 20010115 | ||
| 6 | Static method | Private | Method | Reads out Table RSPERSHEAD | 20010112 | |
| 7 | Static method | Public | Method | Returns TRUE if Application is Active | 20010112 | |
| 8 | Static method | Public | Method | Generic Maintenance of Personalization Application | 20010112 | |
| 9 | Static method | Private | Method | Regenerate Program if Necessary | 20100830 | |
| 10 | Static method | Private | Method | Change Table RSPERSHEAD | 20010112 | |
| 11 | Static method | Public | Method | Writes Back Personalization Data | 20010117 |
Events
Class CL_RS_PERS_PHK has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | PT_SX_GENINFO | Private | See coding | 20100830 | BEGIN OF PT_SX_GENINFO,
guid type RSSGUID25,
s_ph type RSPERSHEAD,
t_pb type rsper_t_pb,
END OF pt_sx_geninfo
|
||
| 2 | PT_THX_GENINFO | Private | See coding | 20100830 | pt_thx_geninfo type HASHED TABLE OF pt_sx_geninfo
with UNIQUE key guid
|
Method Signatures
Method ACTIVATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_APPLNM | Call by reference | Type reference (TYPE) | TROBJ_NAME | Anwendungskomponente | 20010110 | |||
| 2 | I_FULL | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_FALSE | Boolean | 20010110 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Aktion fehlgeschlagen | 20010110 | ||
| 2 | Abbruch | 20010110 |
Method DEACTIVATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_APPLNM | Call by reference | Type reference (TYPE) | TROBJ_NAME | Objektname in der Objektliste | 20010112 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Aktion konnte nicht durchgeführt werden | 20010112 | ||
| 2 | Abbruch | 20010112 |
Method DELETE_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_APPLNM | Call by reference | Type reference (TYPE) | TROBJ_NAME | Objektname in der Objektliste | 20010305 | |||
| 2 | I_T_KEY | Call by reference | Type reference (TYPE) | RSPER_T_KEY | 20010305 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Personalisierung nicht aktiv | 20010306 | ||
| 2 | Abbruch | 20010306 |
Method GET_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_T_DATA | Call by reference | Type reference (TYPE) | TABLE | 20010117 | ||||
| 2 | I_APPLNM | Call by reference | Type reference (TYPE) | TROBJ_NAME | Objektname in der Objektliste | 20010117 | |||
| 3 | I_MAXROWS | Call by reference | Type reference (TYPE) | I | 0 | Maximalzahl zu lesender Zeilen | 20010117 | ||
| 4 | I_T_SEL | Call by reference | Type reference (TYPE) | RSPER_T_SELECT | 20010117 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20010117 | |||
| 2 | Abbruch | 20010117 |
Method GET_GENINFO Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_SX_GI | Call by reference | Type reference (TYPE) | RSPER_SX_GI | 20010116 | ||||
| 2 | I_GUID | Call by reference | Type reference (TYPE) | RSSG_UNI_IDC25 | Anwendungskomponente | 20010116 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Abbruch | 20010116 |
Method GET_PERSHEAD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_S_PERSHEAD | Call by reference | Type reference (TYPE) | RSPERSHEAD | Kopf Informationen für BEx Personalisierungsdaten | 20010112 | |||
| 2 | E_T_PERSBSEG | Call by reference | Type reference (TYPE) | RSPER_T_PB | 20010116 | ||||
| 3 | I_APPLNM | Call by reference | Type reference (TYPE) | TROBJ_NAME | Objektname in der Objektliste | 20010112 | |||
| 4 | I_OBJVERS | Call by reference | Type reference (TYPE) | RSOBJVERS | RS_C_OBJVERS-ACTIVE | Objektversion | 20010112 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Eintrag nicht vorhanden | 20010112 |
Method IS_ACTIVE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_ACTIVE | Call by reference | Type reference (TYPE) | RS_BOOL | Boolean | 20010112 | |||
| 2 | I_APPLNM | Call by reference | Type reference (TYPE) | TROBJ_NAME | Objektname in der Objektliste | 20010112 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Abbruch | 20010112 |
Method MAINTAIN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_SX_GI | Call by reference | Type reference (TYPE) | RSPER_SX_GI | 20010116 | ||||
| 2 | I_APPLNM | Call by reference | Type reference (TYPE) | TROBJ_NAME | Objektname in der Objektliste | 20010112 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Personalisierung nicht aktiv | 20010112 | ||
| 2 | Abbruch | 20010112 |
Method PROGRAM_REGENERATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_S_PH | Call by reference | Type reference (TYPE) | RSPERSHEAD | Kopf Informationen für BEx Personalisierungsdaten | 20100830 | |||
| 2 | I_T_PB | Call by reference | Type reference (TYPE) | RSPER_T_PB | 20100830 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20100830 |
Method SET_PERSHEAD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_S_PERSHEAD | Call by reference | Type reference (TYPE) | RSPERSHEAD | Kopf Informationen für BEx Personalisierungsdaten | 20010112 | |||
| 2 | I_T_PERSBSEG | Call by reference | Type reference (TYPE) | RSPER_T_PB | Bsegment zur RSPERSHEAD | 20010116 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20010112 |
Method WRITE_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_APPLNM | Call by reference | Type reference (TYPE) | TROBJ_NAME | Objektname in der Objektliste | 20010117 | |||
| 2 | I_T_DATA | Call by reference | Type reference (TYPE) | TABLE | 20010117 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Personalisierung nicht aktiv | 20010117 | ||
| 2 | Abbruch | 20010117 |
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 30A |