Skip to content

Commit ec1cf61

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

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

pages/how-to-execute.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,16 @@ You can simulate the checks using the provided `Y_DEMO_FAILURES` class (delivere
1010

1111
It is possible to execute the "code pal for ABAP checks" against your objects via:
1212

13-
1. `Code Inspector` (transactions SCI and SCII);
13+
1. `Code Inspector` (transactions SCI and/or SCII); for more details, refer to the specific sections below.
1414
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+
#### Executing via Code Inspector (CI)
18+
19+
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).
20+
21+
![code inspector execution](imgs/sap-gui-code-inspector.png)
22+
1723
#### Executing via ABAP Test Cockpit (ATC)
1824

1925
![sap gui execution](imgs/execute-sap-gui.png)
@@ -22,11 +28,6 @@ In the tab `Options`, you have to inform your global check variant:
2228

2329
![sap gui atc execution](imgs/sap-gui-atc.png)
2430

25-
#### Executing via Code Inspector (CI)
26-
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).
28-
29-
![code inspector execution](imgs/sap-gui-code-inspector.png)
3031

3132
### Executing via Eclipse (ADT)
3233

0 commit comments

Comments
 (0)