Get Example source ABAP code based on a different SAP table
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 >