SAP ABAP Interface IF_FDT_DOCUMENT (General interface for document)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-SRV-BR (Application Component) BRFplus - ABAP-Based Business Rules
⤷
SFDT_EXCEL_CORE (Package) BRFplus: Excel Integration Core

⤷

⤷

Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface composition (i COMPRISING i_ref) | IF_FDT_DOC_PKG | Basic access to document packages | 20080616 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_FDT_DOC_PKG | Class for document packages (like OOXML, ODF) | 20080616 |
Properties
Interface | IF_FDT_DOCUMENT | |
Short Description | General interface for document |
General Data
Package | SFDT_EXCEL_CORE | BRFplus: Excel Integration Core |
Created | 20080616 | SAP |
Last changed | 20110908 | SAP |
Unicode checks active |
Forward declarations
Interface IF_FDT_DOCUMENT has no forward declaration.
Interfaces
Interface IF_FDT_DOCUMENT has no interface.
Friends
Interface IF_FDT_DOCUMENT has no friend.
Attributes
Interface IF_FDT_DOCUMENT has no attribute.
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Get the document as XSTRING | 20080616 |
2 | ![]() |
Instance method | Public | Method | Get the value of a metadata field | 20080616 |
3 | ![]() |
Instance method | Public | Method | Returns the mime type of the document | 20080616 |
4 | ![]() |
Instance method | Public | Method | Returns the name of the document | 20080616 |
5 | ![]() |
Instance method | Public | Method | Set the name of the document | 20080616 |
Events
Interface IF_FDT_DOCUMENT has no event.
Types
Interface IF_FDT_DOCUMENT has no local type.
Method Signatures
Method GET_DOCUMENT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
DOCUMENT_XSTRING | Value transfer | Type reference (TYPE) | XSTRING | Document as XSTRING | 20080616 |
Method GET_DOCUMENT on Interface IF_FDT_DOCUMENT has no exception.
Method GET_METADATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
NAME | Call by reference | Type reference (TYPE) | STRING | Metadata field | 20080616 | ||
2 | ![]() |
VALUE | Value transfer | Type reference (TYPE) | STRING | Metadata value | 20080616 |
Method GET_METADATA on Interface IF_FDT_DOCUMENT has no exception.
Method GET_MIME_TYPE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
MIME_TYPE | Value transfer | Type reference (TYPE) | STRING | The MIME type | 20080616 |
Method GET_MIME_TYPE on Interface IF_FDT_DOCUMENT has no exception.
Method GET_NAME Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
DOCUMENT_NAME | Value transfer | Type reference (TYPE) | STRING | The name of the document | 20080616 |
Method GET_NAME on Interface IF_FDT_DOCUMENT has no exception.
Method SET_NAME Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
DOCUMENT_NAME | Call by reference | Type reference (TYPE) | STRING | Name for the document | 20080616 |
Method SET_NAME on Interface IF_FDT_DOCUMENT has no exception.
History
Last changed by/on | SAP | 20110908 |
SAP Release Created in | 712 |