Skip to content

Commit 3a70903

Browse files
Update db-access-in-ut.md
1 parent f746639 commit 3a70903

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/checks/db-access-in-ut.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Statements like: SELECT, EXEC SQL, COMMIT, COMMIT WORK, ROLLBACK, INSERT, DELETE
1414

1515
· RISK LEVEL DANGEROUS/CRITICAL --> UPDATE, MODIFY DELETE, COMMIT, ROLLBACK operation(s) on persistent DDIC tables will be forbidden/reported.
1616

17-
REMARK: For more details on RISK LEVEL classification, please refer to the last two sections of this page.
17+
REMARK: For more details on RISK LEVEL classification, please refer to the last two sections of this page or follow this path: SE24 --> <Open any Test Class> --> Properties --> Highest Duration Category / Highest Allowed Risk --> PRESS F1.
1818

1919
Besides, test classes having AMDP (this happens only in productive mode) are already excluded from the scope of the check (in other words, exempted) since the Check is only applicable on test-code. Again, data access should be always mocked. For the mocking, one of these alternatives should be used:
2020

0 commit comments

Comments
 (0)