SAP ABAP Class IF_FDT_DOCUMENT (General interface for document)
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
Class IF_FDT_DOCUMENT  
Short Description General interface for document    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20080616   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class IF_FDT_DOCUMENT has no forward declaration.
Interfaces
Class IF_FDT_DOCUMENT has no interface implemented.
Friends
Class IF_FDT_DOCUMENT has no friend class.
Attributes
Class IF_FDT_DOCUMENT has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 GET_DOCUMENT Instance method Public Method Get the document as XSTRING 20080616
2 GET_METADATA Instance method Public Method Get the value of a metadata field 20080616
3 GET_MIME_TYPE Instance method Public Method Returns the mime type of the document 20080616
4 GET_NAME Instance method Public Method Returns the name of the document 20080616
5 SET_NAME Instance method Public Method Set the name of the document 20080616
Events
Class IF_FDT_DOCUMENT has no event.
Types
Class 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 Returning DOCUMENT_XSTRING Value transfer Type reference (TYPE) XSTRING Document as XSTRING 20080616

Method GET_DOCUMENT on class 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 Importing NAME Call by reference Type reference (TYPE) STRING Metadata field 20080616
2 Returning VALUE Value transfer Type reference (TYPE) STRING Metadata value 20080616

Method GET_METADATA on class 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 Returning MIME_TYPE Value transfer Type reference (TYPE) STRING The MIME type 20080616

Method GET_MIME_TYPE on class 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 Returning DOCUMENT_NAME Value transfer Type reference (TYPE) STRING The name of the document 20080616

Method GET_NAME on class 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 Importing DOCUMENT_NAME Call by reference Type reference (TYPE) STRING Name for the document 20080616

Method SET_NAME on class IF_FDT_DOCUMENT has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in