Video Lesson 4.9: ABAP Logical Expressions

Video Lesson 4.9: ABAP Logical Expressions

This lesson shows some of the most common used logical expressions like AND, OR and IF.

Logical Expressions

  • When writing application programs, you often need to formulate conditions.
  • These are used mostly to control the flow of the program, or to decide whether to exit a processing block.
  • You formulate a condition using logical expressions. A logical condition can be either true or false.

Combining Several Logical Expressions (AND, OR)

  • To combine several logical expressions together in one single expression which is true only if all of the component expressions are true, link the expressions with AND.
  • To combine several logical expressions together in one single expression which is true if at least one of the component expressions is true, link the expressions with OR.
  • To negate the result of a logical expression, you can precede it with the NOT operator. → SAP VIDEO



Share this on Social Media

Facebook
Twitter
LinkedIn
Pinterest
WhatsApp

Unit 1 – SAP System Architecture

Unit 2 – Object Navigator, Repository and ABAP Programs

Unit 3 – Transparent tables in the ABAP Dictionary

Unit 4 – Basic ABAP statements, ABAP Structures and ABAP Logical Expressions

Unit 5 – ABAP Data Retrieval

Unit 6 – SAP Analysis Tools

Unit 7 – ABAP Subroutines

Unit 8 – ABAP Events

Unit 9 – ABAP User Interface

Unit 10 – Function Modules, Methods, ALV and BAPI

Unit 11 – Adjusting SAP Standard Software

Unit 12 – ABAP Debugger, Selection Screens, and Table Controls

Unit 13 – ABAP Web Dynpro

Unit 14 – Advanced Topics

Unit 15 – Advanced Topics II

Object Oriented (OO) ABAP

ABAP for SAP HANA (Introduction)

OData and SAP Netweaver Gateway