SAP ABAP Class CL_GRFN_APPLOG_POLICY (The application log for grfn survey planner)
Hierarchy
☛
GRCFND_A (Software Component) GRC Foundation ABAP
⤷
GRC (Application Component) Governance, Risk and Compliance
⤷
GRFN_POLICY (Package) GRC Policy Management
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_GRFN_APPLOG_BASIS | The application log basis class | 20110322 |
Properties
| Class | CL_GRFN_APPLOG_POLICY | |
| Short Description | The application log for grfn survey planner | |
| Super Class | CL_GRFN_APPLOG_BASIS | The application log basis class |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | GRFN_POLICY | GRC Policy Management |
| Created | 20110322 | SAP |
| Last change | 20141106 | |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_GRFN_APPLOG_POLICY has no forward declaration.
Interfaces
Class CL_GRFN_APPLOG_POLICY has no interface implemented.
Friends
Class CL_GRFN_APPLOG_POLICY has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | SYMSGID | 'GRFN_POLICY' | Message Class | 20110322 | ||
| 2 | Static Attribute | Private | Type reference (TYPE) | YT_REF | 20110323 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Add messages in BAPIRETTAB | 20110322 | |
| 2 | Instance method | Public | Constructor | 20110322 | ||
| 3 | Static method | Public | Method | get instance by policy(group) ID | 20110323 | |
| 4 | Static method | Public | Method | Save logs for all instances | 20110324 |
Events
Class CL_GRFN_APPLOG_POLICY has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | YS_REF | Private | See coding | 20110323 | BEGIN OF ys_ref,
id TYPE grfn_guid,
ref TYPE REF TO cl_grfn_applog_policy,
END OF ys_ref
|
||
| 2 | YT_REF | Private | See coding | 20110323 | yt_ref TYPE HASHED TABLE OF ys_ref WITH UNIQUE KEY id
|
Method Signatures
Method BAPIRETTAB Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_BAPIRETTAB | Call by reference | Type reference (TYPE) | BAPIRETTAB | Table with BAPI Return Information | 20110322 |
Method BAPIRETTAB on class CL_GRFN_APPLOG_POLICY has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_EXTNUMBER | Value transfer | Type reference (TYPE) | BALNREXT | Application Log: External ID | 20110322 | |||
| 2 | IV_HANDLE | Value transfer | Type reference (TYPE) | BALLOGHNDL | Application Log: Log Handle | 20110322 | |||
| 3 | IV_MSGID | Value transfer | Type reference (TYPE) | SY-MSGID | Message Class | 20110322 |
Method CONSTRUCTOR on class CL_GRFN_APPLOG_POLICY has no exception.
Method GET_INSTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_GUID | Value transfer | Type reference (TYPE) | GRFN_GUID | UUID of the GRC object (char32) | 20110323 | |||
| 2 | RO_INSTANCE | Value transfer | Object reference (TYPE REF TO) | CL_GRFN_APPLOG_POLICY | The application log for grfn survey planner | 20110323 |
Method GET_INSTANCE on class CL_GRFN_APPLOG_POLICY has no exception.
Method SAVE_ALL Signature
Method SAVE_ALL on class CL_GRFN_APPLOG_POLICY has no parameter.
Method SAVE_ALL on class CL_GRFN_APPLOG_POLICY has no exception.
History
| Last changed by/on | SAP | 20141106 |
| SAP Release Created in | V1000 |