Tag Archives: Internal tables ABAP

How work with Internal tables SAP in ABAP? Receiving, changing and deleting data from internal tables SAP ABAP.

FOR ALL ENTRIES in SELECT ABAP: Examples, Checks and Alternatives

FOR ALL ENTRIES in SELECT ABAP is not new ABAP syntax, but it is still one of the most important Open SQL techniques for reading database records by values from an internal table ABAP. ABAP developers often use it when they already have a list of keys in memory and need to select related data from another SAP table.

Continue reading FOR ALL ENTRIES in SELECT ABAP: Examples, Checks and Alternatives

ABAP VALUE with FOR: Build Internal Tables in the New Syntax

ABAP VALUE with FOR is one of the most useful features of new ABAP syntax for developers who work with internal tables. It helps you create a new internal table ABAP from existing data, filter rows, and map one table structure to another table structure in a compact way. Instead of writing a long LOOP AT block with APPEND, you can express the result directly.

Continue reading ABAP VALUE with FOR: Build Internal Tables in the New Syntax

New syntax ABAP errors! | ERRORS ABAP 7.4 and 7.5 SAP

Check your knowledge in new syntax ABAP!  Spend 5 minutes on your ABAP!

New syntax ABAP errors in ABAP 7.4 and ABAP 7.5 with examples. I will show how I fixed ABAP error in SAP with debugger ABAP. In ABAP code I used: Inline declaration ABAP, ABAP SELECT, ABAP STRING and other new ABAP construction in SAP.

Continue reading New syntax ABAP errors! | ERRORS ABAP 7.4 and 7.5 SAP