SAP ABAP Class IF_GRFN_IO_IMPORT_ENGINE (Interface for import engine)
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_GRFN_IO_IMPORT_ENGINE Import engine 20100728
Properties
Class IF_GRFN_IO_IMPORT_ENGINE  
Short Description Interface for import engine    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20100728   SAP 
Last change 20141106    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CL_GRFN_IO_IMPORT_BUFFER Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
Class IF_GRFN_IO_IMPORT_ENGINE has no interface implemented.
Friends
Class IF_GRFN_IO_IMPORT_ENGINE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_STATE Constant Public See coding 20100728
Methods
# Method Level Visibility Method type Description Created on
1 CREATE Static method Public Method Create import engine instance 20100728
2 GET_ERROR_OBJECTS Instance method Public Method Get error objects 20120531
3 GET_LOG Instance method Public Method Get log 20100728
4 GET_MESSAGES Instance method Public Method Get messages 20100728
5 GET_OPTION Instance method Public Method Get option 20101130
6 GET_STATE Instance method Public Method Get state 20100728
7 PREPROCESS Instance method Public Method Preprocess 20100728
8 PROCESS Instance method Public Method Process 20100728
9 SAVE Instance method Public Method Save 20100728
10 SET_DATA Instance method Public Method Set data 20100728
11 SET_OPTION Instance method Public Method Set option 20101130
Events
Class IF_GRFN_IO_IMPORT_ENGINE has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 STATE Public Type reference (TYPE) I 20100728
2 S_PROCESSOR Public See coding 20120601 BEGIN OF s_processor, name TYPE string, processor TYPE REF TO if_grfn_io_import_proc, END OF s_processor
3 T_PROCESSOR Public See coding 20120601 t_processor TYPE STANDARD TABLE OF s_processor
Method Signatures

Method CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_LOG Call by reference Object reference (TYPE REF TO) CL_GRFN_IO_LOG IO Log 20120508
2 Importing IO_OPTION Call by reference Object reference (TYPE REF TO) CL_GRFN_IO_IMPORT_OPTION 20100728
3 Importing IT_PROCESSOR Call by reference Type reference (TYPE) T_PROCESSOR 20120601
4 Returning RO_ENGINE Value transfer Object reference (TYPE REF TO) IF_GRFN_IO_IMPORT_ENGINE 20100728

Method CREATE on class IF_GRFN_IO_IMPORT_ENGINE has no exception.

Method GET_ERROR_OBJECTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_OBJECT Call by reference Type reference (TYPE) CL_GRFN_IO_IMPORT_BUFFER=>T_OBJECT Error objects 20120531

Method GET_ERROR_OBJECTS on class IF_GRFN_IO_IMPORT_ENGINE has no exception.

Method GET_LOG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RO_LOG Value transfer Object reference (TYPE REF TO) CL_GRFN_IO_LOG 20100728

Method GET_LOG on class IF_GRFN_IO_IMPORT_ENGINE has no exception.

Method GET_MESSAGES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_MESSAGE Value transfer Type reference (TYPE) BAPIRETTAB 20100728

Method GET_MESSAGES on class IF_GRFN_IO_IMPORT_ENGINE has no exception.

Method GET_OPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EO_OPTION Call by reference Object reference (TYPE REF TO) CL_GRFN_IO_IMPORT_OPTION Import option 20101130

Method GET_OPTION on class IF_GRFN_IO_IMPORT_ENGINE has no exception.

Method GET_STATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_STATE Value transfer Type reference (TYPE) STATE 20100728

Method GET_STATE on class IF_GRFN_IO_IMPORT_ENGINE has no exception.

Method PREPROCESS Signature

Method PREPROCESS on class IF_GRFN_IO_IMPORT_ENGINE has no parameter.
# Exception Resumable Description Created on
1 CX_GRFN_IO_RUNTIME_EXCEPTION 20100903

Method PROCESS Signature

Method PROCESS on class IF_GRFN_IO_IMPORT_ENGINE has no parameter.
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20130603
2 CX_GRFN_IO_RUNTIME_EXCEPTION 20100903

Method SAVE Signature

Method SAVE on class IF_GRFN_IO_IMPORT_ENGINE has no parameter.
# Exception Resumable Description Created on
1 CX_GRFN_IO_RUNTIME_EXCEPTION 20100903

Method SET_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_XML Call by reference Type reference (TYPE) STRING 20100728

Method SET_DATA on class IF_GRFN_IO_IMPORT_ENGINE has no exception.

Method SET_OPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_OPTION Call by reference Object reference (TYPE REF TO) CL_GRFN_IO_IMPORT_OPTION Import option 20101130

Method SET_OPTION on class IF_GRFN_IO_IMPORT_ENGINE has no exception.
History
Last changed by/on SAP  20141106 
SAP Release Created in