Сheck internal table ABAP for the presence of a record with LINE_EXISTS ABAP in new ABAP syntax. Checking the existence of a record in an internal table is a common task in ABAP programs. I create simple example how it was in old ABAP syntax and in new syntax ABAP.
Continue reading LINE_EXISTS ABAP | Check line exists in table ABAPTag Archives: Internal tables ABAP
How work with Internal tables SAP in ABAP? Receiving, changing and deleting data from internal tables SAP ABAP.
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 SAPSELECT ABAP. ABAP SELECT to database SAP
Let’s look at the SELECT ABAP construct and where to start studying it. Options for reading data from ABAP dictionary tables. I will also show queries in the new and old syntax in comparison.
Continue reading SELECT ABAP. ABAP SELECT to database SAPDELETE ADJACENT DUBLICATES in SAP ABAP
Removing duplicate rows from an internal table in ABAP is a common task. You can implement it using the DELETE ADJACENT DUBLICATES construct, here is an example of ABAP code:
Continue reading DELETE ADJACENT DUBLICATES in SAP ABAP