SAP ABAP UNIT - Glossary



Warning: file_get_contents(/customers/9/5/e/s4hd.com/httpd.www/global/php/adxcode.txt): Failed to open stream: No such file or directory in /customers/9/5/e/s4hd.com/httpd.www/global/php/helpers.php on line 89

Get Example source ABAP code based on a different SAP table
  

Warning: Undefined variable $prev in /customers/9/5/e/s4hd.com/httpd.www/sap/help/index.php on line 55
VERSION 5 IN

ABAP Unit
Test tool integrated into the ABAP runtime framework that is used for checking the functions of code units in a program (unit tests ). Individual tests are implemented as test methods of local test classes in ABAP programs. The tests of one test class use the same fixture. Global test classes can only be used in local test classes. The properties of a test can be specified in the definition of a local test class. Tests of multiple ABAP programs can be combined into test tasks.
ABAP_MORE_INFO