SAP ABAP Interface IF_IFP_EXTRACT_DATA (Extract Data from Document)
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_EXTRACT_DATA | |
| Short Description | Extract Data from Document |
General Data
| Package | FS_CORR_POST | Correspondence Postprocessing |
| Created | 20070201 | SAP |
| Last changed | 20130531 | SAP |
| 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_FKK_CORR_NLG | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
| 3 | CL_IFP_NULLTRACE | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_IFP_CLUSTERS_GET | Cluster Processing - Retrieve | 20091221 | ||
| 2 | IF_IFP_CLUSTERS_SET | Cluster Processing - Set | 20091221 | ||
| 3 | IF_IFP_DOCUMENT_ATTRIBUTS | Retrieve Attributes of a Document | 20071128 | ||
| 4 | IF_IFP_DOCUMENT_DATA | Retrieve Data from Document | 20091221 |
Friends
Interface IF_IFP_EXTRACT_DATA has no friend.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CON_DOCUMENT_TYPE_PDF | Instance attribute | Public | Attribute reference (LIKE) | Type of Document - PDF | 20091221 | |||
| 2 | CON_DOCUMENT_TYPE_XML | Instance attribute | Public | Attribute reference (LIKE) | Type of Document - XML | 20091221 | |||
| 3 | GC_DEFAULT_ADS_DESTINATION | Constant | Public | Type reference (TYPE) | RFCDEST | 'ADS' | 20081212 | ||
| 4 | GC_TRANSFORMATION_TYPE_IBFM | Constant | Public | Type reference (TYPE) | IFP_DTE_TRANSFORMATION_TYPE | 'M' | Offline Inbound Processing Module | 20081212 | |
| 5 | GC_TRANSFORMATION_TYPE_IXML | Constant | Public | Type reference (TYPE) | IFP_DTE_TRANSFORMATION_TYPE | 'I' | IXML | 20081212 | |
| 6 | GC_TRANSFORMATION_TYPE_MDOM | Constant | Public | Type reference (TYPE) | IFP_DTE_TRANSFORMATION_TYPE | 'D' | Mini DOM | 20081212 | |
| 7 | GC_TRANSFORMATION_TYPE_SXML | Constant | Public | Type reference (TYPE) | IFP_DTE_TRANSFORMATION_TYPE | 'S' | SXML | 20081212 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | 20091221 | ||
| 2 | Instance method | Public | Method | Extract Data | 20070201 | |
| 3 | Instance method | Public | Method | Provide Underlying Adobe Form | 20070201 | |
| 4 | Instance method | Public | Method | Provide Document and Document Class | 20070219 | |
| 5 | Instance method | Public | Method | 20071220 | ||
| 6 | Instance method | Public | Method | Provide Data in Form of Parameters | 20070201 | |
| 7 | Instance method | Public | Method | 20091221 | ||
| 8 | Instance method | Public | Method | 20091221 | ||
| 9 | Instance method | Public | Method | Return XML Data Stream | 20071219 | |
| 10 | Instance method | Public | Method | 20091221 | ||
| 11 | Instance method | Public | Method | Set PDF-Based Document | 20070201 | |
| 12 | Instance method | Public | Method | 20091221 | ||
| 13 | Instance method | Public | Method | Set XML Data Stream | 20070201 |
Events
Interface IF_IFP_EXTRACT_DATA has no event.
Types
Interface IF_IFP_EXTRACT_DATA has no local type.
Method Signatures
Method ET_DOCUMENT Signature
Method ET_DOCUMENT on Interface IF_IFP_EXTRACT_DATA has no parameter.
Method ET_DOCUMENT on Interface IF_IFP_EXTRACT_DATA 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_NLG=>NULL | Logging Interface der Korrespondenz | 20120504 | ||
| 2 | IO_TRACE | Call by reference | Object reference (TYPE REF TO) | IF_IFP_TRACE | CL_IFP_NULLTRACE=>NULL | Trace Interface der Korrespondenz Nachbearbeitung | 20120607 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Kein aktives PDF-basiertes Druckformular gefunden | 20070202 | ||
| 2 | Keine aktive Schnittstelle gefunden | 20070202 | ||
| 3 | Datenbereich kann nicht angelegt werden | 20070202 | ||
| 4 | kein PDF-basiertes Druckformular extrahierbar | 20070202 | ||
| 5 | Schnittstelle besitzt unzulässigen Schnittstellentyp | 20070202 | ||
| 6 | Kein Interface gesetzt | 20070202 | ||
| 7 | Beim Parsen des XML ist ein Fehler aufgetreten | 20090508 | ||
| 8 | Struktur nicht im Data Dictionary definiert | 20070202 |
Method GET_ADOBE_FORM Signature
Method GET_ADOBE_FORM on Interface IF_IFP_EXTRACT_DATA has no parameter.
Method GET_ADOBE_FORM on Interface IF_IFP_EXTRACT_DATA has no exception.
Method GET_DOCUMENT Signature
Method GET_DOCUMENT on Interface IF_IFP_EXTRACT_DATA has no parameter.
Method GET_DOCUMENT on Interface IF_IFP_EXTRACT_DATA has no exception.
Method GET_DOCUMENT_TYPE Signature
Method GET_DOCUMENT_TYPE on Interface IF_IFP_EXTRACT_DATA has no parameter.
Method GET_DOCUMENT_TYPE on Interface IF_IFP_EXTRACT_DATA has no exception.
Method GET_PARAMETERS Signature
Method GET_PARAMETERS on Interface IF_IFP_EXTRACT_DATA has no parameter.
Method GET_PARAMETERS on Interface IF_IFP_EXTRACT_DATA has no exception.
Method GET_PDF_CLUSTER Signature
Method GET_PDF_CLUSTER on Interface IF_IFP_EXTRACT_DATA has no parameter.
Method GET_PDF_CLUSTER on Interface IF_IFP_EXTRACT_DATA has no exception.
Method GET_XML_CLUSTER Signature
Method GET_XML_CLUSTER on Interface IF_IFP_EXTRACT_DATA has no parameter.
Method GET_XML_CLUSTER on Interface IF_IFP_EXTRACT_DATA has no exception.
Method GET_XML_STREAM Signature
Method GET_XML_STREAM on Interface IF_IFP_EXTRACT_DATA has no parameter.
Method GET_XML_STREAM on Interface IF_IFP_EXTRACT_DATA has no exception.
Method SET_PDF_CLUSTER Signature
Method SET_PDF_CLUSTER on Interface IF_IFP_EXTRACT_DATA has no parameter.
Method SET_PDF_CLUSTER on Interface IF_IFP_EXTRACT_DATA has no exception.
Method SET_PDF_DOCUMENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_PDF_DOCUMENT | Call by reference | Type reference (TYPE) | XSTRING | PDF Dokument | 20071127 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Interner Fehler | 20070201 | ||
| 2 | Systemfehler | 20070201 | ||
| 3 | Falscher Aufruf | 20070201 | ||
| 4 | Keine ADS Destination vorhanden | 20070201 |
Method SET_XML_CLUSTER Signature
Method SET_XML_CLUSTER on Interface IF_IFP_EXTRACT_DATA has no parameter.
Method SET_XML_CLUSTER on Interface IF_IFP_EXTRACT_DATA has no exception.
Method SET_XML_STREAM Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_XML_STREAM | Call by reference | Type reference (TYPE) | XSTRING | XML Datenstrom | 20071127 |
Method SET_XML_STREAM on Interface IF_IFP_EXTRACT_DATA has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 710 |