SAP ABAP Class CL_GRAC_API_SPM_USER (SPM USER API CLASS)
Hierarchy
☛
GRCFND_A (Software Component) GRC Foundation ABAP
⤷
GRC-AC (Application Component) Access Control
⤷
GRAC_ENTITY_API (Package) Access Control GRC API Support
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_GRFN_API_BASIS | Basis class for GRC API classes | 20090821 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_GRAC_API_SPM_USER | API Interface for SPM User | 20090821 |
Properties
| Class | CL_GRAC_API_SPM_USER | |
| Short Description | SPM USER API CLASS | |
| Super Class | CL_GRFN_API_BASIS | Basis class for GRC API classes |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | GRAC_ENTITY_API | Access Control GRC API Support |
| Created | 20090821 | SAP |
| Last change | 20141106 | |
| 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) |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_GRAC_API_SPM_USER | API Interface for SPM User | 20090821 |
Friends
| # | Friend | Modeled only | Created on | Description |
|---|---|---|---|---|
| 1 | CL_GRFN_API_SESSION | 20090827 | Session Management for GRC APIs |
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Private | Type reference (TYPE) | SY-MSGTY | 'E' | Message Type | 20091028 | ||
| 2 | Constant | Private | Type reference (TYPE) | CLASSNAME | 'CL_GRAC_MODEL_SPM_CONTROLLER' | Reference type | 20091216 | ||
| 3 | Constant | Private | Type reference (TYPE) | CLASSNAME | 'CL_GRAC_MODEL_SPM_FFOWNER' | Reference type | 20091028 | ||
| 4 | Constant | Private | Type reference (TYPE) | CLASSNAME | 'CL_GRAC_MODEL_SPM_FIREFIGHT' | Reference type | 20091028 | ||
| 5 | Constant | Public | Type reference (TYPE) | GRFN_CONNECTORID | 'CONNECTOR' | Character Field Length = 10 | 20091112 | ||
| 6 | Static Attribute | Private | Type reference (TYPE) | YT_USER | 20110719 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | 20100203 | ||
| 2 | Static method | Private | Method | 20090916 | ||
| 3 | Instance method | Private | Method | 20091029 | ||
| 4 | Static method | Private | Method | 20090821 | ||
| 5 | Static method | Public | Method | Get only list including basic information of firefighters. | 20130123 |
Events
Class CL_GRAC_API_SPM_USER has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | YS_USER | Private | See coding | 20110719 | BEGIN OF ys_user ,
userid TYPE grac_user ,
org_unit TYPE grac_orgunit ,
grpuser TYPE grac_user_group ,
fullname TYPE grac_user_name,
END OF ys_user
|
||
| 2 | YT_USER | Private | See coding | 20110719 | yt_user TYPE TABLE OF YS_user
|
Method Signatures
Method CHECK_OWNER_RELATION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_FIREFIGHTER_LIST | Call by reference | Type reference (TYPE) | GRAC_S_API_FFUSER | FF ID or role assignment to Firefighter API Structure | 20100817 | |||
| 2 | EV_ERROR | Call by reference | Type reference (TYPE) | INT4 | Owner firefighter assignments | 20100203 | |||
| 3 | IT_FFOWNER_LIST | Call by reference | Type reference (TYPE) | GRAC_T_API_FFOWNER | Owner firefighter assignments | 20100203 | |||
| 4 | IT_SEARCH | Call by reference | Type reference (TYPE) | GRFN_T_SEARCH_CRITERIA | Table for setting search param | 20100223 | |||
| 5 | IV_OWNER_ID | Call by reference | Type reference (TYPE) | GRFN_API_OBJECT_ID | Object ID | 20100203 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Generic GRC API exception | 20100205 |
Method FILL_FIREFIGHTER_DETAILS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_DATA | Call by reference | Type reference (TYPE) | GRAC_S_FFUSER | Details related to FF ID or role assignment to Firefighter | 20090916 | |||
| 2 | IS_FROM_LOGON_PAD | Call by reference | Type reference (TYPE) | GRFN_BOOLEAN | ABAP_FALSE | Indicator | 20120615 | ||
| 3 | RS_DATA | Value transfer | Type reference (TYPE) | GRAC_S_API_FFUSER | Firefighter Maintenance at API Level in ID and Role based. | 20090916 |
Method FILL_FIREFIGHTER_DETAILS on class CL_GRAC_API_SPM_USER has no exception.
Method FILL_LAST_LOGON Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_DATA | Call by reference | Type reference (TYPE) | GRAC_T_FFUSER | Details related to FF ID or role assignment to Firefighter | 20091029 | |||
| 2 | IT_DATA | Call by reference | Type reference (TYPE) | GRAC_T_FFUSER | Details related to FF ID or role assignment to Firefighter | 20091029 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Generic GRC API exception | 20091029 |
Method GET Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_SESSION | Call by reference | Object reference (TYPE REF TO) | CL_GRFN_API_SESSION | Session Management for GRC APIs | 20090821 | |||
| 2 | IV_OBJECT_ID | Value transfer | Type reference (TYPE) | GRFN_API_OBJECT_ID | Object ID | 20090821 | |||
| 3 | RO_RESULT | Value transfer | Object reference (TYPE REF TO) | CL_GRAC_API_SPM_USER | SPM USER API CLASS | 20090821 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Generic GRC API exception | 20090821 |
Method QUERY_BASIC Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_FFCONTRL_LIST | Call by reference | Type reference (TYPE) | GRAC_T_API_FFCTRL | Firefighter Controller mapping | 20130123 | |||
| 2 | ET_FFOWNER_LIST | Call by reference | Type reference (TYPE) | GRAC_T_API_FFOWNER | Owner firefighter assignments | 20130123 | |||
| 3 | ET_FIREFIGHTER_LIST | Call by reference | Type reference (TYPE) | GRAC_T_API_FFUSER | Firefighter Maintenance at API Level in ID and Role based. | 20130123 | |||
| 4 | IO_SESSION | Call by reference | Object reference (TYPE REF TO) | CL_GRFN_API_SESSION | Session Management for GRC APIs | 20130123 | |||
| 5 | IS_FROM_LOGON_PAD | Call by reference | Type reference (TYPE) | GRFN_BOOLEAN | ABAP_FALSE | Indicator | 20130123 | ||
| 6 | IT_SEARCH | Call by reference | Type reference (TYPE) | GRFN_T_SEARCH_CRITERIA | Table for setting search param | 20130123 | |||
| 7 | IV_AUTH_FLAG | Value transfer | Type reference (TYPE) | GRFN_BOOLEAN | ABAP_TRUE | Indicator | 20130123 | ||
| 8 | IV_BYPASS_BUFFER | Value transfer | Type reference (TYPE) | GRFN_BOOLEAN | ABAP_FALSE | Indicator | 20130123 | ||
| 9 | IV_ENTITY | Value transfer | Type reference (TYPE) | GRFN_API_ENTITY_ID | Entity ID | 20130123 | |||
| 10 | IV_OPERATION | Value transfer | Type reference (TYPE) | GRFN_API_OPERATION_ID | The ID of the operation | 20130123 | |||
| 11 | IV_SEARCH_BY_CUP | Value transfer | Type reference (TYPE) | GRFN_BOOLEAN | ABAP_FALSE | Indicator | 20130123 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Generic GRC API exception | 20130123 |
History
| Last changed by/on | SAP | 20141106 |
| SAP Release Created in | 600 |