Add ABAP unit test cheat sheet

This commit is contained in:
danrega
2023-02-20 14:35:27 +01:00
parent 09b6f8fa08
commit 4941dee4c8
6 changed files with 2271 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
*"* use this source file for any type of declarations (class
*"* definitions, interfaces or type declarations) you need for
*"* components in the private section
INTERFACE lif_get_data DEFERRED.