SAP ABAP Class IF_XDS_BASEDOCUMENT (XDS:Interface of base document)
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface composition (i COMPRISING i_ref)  IF_XDS_DOCUMENT XDS: document 20080926
2 Interface composition (i COMPRISING i_ref)  IF_XDS_TEMPLATE XDS: template 20080926
3 Interface implementation (CLASS c. INTERFACES i_ref)  CL_XDS_BASEDOCUMENT_A XDS: Abstract class of if_xds_basement 20081006
Properties
Class IF_XDS_BASEDOCUMENT  
Short Description XDS:Interface of base document    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20080925   SAP 
Last change 20090618   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
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)
Interfaces
Class IF_XDS_BASEDOCUMENT has no interface implemented.
Friends
Class IF_XDS_BASEDOCUMENT has no friend class.
Attributes
Class IF_XDS_BASEDOCUMENT has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 GET_CONTENT_TYPE Instance method Public Method Get content type of the base document 20080930
2 GET_ID Instance method Public Method Relate to repository ID, priority -1 20080926
3 GET_META_DATA Instance method Public Method Meta data of the base document 20080930
4 GET_RAW_CONTENT Instance method Public Method Get the whole file in binary format 20080930
5 GET_TRANSFORMED_DOCUMENT Instance method Public Method Get the transformed base document 20080930
6 IS_TRANSFORMABLE_TO_DOCUMENT Instance method Public Method Check if it is possible to be transformed to certain type 20081008
7 SET_META_DATA Instance method Public Method Meta data of the base document 20080930
8 SET_RAW_CONTENT Instance method Public Method Set the whole file in binary format 20080930
Events
Class IF_XDS_BASEDOCUMENT has no event.
Types
Class IF_XDS_BASEDOCUMENT has no local type.
Method Signatures

Method GET_CONTENT_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_TYPE Value transfer Type reference (TYPE) STRING 20080930

Method GET_CONTENT_TYPE on class IF_XDS_BASEDOCUMENT has no exception.

Method GET_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_ID Value transfer Type reference (TYPE) STRING 20080926

Method GET_ID on class IF_XDS_BASEDOCUMENT has no exception.

Method GET_META_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_VALUE Value transfer Type reference (TYPE) ANY 20080930
2 Importing IM_NAME Call by reference Type reference (TYPE) STRING 20080930

Method GET_META_DATA on class IF_XDS_BASEDOCUMENT has no exception.

Method GET_RAW_CONTENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_CONTENT Value transfer Type reference (TYPE) XSTRING 20080930

Method GET_RAW_CONTENT on class IF_XDS_BASEDOCUMENT has no exception.

Method GET_TRANSFORMED_DOCUMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_TYPE Call by reference Type reference (TYPE) STRING 20080930
2 Returning RE_BASEDOCUMENT Value transfer Object reference (TYPE REF TO) IF_XDS_BASEDOCUMENT XDS: basedocument 20080930
# Exception Resumable Description Created on
1 CX_XDS_TRANSFORMATION_ERROR XDS: transformation error 20081014

Method IS_TRANSFORMABLE_TO_DOCUMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_TYPE Call by reference Type reference (TYPE) STRING 20081008
2 Returning RE_TRANSFORMABLE Value transfer Type reference (TYPE) ABAP_BOOL Boolean Variable (X=True, -=False, Space=Unknown) 20081008

Method IS_TRANSFORMABLE_TO_DOCUMENT on class IF_XDS_BASEDOCUMENT has no exception.

Method SET_META_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_NAME Call by reference Type reference (TYPE) STRING 20080930
2 Importing IM_VALUE Call by reference Type reference (TYPE) ANY 20080930

Method SET_META_DATA on class IF_XDS_BASEDOCUMENT has no exception.

Method SET_RAW_CONTENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_CONTENT Call by reference Type reference (TYPE) XSTRING 20080930

Method SET_RAW_CONTENT on class IF_XDS_BASEDOCUMENT has no exception.
History
Last changed by/on SAP  20090618 
SAP Release Created in