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
+14-6Lines changed: 14 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,25 +11,33 @@ You can simulate the checks using the provided `Y_DEMO_FAILURES` class (delivere
11
11
It is possible to execute the "code pal for ABAP checks" against your objects via:
12
12
13
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 --> ABAP Test Cockpit --> ATC with...);
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 --> ABAP Test Cockpit (ATC) with...); hereby is ADT (Eclipse) also supported.
15
15
3.`SUT - ABAP CHECK REPORT` running with in a CI-mode (flavour) and also informing a check variant;
16
16
17
-
#### ABAP Test Cockpit (ATC)
17
+
#### Executing via ABAP Test Cockpit (ATC)
18
18
19
19

20
20
21
21
In the tab `Options`, you have to inform your global check variant:
22
22
23
23

24
24
25
-
#### Code Inspector
25
+
#### Executing via Code Inspector (CI)
26
26
27
-
Start the transaction `SCII`, inform the object selection, and inform your global check variant.
27
+
Start the transaction `SCI` or `SCII`, inform the object selection as well as a global check variant (for instance, you could provide the global variant `Y_CODE_PAL` which is a preset variant containing all existing checks and delivered along with the toolkit).
Select `Run As` > `ABAP Test Cockpit With...`, and inform your global check variant.
33
+
Select `Run As` > `ABAP Test Cockpit With...` and inform a global check variant (for instance, you could provide the global variant `Y_CODE_PAL` which is a preset variant containing all existing checks and delivered along with the toolkit).
34
34
35
35

36
+
37
+
### Executing via SUT (ABAP CHECK REPORT)
38
+
39
+
Start the transaction: `SUT` and call the program: `ABAP CHECK REPORT`. Then, inform the object selection as well as a global check variant (for instance, you could provide the global variant `Y_CODE_PAL` which is a preset variant containing all existing checks and delivered along with the toolkit).
0 commit comments