Skip to content

Commit 524ccae

Browse files
Update how-to-execute.md
1 parent 69bf91d commit 524ccae

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

pages/how-to-execute.md

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,23 +7,24 @@
77
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:
88

99
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**;
1212

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.
1314

1415
## Executing via Code Inspector (CI)
1516

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

1819
![code inspector execution](imgs/sap-gui-code-inspector.png)
1920

20-
* 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.
21+
2122

2223
## Executing via ABAP Test Cockpit (ATC)
2324

2425
![sap gui execution](imgs/execute-sap-gui.png)
2526

26-
In the tab `Options`, you have to inform your global check variant*:
27+
In the tab `Options`, you have to inform your global check variant:
2728

2829
![sap gui atc execution](imgs/sap-gui-atc.png)
2930

@@ -32,15 +33,17 @@ In the tab `Options`, you have to inform your global check variant*:
3233

3334
![image](https://user-images.githubusercontent.com/63100656/113266529-acd10180-92d5-11eb-80d9-c2717f0be1ca.png)
3435

35-
* 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+
3638

3739
## Executing via Eclipse (ADT)
3840

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

4143
![eclipse execution](imgs/execute-eclipse.png)
4244

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.
45+
46+
4447

4548
## Executing via SUT (ABAP CHECK REPORT)
4649

0 commit comments

Comments
 (0)