Entering content frameProcedure documentation Common Log Errors Locate the document in its SAP Library structure

Errors are documented in the log by error messages. Common errors and their causes:

The ABAP/4 command LEAVE TO … before COMMIT WORK cancels the test.

Possible causes:

Values were assigned to an output field in the test case.

No value was assigned to a required field.

Troubleshooting

Note

Processed screens are marked in test plan logs which were created by running a test case in Release 4.6C.

 

Proceed as follows to find test errors:

  1. Find the transaction or function in which the error occurred in the log.
  2. Set this test case to "foreground processing" (in the individual execution screen, for a referred module, the REF function in the detail maintenance screen).
  3. Rerun the test

You can also:

The OK code field must first be cleared. Continue afterwards with the deleted OK code.

This procedure is particularly useful in long lists (e.g. Report Writer lists), to check entries or for manual F1/F4 checks.

 

 

 

 

Leaving content frame