SAP ABAP Data Element DXMETHOD (Method to transfer mass data)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-SRV-DX-DXW (Application Component) Data Transfer Workbench
     S_DX_BAPI (Package) Data Transfer Workbench
Basic Data
Data Element DXMETHOD
Short Description Method to transfer mass data  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type SWC_ELEM    
Data Type CHAR   Character String 
Length 32    
Decimal Places 0    
Output Length 32    
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 Method 
Medium 15 Method 
Long 32 Method to transfer mass data 
Heading 32 Method to transfer mass data 
Documentation

Definition

Object type component: operation that can be carried out on an object.

The methods of an object are defined and implemented in the object type definition in the Business Object Repository.

Methods refer to existing ABAP functions, such as function modules, transactions and dialog modules and are called through a stable interface determined by the method name and the method parameters. The actual implementation is hidden from the user. It is not visible from the outside and the caller of the method does not need to know any details.

For each method you can specify:

  • Import parameters (for synchronous and asynchronous methods)
  • An event (only for synchronous methods)
  • Export parameters (only for synchronous methods)

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