SAP ABAP Class CL_GRFN_IO_IMPORT_BUFFER (Import buffer)
Hierarchy
☛
GRCFND_A (Software Component) GRC Foundation ABAP
⤷
GRC (Application Component) Governance, Risk and Compliance
⤷
GRFN_CLM (Package) Shared infrastructure for CLM integration

⤷

⤷

Properties
Class | CL_GRFN_IO_IMPORT_BUFFER | |
Short Description | Import buffer | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | GRFN_CLM | Shared infrastructure for CLM integration |
Created | 20100819 | 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) |
2 | ![]() |
Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
3 | ![]() |
Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Class CL_GRFN_IO_IMPORT_BUFFER has no interface implemented.
Friends
Class CL_GRFN_IO_IMPORT_BUFFER has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Private | Type reference (TYPE) | CL_GRPC_CLM_UTILITY=>YT_CUST_DATA_ENTITY | 20101223 | |||
2 | ![]() |
Instance attribute | Private | Type reference (TYPE) | CL_GRPC_CLM_UTILITY=>YT_CUST_CONTROL_RISK | 20101223 | |||
3 | ![]() |
Instance attribute | Private | Type reference (TYPE) | T_OBJECT | 20100820 | |||
4 | ![]() |
Instance attribute | Private | Type reference (TYPE) | T_PARAMETER | 20100819 | |||
5 | ![]() |
Instance attribute | Private | Type reference (TYPE) | T_RELATION | 20100820 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | 20100820 | |
2 | ![]() |
Instance method | Public | Method | 20100820 | |
3 | ![]() |
Instance method | Public | Constructor | CONSTRUCTOR | 20100819 |
4 | ![]() |
Instance method | Public | Method | 20100819 | |
5 | ![]() |
Instance method | Public | Method | 20101223 | |
6 | ![]() |
Instance method | Public | Method | 20101223 | |
7 | ![]() |
Instance method | Public | Method | 20100819 | |
8 | ![]() |
Instance method | Public | Method | 20101214 | |
9 | ![]() |
Instance method | Public | Method | 20100820 | |
10 | ![]() |
Instance method | Public | Method | 20101229 | |
11 | ![]() |
Instance method | Public | Method | 20100820 | |
12 | ![]() |
Instance method | Public | Method | 20100819 | |
13 | ![]() |
Instance method | Public | Method | 20101223 | |
14 | ![]() |
Instance method | Public | Method | 20101223 | |
15 | ![]() |
Instance method | Public | Method | 20101219 | |
16 | ![]() |
Instance method | Public | Method | 20100819 |
Events
Class CL_GRFN_IO_IMPORT_BUFFER has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | S_OBJECT | Public | See coding | 20100820 | begin of s_object,
id type grfn_api_object_id,
valid_from type grfn_validfrom,
valid_to type grfn_validto,
data type ref to data,
processor type ref to if_grfn_io_import_proc,
state type if_grfn_io_import_engine=>state,
end of s_object
|
||
2 | S_PARAMETER | Private | See coding | 20100819 | BEGIN OF s_parameter,
key TYPE string,
value TYPE REF TO data,
END OF s_parameter
|
||
3 | S_RELATION | Public | See coding | 20100820 | BEGIN OF s_relation,
id TYPE grfn_api_object_id,
infty type infty,
relat TYPE relat,
valid_from TYPE grfn_validfrom,
valid_to TYPE grfn_validto,
ref_id TYPE grfn_api_object_id,
is_parent type abap_bool,
END OF s_relation
|
||
4 | T_KEYS | Public | See coding | 20100819 | T_KEYS type standard table of string with default key
|
||
5 | T_OBJECT | Public | See coding | 20100820 | t_object type sorted table of s_object with unique key id
|
||
6 | T_PARAMETER | Private | See coding | 20100819 | t_parameter TYPE HASHED TABLE OF s_parameter WITH UNIQUE KEY key
|
||
7 | T_RELATION | Public | See coding | 20100820 | t_relation TYPE SORTED TABLE OF s_relation WITH UNIQUE KEY id relat ref_id
|
Method Signatures
Method ADD_OBJECT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_OBJECT | Call by reference | Type reference (TYPE) | S_OBJECT | 20100820 |
Method ADD_OBJECT on class CL_GRFN_IO_IMPORT_BUFFER has no exception.
Method ADD_RELATION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_RELATION | Call by reference | Type reference (TYPE) | S_RELATION | 20100820 |
Method ADD_RELATION on class CL_GRFN_IO_IMPORT_BUFFER has no exception.
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_GRFN_IO_IMPORT_BUFFER has no parameter.
Method CONSTRUCTOR on class CL_GRFN_IO_IMPORT_BUFFER has no exception.
Method DELETE_VALUE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_KEY | Call by reference | Type reference (TYPE) | STRING | 20100819 |
Method DELETE_VALUE on class CL_GRFN_IO_IMPORT_BUFFER has no exception.
Method GET_CUST_COMMON_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_CUST_COMMON_DATA | Call by reference | Type reference (TYPE) | CL_GRPC_CLM_UTILITY=>YT_CUST_DATA_ENTITY | 20101223 |
Method GET_CUST_COMMON_DATA on class CL_GRFN_IO_IMPORT_BUFFER has no exception.
Method GET_CUST_CONTROL_RISK Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_CUST_CONTROL_RISK | Call by reference | Type reference (TYPE) | CL_GRPC_CLM_UTILITY=>YT_CUST_CONTROL_RISK | 20101223 |
Method GET_CUST_CONTROL_RISK on class CL_GRFN_IO_IMPORT_BUFFER has no exception.
Method GET_KEYS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RT_KEYS | Value transfer | Type reference (TYPE) | T_KEYS | 20100819 |
Method GET_KEYS on class CL_GRFN_IO_IMPORT_BUFFER has no exception.
Method GET_OBJECT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_OBJECT_ID | Call by reference | Type reference (TYPE) | GRFN_API_OBJECT_ID | Object ID | 20101214 | ||
2 | ![]() |
RS_OBJECT | Value transfer | Type reference (TYPE) | S_OBJECT | 20101214 |
Method GET_OBJECT on class CL_GRFN_IO_IMPORT_BUFFER has no exception.
Method GET_OBJECTS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RT_OBJECT | Value transfer | Type reference (TYPE) | T_OBJECT | 20100820 |
Method GET_OBJECTS on class CL_GRFN_IO_IMPORT_BUFFER has no exception.
Method GET_OBJECT_NAME Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_OBJECT_ID | Call by reference | Type reference (TYPE) | GRFN_API_OBJECT_ID | Object ID | 20101229 | ||
2 | ![]() |
RV_NAME | Value transfer | Type reference (TYPE) | GRFN_NAME | Title/Short Name | 20101229 |
Method GET_OBJECT_NAME on class CL_GRFN_IO_IMPORT_BUFFER has no exception.
Method GET_RELATIONS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RT_RELATION | Value transfer | Type reference (TYPE) | T_RELATION | 20100820 |
Method GET_RELATIONS on class CL_GRFN_IO_IMPORT_BUFFER has no exception.
Method GET_VALUE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ER_VALUE | Call by reference | Object reference (TYPE REF TO) | DATA | 20100819 | |||
2 | ![]() |
EV_VALUE | Call by reference | Type reference (TYPE) | ANY | 20100819 | |||
3 | ![]() |
IV_KEY | Call by reference | Type reference (TYPE) | STRING | 20100819 |
Method GET_VALUE on class CL_GRFN_IO_IMPORT_BUFFER has no exception.
Method SET_CUST_COMMON_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_CUST_COMMON_DATA | Call by reference | Type reference (TYPE) | CL_GRPC_CLM_UTILITY=>YT_CUST_DATA_ENTITY | 20101223 |
Method SET_CUST_COMMON_DATA on class CL_GRFN_IO_IMPORT_BUFFER has no exception.
Method SET_CUST_CONTROL_RISK Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_CUST_CONTROL_RISK | Call by reference | Type reference (TYPE) | CL_GRPC_CLM_UTILITY=>YT_CUST_CONTROL_RISK | 20101223 |
Method SET_CUST_CONTROL_RISK on class CL_GRFN_IO_IMPORT_BUFFER has no exception.
Method SET_STATE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_OBJECT_ID | Call by reference | Type reference (TYPE) | GRFN_API_OBJECT_ID | Object ID | 20101219 | ||
2 | ![]() |
IV_STATE | Call by reference | Type reference (TYPE) | IF_GRFN_IO_IMPORT_ENGINE=>STATE | 20101219 |
Method SET_STATE on class CL_GRFN_IO_IMPORT_BUFFER has no exception.
Method SET_VALUE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IR_VALUE | Call by reference | Object reference (TYPE REF TO) | DATA | 20100819 | |||
2 | ![]() |
IV_KEY | Call by reference | Type reference (TYPE) | STRING | 20100819 | |||
3 | ![]() |
IV_VALUE | Call by reference | Type reference (TYPE) | ANY | 20100819 |
Method SET_VALUE on class CL_GRFN_IO_IMPORT_BUFFER has no exception.
History
Last changed by/on | SAP | 20141106 |
SAP Release Created in | V1000 |