Skip to content

Latest commit

 

History

History
71 lines (59 loc) · 5.58 KB

README.md

File metadata and controls

71 lines (59 loc) · 5.58 KB

ABAP New Syntax 7.4x 7.5x

Inline Declarations

DATA
Field-Symbol
REFERENCE INTO DATA

Constructor Expressions

VALUE
CORRESPONDING
BASE
NEW
REF
FOR
REDUCE
FILTER

Conditional Expressions (Part of Constructor Exp.)

SWITCH
COND
xsdbool(extra)

Internal Table Expressions

iTab expressions
line_index
line_exists

LOOP AT .. GROUP BY

LOOP AT .. GROUP BY

Advanced Type Checking

IS INSTANCE OF
CASE TYPE OF
some utility class methods

Conversions

Alpha Conversion
Date Format
Time Format
Timestamp
Case of Text
Number Format

Enhanced OpenSQL

Select with FIELDS
Select with Subquery
VALUE within INSERT
Joins
Union
Aggregation Functions
Arithmetic Operations & div, division, ceil, floor, round
String expressions
Case & Coalesce

All Data Filtering Variations

-> here shown code has been taken from this nice blogpost of SoftwareHeroes.

All Data Filtering Variations

  • Loop into DATA
  • Loop ASSIGNING
  • Loop with Key
  • Filter and Lines
  • Reduce
  • For and Lines

-> You can also check their overall performance at runtime. To see the results, run this class in your ADT. Linked blogpost from SoftwareHeroes above also provides the result at the end of the blog.

Addition - ABAP Feature Matrix

ABAP Feature Matrix
This website shows you a list of avaliable/not available or deprecated ABAP Statements for the release and area you selected.

Overview and Usage of ABAP Feature Matrix