SAP ABAP Class CL_RKE_VP_AUTHORITY (CO-PA Authorization Check: Virtual InfoProvider)
Hierarchy
☛
BBPCRM (Software Component) BBPCRM
⤷
CRM (Application Component) Customer Relationship Management
⤷
CRM_APPLICATION (Package) All CRM Components Without Special Structure Packages
⤷
KE (Package) Profitability Analysis
⤷
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_RKE_VP_BASE | CO-PA Virtual Provider Basis | 20111228 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_BADI_INTERFACE | Tag Interface for BAdIs | 20111117 |
| 3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_RSEC_VIRTUAL_AUTHS | Interface for BAdI: RSEC_VIRTUAL_AUTH_BADI | 20111117 |
Properties
| Class | CL_RKE_VP_AUTHORITY | |
| Short Description | CO-PA Authorization Check: Virtual InfoProvider | |
| Super Class | CL_RKE_VP_BASE | CO-PA Virtual Provider Basis |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | KE | Profitability Analysis |
| Created | 20111117 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 2 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_BADI_INTERFACE | Tag Interface for BAdIs | 20111117 | ||
| 2 | IF_RSEC_VIRTUAL_AUTHS | Interface for BAdI: RSEC_VIRTUAL_AUTH_BADI | 20111117 |
Friends
Class CL_RKE_VP_AUTHORITY has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | SUBCLASS | '01' | Subgroup by Application Class | 20111117 | ||
| 2 | Instance attribute | Protected | Type reference (TYPE) | TXT_AUTH | List of CO-PA Authorization Objects | 20111117 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | 20111123 | ||
| 2 | Instance method | Public | Constructor | 20111117 | ||
| 3 | Instance method | Private | Method | 20111117 | ||
| 4 | Static method | Public | Method | 20111122 | ||
| 5 | Instance method | Private | Method | 20111117 | ||
| 6 | Instance method | Private | Method | 20111117 |
Events
Class CL_RKE_VP_AUTHORITY has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TS_IPROV | Private | See coding | 20111117 | BEGIN OF ts_iprov,
iprov TYPE rsinfoprov,
END OF ts_iprov
|
||
| 2 | TS_KEYFIG | Private | See coding | 20111117 | BEGIN OF ts_keyfig,
objct TYPE xuobject,
tabnm TYPE tabname,
END OF ts_keyfig
|
||
| 3 | TS_OBJCT | Private | See coding | 20111117 | BEGIN OF ts_objct,
objct TYPE xuobject,
field TYPE fieldname,
iobjnm TYPE rsd_iobjnm,
END OF ts_objct
|
||
| 4 | TS_OBJECT | Protected | See coding | 20111117 | BEGIN OF ts_object,
objct TYPE xuobject,
field TYPE fieldname,
iobjnm TYPE rsd_iobjnm,
END OF ts_object
|
||
| 5 | TT_IPROV | Private | See coding | 20111117 | tt_iprov TYPE SORTED TABLE OF ts_iprov
WITH UNIQUE KEY iprov
|
||
| 6 | TT_KEYFIG | Private | See coding | 20111117 | tt_keyfig TYPE SORTED TABLE OF ts_keyfig
WITH UNIQUE KEY objct
|
||
| 7 | TT_OBJCT | Private | See coding | 20111117 | tt_objct TYPE SORTED TABLE OF ts_objct
WITH UNIQUE KEY objct field
|
||
| 8 | TT_OBJECTS | Protected | See coding | 20111117 | tt_objects TYPE SORTED TABLE OF ts_object
WITH UNIQUE KEY objct field
|
||
| 9 | TXS_AUTH | Protected | See coding | 20111117 | BEGIN OF txs_auth,
mandt TYPE mandt,
tabnm TYPE tabname,
objects TYPE tt_objects,
END OF txs_auth
|
||
| 10 | TXT_AUTH | Protected | See coding | 20111117 | txt_auth TYPE SORTED TABLE OF txs_auth
WITH UNIQUE KEY mandt tabnm
|
Method Signatures
Method CHECK_VPROV Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID_UNAME | Call by reference | Type reference (TYPE) | XUBNAME | Benutzername im Benutzerstamm | 20111123 | |||
| 2 | ID_VPROV | Call by reference | Type reference (TYPE) | RSINFOPROV | InfoProvider | 20111123 | |||
| 3 | RD_OK | Value transfer | Type reference (TYPE) | RS_BOOL | Boolean | 20111123 |
Method CHECK_VPROV on class CL_RKE_VP_AUTHORITY has no exception.
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_RKE_VP_AUTHORITY has no parameter.
Method CONSTRUCTOR on class CL_RKE_VP_AUTHORITY has no exception.
Method GET_OBJECTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_IPROV | Call by reference | Type reference (TYPE) | TT_IPROV | 20111117 | ||||
| 2 | CT_KEYFIG | Call by reference | Type reference (TYPE) | TT_KEYFIG | 20111117 | ||||
| 3 | CT_OBJCT | Call by reference | Type reference (TYPE) | TT_OBJCT | 20111117 | ||||
| 4 | CT_STAR | Call by reference | Type reference (TYPE) | TT_OBJCT | 20111122 | ||||
| 5 | I_INFOPROV | Call by reference | Type reference (TYPE) | RSINFOPROV | InfoProvider | 20111117 | |||
| 6 | I_IOBJNM | Call by reference | Type reference (TYPE) | RSD_IOBJNM | 20111117 |
Method GET_OBJECTS on class CL_RKE_VP_AUTHORITY has no exception.
Method NEED_AUTHORITY_CHECK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CD_AUTH_CHECK | Call by reference | Type reference (TYPE) | RS_BOOL | Boolean | 20111122 | |||
| 2 | ID_IOBJNM | Call by reference | Type reference (TYPE) | RSIOBJNM | InfoObject | 20111122 |
Method NEED_AUTHORITY_CHECK on class CL_RKE_VP_AUTHORITY has no exception.
Method PROVIDE_AUTH Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_VALUE | Call by reference | Type reference (TYPE) | RSEC_T_VAL | Tabelle für virtuelle Berechtigungen flacher/Werteteil | 20111117 | |||
| 2 | ID_UNAME | Call by reference | Type reference (TYPE) | XUBNAME | Benutzername im Benutzerstamm | 20111117 | |||
| 3 | IT_BI_VAL | Call by reference | Type reference (TYPE) | RSEC_T_RSECVAL | Tabelle für Berechtigungswerte analog DB RSECVAL | 20111117 | |||
| 4 | IT_OBJCT | Call by reference | Type reference (TYPE) | TT_OBJCT | 20111117 | ||||
| 5 | IT_STAR | Call by reference | Type reference (TYPE) | TT_OBJCT | 20111122 |
Method PROVIDE_AUTH on class CL_RKE_VP_AUTHORITY has no exception.
Method PROVIDE_AUTH_KEYFIG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_VALUE | Call by reference | Type reference (TYPE) | RSEC_T_VAL | Tabelle für virtuelle Berechtigungen flacher/Werteteil | 20111117 | |||
| 2 | ID_UNAME | Call by reference | Type reference (TYPE) | XUBNAME | Benutzername im Benutzerstamm | 20111117 | |||
| 3 | IT_KEYFIG | Call by reference | Type reference (TYPE) | TT_KEYFIG | 20111117 |
Method PROVIDE_AUTH_KEYFIG on class CL_RKE_VP_AUTHORITY has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 606 |