SAP ABAP Class CL_GRPC_ASSIST_ABS (Super Class of GRPC Assistance Class)
Hierarchy
GRCFND_A (Software Component) GRC Foundation ABAP
   GRC-SPC (Application Component) Process Controls
     GRPC_RULE_ENGINE (Package) PC Rule Engine
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 20070705
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_GRPC_ANA_DETAILS_ASSIST assist class for ana details 20070929
2 Inheritance (c INHERITING FROM c_ref)  CL_GRPC_CTRL_RESULT_ASSIST Assistance Class for Control Monitor 20070823
3 Inheritance (c INHERITING FROM c_ref)  CL_GRPC_CTRL_RL_ASGN_ASSIST Control Rule Assignment Assistance Class 20100714
4 Inheritance (c INHERITING FROM c_ref)  CL_GRPC_OLSP_ASSIST Assistance Class for Rule Criteria 20070717
5 Inheritance (c INHERITING FROM c_ref)  CL_GRPC_OVERVIEW_ASSIST 20071002
6 Inheritance (c INHERITING FROM c_ref)  CL_GRPC_QRY_ADHOC_ASSIST Assistance Class for Rule Criteria 20070822
7 Inheritance (c INHERITING FROM c_ref)  CL_GRPC_RLCR_ASSIST Assistance Class for Rule Criteria 20070710
8 Inheritance (c INHERITING FROM c_ref)  CL_GRPC_RLCR_ASSIST_OIF Assistance Class for Rule Criteria 20070711
9 Inheritance (c INHERITING FROM c_ref)  CL_GRPC_RULESET_ASSIST Assistance Class for Rule Criteria 20071009
10 Inheritance (c INHERITING FROM c_ref)  CL_GRPC_RULESET_ASSIST_OIF Assistance Class for Rule Criteria 20070712
... Click here to see Used By full list (15 items)
Properties
Class CL_GRPC_ASSIST_ABS  
Short Description Super Class of GRPC 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 GRPC_RULE_ENGINE   PC Rule Engine 
Created 20070705   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_GRPC_ASSIST_ABS has no interface implemented.
Friends
Class CL_GRPC_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 20091203
2 O_MESSAGE_MANAGER Instance attribute Protected Object reference (TYPE REF TO) IF_WD_MESSAGE_MANAGER Message Manager 20070712
3 T_INPUTFIELD Instance attribute Protected Type reference (TYPE) GRPC_T_INPUTFIELD 20070822
4 T_MESSAGE Instance attribute Protected Type reference (TYPE) BAPIRETTAB Table with BAPI Return Information 20070712
5 V_SESSION_ID Instance attribute Protected Type reference (TYPE) GRPC_API_SESSION_ID GRPC unique session ID 20070706
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20070705
2 GET_SESSION_ID Instance method Public Method Get Session ID, Create a new session ID if initial 20070712
3 GET_TIMEFRAME Instance method Public Method Get Timeframe Data 20070720
4 INPUT_VALIDATION Instance method Public Method Validate Input Field 20070822
5 PRINT_ATTRIBUTE_MESSAGE Instance method Public Method Print Messages for Attribute 20070807
6 PRINT_MESSAGES Instance method Public Method Print Messages 20070706
7 SET_INPUTFIELD_FOR_VALIDATION Instance method Public Method Set Input Field 20070822
8 SET_MESSAGE_MANAGER Instance method Public Method Set Message Manager 20070712
9 SET_SESSION_ID Instance method Public Method Set Session ID 20070712
10 SET_TIMEFRAME Instance method Public Method Set Timeframe Data 20070723
Events
Class CL_GRPC_ASSIST_ABS has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 GRPC_S_INPUTFIELD Public See coding 20070822 BEGIN OF grpc_s_inputfield, fieldname TYPE string, fieldtext TYPE string, messageno TYPE symsgno, END OF grpc_s_inputfield
2 GRPC_T_INPUTFIELD Public See coding 20070822 grpc_t_inputfield TYPE TABLE OF grpc_s_inputfield
Method Signatures

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class CL_GRPC_ASSIST_ABS has no parameter.
Method CONSTRUCTOR on class CL_GRPC_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_LANGUAGE Call by reference Type reference (TYPE) LANGU SY-LANGU Language Key 20070712
2 Importing IV_NEW_SESSION Call by reference Type reference (TYPE) SAP_BOOL Boolean Variable (X=True, Space=False) 20070821
3 Importing IV_TF_YEAR Call by reference Type reference (TYPE) GRPC_API_SESSION_TF_YEAR The year of the GRPC entity API session 20070712
4 Importing IV_TIMEFRAME Call by reference Type reference (TYPE) GRPC_API_SESSION_TIMEFRAME GRPC Entity API: Timeframe of the session 20070712
5 Returning RV_SESSION_ID Value transfer Type reference (TYPE) GRPC_API_SESSION_ID GRPC unique session ID 20070712

