1. Data Types & Operations- SABAP
1. Data Types & Operations- SABAP
Date: This type is used to store date values. Size notation is not
required. YYYYMMDD is SAP standard date format.
Time: This type is used to store Time values. Size notation is not required.
HHMMSS is SAP standard time format.
Float: This type is used to store decimal values. Size notation is not
required
Packed: This type is used to store decimal values, but we can specify the length
for both value and decimal places.
Comparison Operations:
GT >
GE >=
LT <
NE <>
Logical Operations: And ( If all the conditions
correct )
OR ( If any one of the condition
is correct)
Not
If both the conditions are correct then ‘A’ will be displayed else ‘B’ will be displayed.
Note@ For OR , if any of the condition is true ‘A’ will be displayed otherwise ‘B’.
NOT:
Arithmetic: + Addition
- Subtraction
/ Division
* Multiplication
MOD Modulo Division ( Remainder)
** Powers
String Operations:
1. Strlen
2. Translate
3. Condense
4. Concatenate
5. Split
6. Replace
7. Shift
1. STRLEN: This is used count the no. of characters of a character
type variable.