SAP ABAP Interface IF_IFP_INBOUNDPROCESSOR (Inbound Processing of Documents)
Hierarchy
☛
SAP_ABA (Software Component) Cross-Application Component
⤷
CA-GTF-COR (Application Component) Correspondence Tool
⤷
FS_CORR_POST (Package) Correspondence Postprocessing
⤷
⤷
Properties
| Interface | IF_IFP_INBOUNDPROCESSOR | |
| Short Description | Inbound Processing of Documents |
General Data
| Package | FS_CORR_POST | Correspondence Postprocessing |
| Created | 20091222 | SAP |
| Last changed | 20130531 | SAP |
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | CL_FKK_CORR_DLG | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
| 2 | IF_IFP_DOCUMENT_DATA | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Interface IF_IFP_INBOUNDPROCESSOR has no interface.
Friends
Interface IF_IFP_INBOUNDPROCESSOR has no friend.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | GC_TRANSFORMATION_TYPE_IBFM | Constant | Public | Type reference (TYPE) | IFP_DTE_TRANSFORMATION_TYPE | IF_IFP_DOCUMENT_DATA=>GC_TRANSFORMATION_TYPE_IBFM | Type of Transformation of XML Data to ABAP Data | 20120210 | |
| 2 | GC_TRANSFORMATION_TYPE_IXML | Constant | Public | Type reference (TYPE) | IFP_DTE_TRANSFORMATION_TYPE | IF_IFP_DOCUMENT_DATA=>GC_TRANSFORMATION_TYPE_IXML | Type of Transformation of XML Data to ABAP Data | 20120210 | |
| 3 | GC_TRANSFORMATION_TYPE_MDOM | Constant | Public | Type reference (TYPE) | IFP_DTE_TRANSFORMATION_TYPE | IF_IFP_DOCUMENT_DATA=>GC_TRANSFORMATION_TYPE_MDOM | Type of Transformation of XML Data to ABAP Data | 20120210 | |
| 4 | GC_TRANSFORMATION_TYPE_SXML | Constant | Public | Type reference (TYPE) | IFP_DTE_TRANSFORMATION_TYPE | IF_IFP_DOCUMENT_DATA=>GC_TRANSFORMATION_TYPE_SXML | Type of Transformation of XML Data to ABAP Data | 20120210 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Convert Document from Internal Table to Xstring | 20091222 | |
| 2 | Instance method | Public | Method | Extract Data from Document | 20091222 | |
| 3 | Instance method | Public | Method | Retrieve Indicator of Simulation Run | 20091222 |
Events
Interface IF_IFP_INBOUNDPROCESSOR has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TT_CONTENTS_HEX | Public | See coding | TT_CONTENTS_HEX | 20091222 | tt_contents_hex TYPE TABLE OF solix
|
Method Signatures
Method CONVERT_TAB_TO_X Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_RAW | Call by reference | Type reference (TYPE) | TT_CONTENTS_HEX | IT_RAW | 20091222 | |||
| 2 | IV_LENGTH | Call by reference | Type reference (TYPE) | I | IV_LENGTH | 20091222 | |||
| 3 | RV_XSTRING | Value transfer | Type reference (TYPE) | XSTRING | RV_XSTRING | 20091222 |
Method CONVERT_TAB_TO_X on Interface IF_IFP_INBOUNDPROCESSOR has no exception.
Method EXTRACT_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_LOG | Call by reference | Object reference (TYPE REF TO) | IF_FKK_CORR_LOG | CL_FKK_CORR_DLG=>NULL | Logging Interface der Korrespondenz | 20091222 | ||
| 2 | IO_TRACE | Call by reference | Object reference (TYPE REF TO) | IF_IFP_TRACE | CL_IFP_NULLTRACE=>NULL | Trace Interface der Korrespondenz Nachbearbeitung | 20120618 | ||
| 3 | IV_DOCUMENT | Call by reference | Type reference (TYPE) | XSTRING | Dokument, aus dem die Daten extrahiert werden sollen | 20091222 | |||
| 4 | IV_DOCUMENT_TYP | Call by reference | Type reference (TYPE) | IFP_DTE_DOCUMENT_TYPE | Art des Dokuments | 20091222 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | CX_FP_RUNTIME_INTERNAL | 20091222 | ||
| 2 | CX_FP_RUNTIME_SYSTEM | 20091222 | ||
| 3 | CX_FP_RUNTIME_USAGE | 20091222 | ||
| 4 | CX_IFP_ADOBE_FORM_NOT_FOUND | 20091222 | ||
| 5 | CX_IFP_ADOBE_IF_NOT_FOUND | 20091222 | ||
| 6 | CX_IFP_ADS_DEST_NOT_FOUND | 20091222 | ||
| 7 | CX_IFP_CREATE_DATA_FAILURE | 20091222 | ||
| 8 | CX_IFP_CREATE_OBJECT_FAILURE | 20091222 | ||
| 9 | CX_IFP_ERROR_OCCURRED | 20091222 | ||
| 10 | CX_IFP_EXTRACT_ADOBEFORM_FAILD | 20091222 | ||
| 11 | CX_IFP_INTERFACETYPE_WRONG | 20091222 | ||
| 12 | CX_IFP_NO_INTERFACE_SET | 20091222 | ||
| 13 | CX_IFP_PARSE_ERROR | 20091222 | ||
| 14 | CX_IFP_STRUCTURE_NOT_FOUND | 20091222 | ||
| 15 | CX_IFP_TYPE_DEF_NOT_FOUND | 20091222 | ||
| 16 | CX_SY_DYN_CALL_ERROR | 20091222 |
Method GET_SIMULATION_RUN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_SIMULATION_RUN | Value transfer | Type reference (TYPE) | IFP_DTE_SIMULATION_RUN | Prozess simulieren | 20091222 |
Method GET_SIMULATION_RUN on Interface IF_IFP_INBOUNDPROCESSOR has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 730 |