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
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 | ![]() |
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 | ![]() |
Instance attribute | Protected | Object reference (TYPE REF TO) | CL_GRFN_API_SESSION | Session Management for GRC APIs | 20091203 | ||
2 | ![]() |
Instance attribute | Protected | Object reference (TYPE REF TO) | IF_WD_MESSAGE_MANAGER | Message Manager | 20070712 | ||
3 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | GRPC_T_INPUTFIELD | 20070822 | |||
4 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | BAPIRETTAB | Table with BAPI Return Information | 20070712 | ||
5 | ![]() |
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 | ![]() |
Instance method | Public | Constructor | CONSTRUCTOR | 20070705 |
2 | ![]() |
Instance method | Public | Method | Get Session ID, Create a new session ID if initial | 20070712 |
3 | ![]() |
Instance method | Public | Method | Get Timeframe Data | 20070720 |
4 | ![]() |
Instance method | Public | Method | Validate Input Field | 20070822 |
5 | ![]() |
Instance method | Public | Method | Print Messages for Attribute | 20070807 |
6 | ![]() |
Instance method | Public | Method | Print Messages | 20070706 |
7 | ![]() |
Instance method | Public | Method | Set Input Field | 20070822 |
8 | ![]() |
Instance method | Public | Method | Set Message Manager | 20070712 |
9 | ![]() |
Instance method | Public | Method | Set Session ID | 20070712 |
10 | ![]() |
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 | ![]() |
IV_LANGUAGE | Call by reference | Type reference (TYPE) | LANGU | SY-LANGU | Language Key | 20070712 | |
2 | ![]() |
IV_NEW_SESSION | Call by reference | Type reference (TYPE) | SAP_BOOL | Boolean Variable (X=True, Space=False) | 20070821 | ||
3 | ![]() |
IV_TF_YEAR | Call by reference | Type reference (TYPE) | GRPC_API_SESSION_TF_YEAR | The year of the GRPC entity API session | 20070712 | ||
4 | ![]() |
IV_TIMEFRAME | Call by reference | Type reference (TYPE) | GRPC_API_SESSION_TIMEFRAME | GRPC Entity API: Timeframe of the session | 20070712 | ||
5 | ![]() |
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 | ![]() |
E_DATEFROM | Call by reference | Type reference (TYPE) | BEGDATUM | Start Date | 20070720 | ||
2 | ![]() |
E_DATETO | Call by reference | Type reference (TYPE) | ENDDATUM | End Date | 20070720 | ||
3 | ![]() |
E_TF_YEAR | Call by reference | Type reference (TYPE) | GRPC_API_SESSION_TF_YEAR | The year of the GRPC entity API session | 20070720 | ||
4 | ![]() |
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 | ![]() |
IS_INPUT_FIELDS | Call by reference | Type reference (TYPE) | ANY | 20070822 | |||
2 | ![]() |
IT_INPUT_TABLE | Call by reference | Type reference (TYPE) | ANY TABLE | 20070822 | |||
3 | ![]() |
IV_MESSAGE_VIEW | Call by reference | Type reference (TYPE) | STRING | 20070822 | |||
4 | ![]() |
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 | ![]() |
IO_ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_ELEMENT | Web Dynpro: Interface for Node Element | 20070807 | ||
2 | ![]() |
IV_ATTRIBUTE_NAME | Call by reference | Type reference (TYPE) | STRING | 20070807 | |||
3 | ![]() |
IV_MSGID | Call by reference | Type reference (TYPE) | SYMSGID | Message Class | 20100303 | ||
4 | ![]() |
IV_MSGNO | Call by reference | Type reference (TYPE) | SYMSGNO | Structure of message variables | 20070807 | ||
5 | ![]() |
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 | ![]() |
IT_MESSAGES | Call by reference | Type reference (TYPE) | BAPIRETTAB | Table with BAPI Return Information | 20070706 | ||
2 | ![]() |
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 | ![]() |
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 | ![]() |
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)
History
Last changed by/on | SAP | 20141106 |
SAP Release Created in | 250 |