Skip to content

Commit 3f7da40

Browse files
Update how-to-execute.md
1 parent f59829c commit 3f7da40

File tree

1 file changed

+14
-6
lines changed

1 file changed

+14
-6
lines changed

pages/how-to-execute.md

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,25 +11,33 @@ You can simulate the checks using the provided `Y_DEMO_FAILURES` class (delivere
1111
It is possible to execute the "code pal for ABAP checks" against your objects via:
1212

1313
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.
1515
3. `SUT - ABAP CHECK REPORT` running with in a CI-mode (flavour) and also informing a check variant;
1616

17-
#### ABAP Test Cockpit (ATC)
17+
#### Executing via ABAP Test Cockpit (ATC)
1818

1919
![sap gui execution](imgs/execute-sap-gui.png)
2020

2121
In the tab `Options`, you have to inform your global check variant:
2222

2323
![sap gui atc execution](imgs/sap-gui-atc.png)
2424

25-
#### Code Inspector
25+
#### Executing via Code Inspector (CI)
2626

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).
2828

2929
![code inspector execution](imgs/sap-gui-code-inspector.png)
3030

31-
### Eclipse
31+
### Executing via Eclipse (ADT)
3232

33-
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).
3434

3535
![eclipse execution](imgs/execute-eclipse.png)
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).
40+
41+
42+
43+

0 commit comments

Comments
 (0)