SAP ABAP Data Element ROEXMETHOD (DataSource Extraction Method)
Hierarchy
PI_BASIS (Software Component) Basis Plug-In
   BC-BW (Application Component) BW Service API
     RSUM (Package) BW Service API: Metadata
Basic Data
Data Element ROEXMETHOD
Short Description DataSource Extraction Method  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type ROEXMETHOD    
Data Type CHAR   Character String 
Length 2    
Decimal Places 0    
Output Length 2    
Value Table      
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 10 Ext. Meth. 
Medium 18 Extraction Method 
Long 36 DataSource Extraction Method 
Heading 36 DataSource Extraction Method 
Documentation

Definition

A DataSource can extract data in a variety of ways:

  • ' ': No data is delivered (only with version 'M').
  • 'V': The data is extracted using a transparent table or a database view.
  • 'F1': The data is extracted using a function module, which distributes the data in packages automatically. This is useful for large quantities of data.
  • 'F2': The data is extracted by means of a function module that, in contrast to 'F1', occupies a simplified interface (see documentation for data element ROFNAME_S).
  • 'D': The data is extracted using the fixed values of a domain. This is useful for very small amounts of data.
  • 'Q': The data is extracted using a functional area of the ABAP query (<4.6),or using an InfoSet of the InfoSet query (>4.6).
  • 'A': The data are extracted on an append DataSource using BTE or BADI.

History
Last changed by/on SAP  20110908 
SAP Release Created in