In some scenarios, it is required to categorize the customers based on their payments history, track records etc.
Category Archives: SAP Tutorial
In addition to these built-in types, the ABAP supports two Dictionary types TIMESTAMP and TIMESTAMPL. These are used in many standard application tables and to store a timestamp in the UTC format.
What is Message? Messages are used to describe what is happening in the program execution to the programmer or user. Messages represents with a three-digit number. Messages range starts from 000 to 999. Message Types – Messages are basically six types. Those are – A Abend The message appears in a separate dialog box and […]
Operators are symbols that used to describe the compiler to perform operations on variables and values.
ABAP supports various operators to process data by using variables or values.
The arithmetic operators perform arithmetic claculations on two or more numeric operands. The result of arithmetic expression is a numeric value.
The bit operators perform bit operations on two or more byte-like operands.
ABAP supports a series of bit logical operators. Bit operators used to process Boolean algebraic expressions.
The string operator put together two or more character-like operands and forms a string expression.
The string expression result is a character string.
Relational operators used to compare two or more operands of any data type.
Relational operators and join two or more operands of any data type to form a relational expression or comparison expression. The result of the relational expression is true or false.
Boolean Operators are used to combine the logical expressions to produce a single output. Logical expression is a combination of one or more operands with a relational operator.
Decision control statements are used to execute block of statements only when certain conditions are met.