Method GET_SESSION_ID on class CL_GRPC_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 20070720
2 Exporting E_DATETO Call by reference Type reference (TYPE) ENDDATUM End Date 20070720
3 Exporting E_TF_YEAR Call by reference Type reference (TYPE) GRPC_API_SESSION_TF_YEAR The year of the GRPC entity API session 20070720
4 Exporting E_TIMEFRAME Call by reference Type reference (TYPE) GRPC_API_SESSION_TIMEFRAME GRPC Entity API: Timeframe of the session 20070720

Method GET_TIMEFRAME on class CL_GRPC_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 20070822
2 Importing IT_INPUT_TABLE Call by reference Type reference (TYPE) ANY TABLE 20070822
3 Importing IV_MESSAGE_VIEW Call by reference Type reference (TYPE) STRING 20070822
4 Returning RV_CONTINUE Value transfer Type reference (TYPE) ABAP_BOOL 20070822

Method INPUT_VALIDATION on class CL_GRPC_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 20070807
2 Importing IV_ATTRIBUTE_NAME Call by reference Type reference (TYPE) STRING 20070807
3 Importing IV_MSGID Call by reference Type reference (TYPE) SYMSGID Message Class 20100303
4 Importing IV_MSGNO Call by reference Type reference (TYPE) SYMSGNO Structure of message variables 20070807
5 Importing IV_MSGTY Call by reference Type reference (TYPE) SYMSGTY 'E' Message Type 20070807

Method PRINT_ATTRIBUTE_MESSAGE on class CL_GRPC_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 20070706
2 Importing IV_VIEW Call by reference Type reference (TYPE) STRING 20070822

Method PRINT_MESSAGES on class CL_GRPC_ASSIST_ABS has no exception.

Method SET_INPUTFIELD_FOR_VALIDATION Signature

Method SET_INPUTFIELD_FOR_VALIDATION on class CL_GRPC_ASSIST_ABS has no parameter.
Method SET_INPUTFIELD_FOR_VALIDATION on class CL_GRPC_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 20070712

Method SET_MESSAGE_MANAGER on class CL_GRPC_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) GRPC_API_SESSION_ID GRPC unique session ID 20070712

Method SET_SESSION_ID on class CL_GRPC_ASSIST_ABS has no exception.

Method SET_TIMEFRAME Signature

Method SET_TIMEFRAME on class CL_GRPC_ASSIST_ABS has no parameter.
Method SET_TIMEFRAME on class CL_GRPC_ASSIST_ABS has no exception.
Meta Relationship - Used By (full list)
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_GRPC_ANA_DETAILS_ASSIST assist class for ana details 20070929
2 Inheritance (c INHERITING FROM c_ref)  CL_GRPC_CTRL_RESULT_ASSIST Assistance Class for Control Monitor 20070823
3 Inheritance (c INHERITING FROM c_ref)  CL_GRPC_CTRL_RL_ASGN_ASSIST Control Rule Assignment Assistance Class 20100714
4 Inheritance (c INHERITING FROM c_ref)  CL_GRPC_OLSP_ASSIST Assistance Class for Rule Criteria 20070717
5 Inheritance (c INHERITING FROM c_ref)  CL_GRPC_OVERVIEW_ASSIST 20071002
6 Inheritance (c INHERITING FROM c_ref)  CL_GRPC_QRY_ADHOC_ASSIST Assistance Class for Rule Criteria 20070822
7 Inheritance (c INHERITING FROM c_ref)  CL_GRPC_RLCR_ASSIST Assistance Class for Rule Criteria 20070710
8 Inheritance (c INHERITING FROM c_ref)  CL_GRPC_RLCR_ASSIST_OIF Assistance Class for Rule Criteria 20070711
9 Inheritance (c INHERITING FROM c_ref)  CL_GRPC_RULESET_ASSIST Assistance Class for Rule Criteria 20071009
10 Inheritance (c INHERITING FROM c_ref)  CL_GRPC_RULESET_ASSIST_OIF Assistance Class for Rule Criteria 20070712
11 Inheritance (c INHERITING FROM c_ref)  CL_GRPC_SCHEDULER_ASSIST Assistance Class for Scheduler 20070712
12 Inheritance (c INHERITING FROM c_ref)  CL_GRPC_SCHEDULER_ASSIST_OIF Assistance Class for Scheduler OIF 20070714
13 Inheritance (c INHERITING FROM c_ref)  CL_GRPC_SCRIPT_ASSIST Script Assistance Class 20070808
14 Inheritance (c INHERITING FROM c_ref)  CL_GRPC_SCRIPT_ASSIST_OIF Script Assistance Class 20070906
15 Inheritance (c INHERITING FROM c_ref)  CL_GRPC_TEST_EXE_MONI_ASSIST Assistance class for Test Execution Monitor 20070723
History
Last changed by/on SAP  20141106 
SAP Release Created in 250