SAP ABAP Data Element RSDSACCESS (Access Method DataSource)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-WHM-DST (Application Component) Data Staging
     RSDS (Package) Apollo DataSource
Basic Data
Data Element RSDSACCESS
Short Description Access Method DataSource  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type RSDSACCESS    
Data Type CHAR   Character String 
Length 10    
Decimal Places 0    
Output Length 10    
Value Table RSDSACCESSTYPES    
Further Characteristics
Search Help: Name    
Search Help: Parameters    
Parameter ID   
Default Component name    
Change document    
No Input History    
Basic direction is set to LTR    
No BIDI Filtering    
Field Label
  Length  Field Label  
Short Access 
Medium 15 Access method 
Long 26 Access Method DataSource 
Heading 15 Access method 
Documentation

Definition

Procedure used when accessing data.

Use

The DataSource concept in BW offers an extendable framework for integrating diverse data access methods. To do this, certain interfaces have to be implemented in ABAP OO, and the method must be declared using the collective view RSDSACCESS. In addition to this, the method must also be assigned to one or more source system types.

There are two types of access method:

  • Adapter
  • Conversion into a particular data format

Dependencies

Example

GUI_UPLOAD:     Extraction of data from a file from the client host.

OPEN_DS:     Extraction of data from a file from the application server.

ASCII:     Conversion of fixed-length data to the BW structure.

History
Last changed by/on SAP  20130604 
SAP Release Created in 400