Skip to content

Commit 8d7d190

Browse files
Update how-to-execute.md
1 parent d6dbe25 commit 8d7d190

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

pages/how-to-execute.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,14 @@ It is possible to execute the "code pal for ABAP checks" against your objects vi
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+
1718
#### Executing via Code Inspector (CI)
1819

1920
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).
2021

2122
![code inspector execution](imgs/sap-gui-code-inspector.png)
2223

24+
2325
#### Executing via ABAP Test Cockpit (ATC)
2426

2527
![sap gui execution](imgs/execute-sap-gui.png)
@@ -28,7 +30,8 @@ In the tab `Options`, you have to inform your global check variant:
2830

2931
![sap gui atc execution](imgs/sap-gui-atc.png)
3032

31-
#REMARK: In order to be able to execute the checks directly via ATC, a User-Parameter has to be set as follows: Go to Menu: SYSTEM --> User Profile --> User Data --> then in the tab `Parameters`, make sure this entry is set: `SATC_CI_MODE = X`.
33+
#REMARK: In order to be able to execute the checks directly via ATC, a User-Parameter has to be set as follows: Go to Menu: SYSTEM --> User Profile --> User Data --> then in the tab `Parameters`, make sure this entry is set: `SATC_CI_MODE = X` (refer to screenshot below):
34+
3235
![image](https://user-images.githubusercontent.com/63100656/113266529-acd10180-92d5-11eb-80d9-c2717f0be1ca.png)
3336

3437

@@ -38,6 +41,7 @@ Select `Run As` > `ABAP Test Cockpit With...` and inform a global check variant
3841

3942
![eclipse execution](imgs/execute-eclipse.png)
4043

44+
4145
### Executing via SUT (ABAP CHECK REPORT)
4246

4347
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

Comments
 (0)