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 ABAP 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 MO_SESSION Instance attribute Protected Object reference (TYPE REF TO) CL_GRFN_API_SESSION Session Management for GRC APIs 20100223
2 O_MESSAGE_MANAGER Instance attribute Protected Object reference (TYPE REF TO) IF_WD_MESSAGE_MANAGER Message Manager 20100223
3 T_INPUTFIELD Instance attribute Protected Type reference (TYPE) GRFN_T_INPUTFIELD 20100223
4 T_MESSAGE Instance attribute Protected Type reference (TYPE) BAPIRETTAB Table with BAPI Return Information 20100223
5 V_SESSION_ID 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 BAPIRET Static method Public Method 20100301
2 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20100223
3 GET_SESSION_ID Instance method Public Method Get Session ID, Create a new session ID if initial 20100223
4 GET_TIMEFRAME Instance method Public Method Get Timeframe Data 20100223
5 INPUT_VALIDATION Instance method Public Method Validate Input Field 20100223
6 PRINT_ATTRIBUTE_MESSAGE Instance method Public Method Print Messages for Attribute 20100223
7 PRINT_MESSAGES Instance method Public Method Print Messages 20100223
8 SET_INPUTFIELD_FOR_VALIDATION Instance method Public Method Set Input Field 20100223
9 SET_MESSAGE_MANAGER Instance method Public Method Set Message Manager 20100223
10 SET_SESSION_ID Instance method Public Method Set Session ID 20100223
11 SET_TIMEFRAME 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 Returning ES_MESSAGE Value transfer Type reference (TYPE) BAPIRET2 Return Parameter 20100301
2 Importing I_ID Call by reference Type reference (TYPE) SY-MSGID Message Class 20100301
3 Importing I_NO Call by reference Type reference (TYPE) SY-MSGNO Message Number 20100301
4 Importing I_TP Call by reference Type reference (TYPE) SY-MSGTY 'E' Message Type 20100301
5 Importing I_V1 Call by reference Type reference (TYPE) ANY SY-MSGV1 20100301
6 Importing I_V2 Call by reference Type reference (TYPE) ANY SY-MSGV2 20100301
7 Importing I_V3 Call by reference Type reference (TYPE) ANY SY-MSGV3 20100301
8 Importing 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 Importing IV_DATE Call by reference Type reference (TYPE) SY-DATUM Current Date of Application Server 20100312
2 Importing IV_LANGUAGE Call by reference Type reference (TYPE) LANGU SY-LANGU Language Key 20100223
3 Importing IV_NEW_SESSION Call by reference Type reference (TYPE) SAP_BOOL Boolean Variable (X=True, Space=False) 20100223
4 Importing IV_TF_YEAR Call by reference Type reference (TYPE) GRFN_TF_YEAR Timeframe Year 20100223
5 Importing IV_TIMEFRAME Call by reference Type reference (TYPE) GRFN_TIMEFRAME Timeframe 20100223
6 Returning 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 Exporting E_DATEFROM Call by reference Type reference (TYPE) BEGDATUM Start Date 20100223
2 Exporting E_DATETO Call by reference Type reference (TYPE) ENDDATUM End Date 20100223
3 Exporting E_TF_YEAR Call by reference Type reference (TYPE) GRFN_TF_YEAR Timeframe Year 20100223
4 Exporting 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 Importing IS_INPUT_FIELDS Call by reference Type reference (TYPE) ANY 20100223
2 Importing IT_INPUT_TABLE Call by reference Type reference (TYPE) ANY TABLE 20100223
3 Importing IV_MESSAGE_VIEW Call by reference Type reference (TYPE) STRING 20100223
4 Returning 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 Importing IO_ELEMENT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT Web Dynpro: Interface for Node Element 20100223
2 Importing IV_ATTRIBUTE_NAME Call by reference Type reference (TYPE) STRING 20100223
3 Importing IV_MSGID Call by reference Type reference (TYPE) SYMSGID Message Class 20100224
4 Importing IV_MSGNO Call by reference Type reference (TYPE) SYMSGNO Structure of message variables 20100223
5 Importing 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 Importing IT_MESSAGES Call by reference Type reference (TYPE) BAPIRETTAB Table with BAPI Return Information 20100223
2 Importing 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 Importing 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 Importing 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