SAP ABAP Data Element /SAPTRX/BUFFER_MODE (EH Buffer Mode for Event Message Input)
Hierarchy
PI_BASIS (Software Component) Basis Plug-In
   SCM-EM (Application Component) Event Management
     /SAPTRX/ATIF (Package) Interface objects for Event Manager and Appl.Srv
Basic Data
Data Element /SAPTRX/BUFFER_MODE
Short Description EH Buffer Mode for Event Message Input  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type /SAPTRX/BUFFER_MODE    
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 BUFFER_MODE   
Change document    
No Input History    
Basic direction is set to LTR    
No BIDI Filtering    
Field Label
  Length  Field Label  
Short 10 EH BuffMod 
Medium 15 EH Buffer Mode 
Long 20 EH Buffer Mode 
Heading 10 EH BuffMod 
Documentation

Definition

Specifies the processing mode used for plug-in functions that buffer event messages.

You can perform extra checks on an event message and buffer it using a plug-in function. You can Customize the system in such a way that a specific plug-in function is used for an event message with specific features (for example, event code, sender codes, or location codes).

These features can be set in Customizing, or specified in the interface of the function module that processes the event messages.

You can set the processing mode in the function module interface so that :

  • The Customizing tables are checked (default).
  • A plug-in function specified in the BAPI interface is used to buffer the event message (Customizing tables not checked).
  • A plug-in function is not used to buffer the event message (Customizing tables not checked).

By setting the processing mode indicator to N, you can skip the check on the Customizing tables and thereby improve performance.

History
Last changed by/on SAP  20080415 
SAP Release Created in 2002_1_620