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
+11-8Lines changed: 11 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,23 +7,24 @@
7
7
You can to execute the "code pal for ABAP checks" against your objects in several different ways. If needed, you can easily simulate the checks using the provided `Y_DEMO_FAILURES` class (delivered along with the tookit). The most common ways of executing code pal are by means of:
8
8
9
9
1.`Code Inspector` (transactions SCI and/or SCII); for more details, refer to the specific sections below.
10
-
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.
11
-
3.`SUT - ABAP CHECK REPORT` running with in a CI-mode (flavour) and also informing a check variant;
10
+
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.
11
+
3.`SUT - ABAP CHECK REPORT` running with in a CI-mode (flavour) and also informing a check variant**;
12
12
13
+
** It is also possible to execute code pal with a profile (instead of a variant). For that, plesae refer to transaction: Y_CODE_PAL_PROFILE.
13
14
14
15
## Executing via Code Inspector (CI)
15
16
16
-
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).
17
+
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).
* It is also possible to execute code pal with a profile (instead of a variant). For that, plesae refer to transaction: Y_CODE_PAL_PROFILE.
36
+
37
+
36
38
37
39
## Executing via Eclipse (ADT)
38
40
39
-
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).
41
+
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).
40
42
41
43

42
44
43
-
* It is also possible to execute code pal with a profile (instead of a variant). For that, plesae refer to transaction: Y_CODE_PAL_PROFILE.
0 commit comments