SAP ABAP Class CL_GRFN_AM_ASSIST_ABS (Super Class of GRFN AMF Assistance Class)
Hierarchy
☛
GRCFND_A (Software Component) GRC Foundation ABAP
⤷
GRC (Application Component) Governance, Risk and Compliance
⤷
GRFN_AUTO_MONITOR (Package) GRC Automated Monitoring Framework
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_WD_COMPONENT_ASSISTANCE | Basis for a Web Dynpro assistance class | 20100223 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_GRFN_AM_BRASGMT_ASSIST | Assistance Class for Business Rule Assignment | 20100312 |
| 2 | Inheritance (c INHERITING FROM c_ref) | CL_GRFN_AM_JOB_RESULT_ASSIST | Assistance Class for AMF Job Result - Since GRC 2010 | 20100223 |
Properties
| Class | CL_GRFN_AM_ASSIST_ABS | |
| Short Description | Super Class of GRFN AMF Assistance Class | |
| Super Class | CL_WD_COMPONENT_ASSISTANCE | Basis for a Web Dynpro assistance class |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | GRFN_AUTO_MONITOR | GRC Automated Monitoring Framework |
| Created | 20100223 | 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
Class CL_GRFN_AM_ASSIST_ABS has no interface implemented.
Friends
Class CL_GRFN_AM_ASSIST_ABS has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Protected | Object reference (TYPE REF TO) | CL_GRFN_API_SESSION | Session Management for GRC APIs | 20100223 | |||
| 2 | Instance attribute | Protected | Object reference (TYPE REF TO) | IF_WD_MESSAGE_MANAGER | Message Manager | 20100223 | |||
| 3 | Instance attribute | Protected | Type reference (TYPE) | GRFN_T_INPUTFIELD | 20100223 | ||||
| 4 | Instance attribute | Protected | Type reference (TYPE) | BAPIRETTAB | Table with BAPI Return Information | 20100223 | |||
| 5 | Instance attribute | Protected | Type reference (TYPE) | GRFN_API_SESSION_ID | GRFN unique session ID | 20100223 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | 20100301 | ||
| 2 | Instance method | Public | Constructor | CONSTRUCTOR | 20100223 | |
| 3 | Instance method | Public | Method | Get Session ID, Create a new session ID if initial | 20100223 | |
| 4 | Instance method | Public | Method | Get Timeframe Data | 20100223 | |
| 5 | Instance method | Public | Method | Validate Input Field | 20100223 | |
| 6 | Instance method | Public | Method | Print Messages for Attribute | 20100223 | |
| 7 | Instance method | Public | Method | Print Messages | 20100223 | |
| 8 | Instance method | Public | Method | Set Input Field | 20100223 | |
| 9 | Instance method | Public | Method | Set Message Manager | 20100223 | |
| 10 | Instance method | Public | Method | Set Session ID | 20100223 | |
| 11 | Instance method | Public | Method | Set Timeframe Data | 20100223 |
Events
Class CL_GRFN_AM_ASSIST_ABS has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | GRFN_S_INPUTFIELD | Public | See coding | 20100223 | BEGIN OF grfn_s_inputfield,
fieldname TYPE string,
fieldtext TYPE string,
messageid TYPE SYMSGID,
messageno TYPE symsgno,
END OF grfn_s_inputfield
|
||
| 2 | GRFN_T_INPUTFIELD | Public | See coding | 20100223 | grfn_t_inputfield TYPE TABLE OF grfn_s_inputfield
|
Method Signatures
Method BAPIRET Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_MESSAGE | Value transfer | Type reference (TYPE) | BAPIRET2 | Return Parameter | 20100301 | |||
| 2 | I_ID | Call by reference | Type reference (TYPE) | SY-MSGID | Message Class | 20100301 | |||
| 3 | I_NO | Call by reference | Type reference (TYPE) | SY-MSGNO | Message Number | 20100301 | |||
| 4 | I_TP | Call by reference | Type reference (TYPE) | SY-MSGTY | 'E' | Message Type | 20100301 | ||
| 5 | I_V1 | Call by reference | Type reference (TYPE) | ANY | SY-MSGV1 | 20100301 | |||
| 6 | I_V2 | Call by reference | Type reference (TYPE) | ANY | SY-MSGV2 | 20100301 | |||
| 7 | I_V3 | Call by reference | Type reference (TYPE) | ANY | SY-MSGV3 | 20100301 | |||
| 8 | I_V4 | Call by reference | Type reference (TYPE) | ANY | SY-MSGV4 | 20100301 |
Method BAPIRET on class CL_GRFN_AM_ASSIST_ABS has no exception.
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_GRFN_AM_ASSIST_ABS has no parameter.
Method CONSTRUCTOR on class CL_GRFN_AM_ASSIST_ABS has no exception.
Method GET_SESSION_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_DATE | Call by reference | Type reference (TYPE) | SY-DATUM | Current Date of Application Server | 20100312 | |||
| 2 | IV_LANGUAGE | Call by reference | Type reference (TYPE) | LANGU | SY-LANGU | Language Key | 20100223 | ||
| 3 | IV_NEW_SESSION | Call by reference | Type reference (TYPE) | SAP_BOOL | Boolean Variable (X=True, Space=False) | 20100223 | |||
| 4 | IV_TF_YEAR | Call by reference | Type reference (TYPE) | GRFN_TF_YEAR | Timeframe Year | 20100223 | |||
| 5 | IV_TIMEFRAME | Call by reference | Type reference (TYPE) | GRFN_TIMEFRAME | Timeframe | 20100223 | |||
| 6 | RV_SESSION_ID | Value transfer | Type reference (TYPE) | GRFN_API_SESSION_ID | GRFN unique session ID | 20100223 |
Method GET_SESSION_ID on class CL_GRFN_AM_ASSIST_ABS has no exception.
Method GET_TIMEFRAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_DATEFROM | Call by reference | Type reference (TYPE) | BEGDATUM | Start Date | 20100223 | |||
| 2 | E_DATETO | Call by reference | Type reference (TYPE) | ENDDATUM | End Date | 20100223 | |||
| 3 | E_TF_YEAR | Call by reference | Type reference (TYPE) | GRFN_TF_YEAR | Timeframe Year | 20100223 | |||
| 4 | E_TIMEFRAME | Call by reference | Type reference (TYPE) | GRFN_TIMEFRAME | Timeframe | 20100223 |
Method GET_TIMEFRAME on class CL_GRFN_AM_ASSIST_ABS has no exception.
Method INPUT_VALIDATION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_INPUT_FIELDS | Call by reference | Type reference (TYPE) | ANY | 20100223 | ||||
| 2 | IT_INPUT_TABLE | Call by reference | Type reference (TYPE) | ANY TABLE | 20100223 | ||||
| 3 | IV_MESSAGE_VIEW | Call by reference | Type reference (TYPE) | STRING | 20100223 | ||||
| 4 | RV_CONTINUE | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20100223 |
Method INPUT_VALIDATION on class CL_GRFN_AM_ASSIST_ABS has no exception.
Method PRINT_ATTRIBUTE_MESSAGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_ELEMENT | Web Dynpro: Interface for Node Element | 20100223 | |||
| 2 | IV_ATTRIBUTE_NAME | Call by reference | Type reference (TYPE) | STRING | 20100223 | ||||
| 3 | IV_MSGID | Call by reference | Type reference (TYPE) | SYMSGID | Message Class | 20100224 | |||
| 4 | IV_MSGNO | Call by reference | Type reference (TYPE) | SYMSGNO | Structure of message variables | 20100223 | |||
| 5 | IV_MSGTY | Call by reference | Type reference (TYPE) | SYMSGTY | 'E' | Message Type | 20100223 |
Method PRINT_ATTRIBUTE_MESSAGE on class CL_GRFN_AM_ASSIST_ABS has no exception.
Method PRINT_MESSAGES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_MESSAGES | Call by reference | Type reference (TYPE) | BAPIRETTAB | Table with BAPI Return Information | 20100223 | |||
| 2 | IV_VIEW | Call by reference | Type reference (TYPE) | STRING | 20100223 |
Method PRINT_MESSAGES on class CL_GRFN_AM_ASSIST_ABS has no exception.
Method SET_INPUTFIELD_FOR_VALIDATION Signature
Method SET_INPUTFIELD_FOR_VALIDATION on class CL_GRFN_AM_ASSIST_ABS has no parameter.
Method SET_INPUTFIELD_FOR_VALIDATION on class CL_GRFN_AM_ASSIST_ABS has no exception.
Method SET_MESSAGE_MANAGER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_MESSAGE_MANAGER | Call by reference | Object reference (TYPE REF TO) | IF_WD_MESSAGE_MANAGER | Message Manager | 20100223 |
Method SET_MESSAGE_MANAGER on class CL_GRFN_AM_ASSIST_ABS has no exception.
Method SET_SESSION_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_SESSION_ID | Call by reference | Type reference (TYPE) | GRFN_API_SESSION_ID | GRFN unique session ID | 20100223 |
Method SET_SESSION_ID on class CL_GRFN_AM_ASSIST_ABS has no exception.
Method SET_TIMEFRAME Signature
Method SET_TIMEFRAME on class CL_GRFN_AM_ASSIST_ABS has no parameter.
Method SET_TIMEFRAME on class CL_GRFN_AM_ASSIST_ABS has no exception.
History
| Last changed by/on | SAP | 20141106 |
| SAP Release Created in | 600 |