You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pages/how-to-execute.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,11 +4,15 @@
4
4
5
5
## How to Execute
6
6
7
-
You can simulate the checks using the provided `Y_DEMO_FAILURES` class.
7
+
You can simulate the checks using the provided `Y_DEMO_FAILURES` class (delivered along with the tookit).
8
8
9
9
### SAP GUI
10
10
11
-
You can execute via `Code Inspector` and `ABAP Test Cockpit (ATC)` in most of the transactions as usual. However, you have to inform your global check variant.
11
+
It is possible to execute the "code pal for ABAP checks" against your objects via:
12
+
13
+
1.`Code Inspector` (transactions SCI and SCII);
14
+
2.`ABAP Test Cockpit (ATC)` in CI-mode by informing a check variant. (in most of the ATC transactions/interfaces as usual; e.g.: SE80 --> right mouse-click --> Check --> ATC with...);
15
+
3.`SUT - ABAP CHECK REPORT` running with in a CI-mode (flavour) and also informing a check variant;
0 commit comments