SAP ABAP Data Element P_99S_OPERB (Operator Brackets)
Hierarchy
SAP_HRRXX (Software Component) Sub component SAP_HRRXX of SAP_HR
   PY-XX-RS (Application Component) Reuse Services for Country Development
     P99S (Package) Southern Europe Basis
Basic Data
Data Element P_99S_OPERB
Short Description Operator Brackets  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type CHAR10    
Data Type CHAR   Character String 
Length 10    
Decimal Places 0    
Output Length 10    
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 Brackets 
Medium 20 Operator Brackets 
Long 40 Operator Brackets 
Heading 10 Brackets 
Documentation

Definition

Defines the opening or closing brackets, in order to define the operator precedence.

Use

Allows the creation of more complex conditions in the DAQ conditions (T5F99FC)

Example

(COND1 AND COND2) OR (COND3 AND COND4)

Condition     Bracket use

COND1 --> A = 2 AND     (

COND2 --> B = 2 OR     )

COND3 --> C = 2 AND     (

COND4 --> D = 2     )

(COND1 AND COND2) OR COND3 AND COND4

Condition     Bracket use

COND1 --> A = 2 AND     (

COND2 --> B = 2 OR     )

COND3 --> C = 2 AND    

COND4 --> D = 2    

((COND1 OR COND2) AND COND3) OR COND4

Condition     Bracket use

COND1 --> A = 2 OR     ((

COND2 --> B = 2 AND     )

COND3 --> C = 2 OR     )

COND4 --> D = 2    

Note

  1. It is not possible to the same condition line to start open brackets after closing them, E.g. "))("

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