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 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 CL_GRPC_CLM_UTILITY Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
3 IF_GRFN_IO_IMPORT_ENGINE 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 MT_CUST_COMMON_DATA Instance attribute Private Type reference (TYPE) CL_GRPC_CLM_UTILITY=>YT_CUST_DATA_ENTITY 20101223
2 MT_CUST_CONTROL_RISK Instance attribute Private Type reference (TYPE) CL_GRPC_CLM_UTILITY=>YT_CUST_CONTROL_RISK 20101223
3 MT_OBJECT Instance attribute Private Type reference (TYPE) T_OBJECT 20100820
4 MT_PARAMETER Instance attribute Private Type reference (TYPE) T_PARAMETER 20100819
5 MT_RELATION Instance attribute Private Type reference (TYPE) T_RELATION 20100820
Methods
# Method Level Visibility Method type Description Created on
1 ADD_OBJECT Instance method Public Method 20100820
2 ADD_RELATION Instance method Public Method 20100820
3 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20100819
4 DELETE_VALUE Instance method Public Method 20100819
5 GET_CUST_COMMON_DATA Instance method Public Method 20101223
6 GET_CUST_CONTROL_RISK Instance method Public Method 20101223
7 GET_KEYS Instance method Public Method 20100819
8 GET_OBJECT Instance method Public Method 20101214
9 GET_OBJECTS Instance method Public Method 20100820
10 GET_OBJECT_NAME Instance method Public Method 20101229
11 GET_RELATIONS Instance method Public Method 20100820
12 GET_VALUE Instance method Public Method 20100819
13 SET_CUST_COMMON_DATA Instance method Public Method 20101223
14 SET_CUST_CONTROL_RISK Instance method Public Method 20101223
15 SET_STATE Instance method Public Method 20101219
16 SET_VALUE 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 Importing 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 Importing 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 Importing 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 Exporting 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 Exporting 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 Returning 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 Importing IV_OBJECT_ID Call by reference Type reference (TYPE) GRFN_API_OBJECT_ID Object ID 20101214
2 Returning 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 Returning 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 Importing IV_OBJECT_ID Call by reference Type reference (TYPE) GRFN_API_OBJECT_ID Object ID 20101229
2 Returning 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 Returning 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 Exporting ER_VALUE Call by reference Object reference (TYPE REF TO) DATA 20100819
2 Exporting EV_VALUE Call by reference Type reference (TYPE) ANY 20100819
3 Importing 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 Importing 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 Importing 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 Importing IV_OBJECT_ID Call by reference Type reference (TYPE) GRFN_API_OBJECT_ID Object ID 20101219
2 Importing 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 Importing IR_VALUE Call by reference Object reference (TYPE REF TO) DATA 20100819
2 Importing IV_KEY Call by reference Type reference (TYPE) STRING 20100819
3 Importing 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