Anlegen einer Kunden eignen Korrespondenzart.
[Read More]new features in ABAP 7.40 SP5
ABAP 7.40SP5 has a whole lot of new ABAP language constructs which greatly help to keep the code compact and clean. Horst Keller from SAP has written a whole bunch of blog posts about the new features that are really worth the time to read.
[Read More]Determine Inserted Updated and Deleted Rows of an Internal Table
To determine which records in an internal table have to be inserted, updated or deleted you can use the following function module. The tables need to be sorted by the database key before calling the function module.
[Read More]