SAP ABAP Data Element OS_MULTIACCESS (Multiple Access Indicator)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-ABA-LA-OBS (Application Component) Object Services
     SOS_MAPPING (Package) Object Services Relational Mapping
Basic Data
Data Element OS_MULTIACCESS
Short Description Multiple Access Indicator  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type OS_BOOLEAN    
Data Type CHAR   Character String 
Length 1    
Decimal Places 0    
Output Length 1    
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  
Medium  
Long 20 Multiple Access 
Heading  
Documentation

Definition

If this indicator is set, additional methods for loading persistent objects using a query are generated in the class actor.

Use

Using the additional methods

  • IF_OS_CA_PERSISTENCY~GET_PERSISTENT_BY_KEY_TAB
  • IF_OS_CA_PERSISTENCY~GET_PERSISTENT_BY_OID_TAB

multiple persistent objects can be loaded with a method call (and a SELECT statement) into the main memory.

It is quicker to call these methods with a list of keys than to make multiple calls to the relevant methods for loading a persistent object with a key.

Dependencies

This indicator cannot be changed; one of the following methods has been changed:

  • MAP_LOAD_FROM_DATABASE
  • MAP_LOAD_FROM_DATABASE_KEY
  • MAP_LOAD_FROM_DATABASE_GUID

Example

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