IF statement consists of a one or more logical expressions/Conditions followed by one or ...
IF statement within another IF statement is called as Nested IF statement. Similarly IF ...
CASE statement used to validate one operand value with multiple values at a time. ...
In some cases, a block of statements needs to be executed repeatedly. Looping statements(While, ...
In addition to these built-in types, the ABAP supports two Dictionary types TIMESTAMP and ...
In some scenarios, specific iteration execution needs to be skipped, bypassed or interrupted. Loop ...
CONTINUE statement skips the current iteration and control passes to the next iteration. CONTINUE ...
CHECK statement is used to execute the set of statements code coded under CHECK ...
EXIT statement terminates the loop completely and transfers control to the statement block immediately ...
Data dictionary is a centralized repository with the information about the data in the ...