Skip to content

Commit 69bf91d

Browse files
Update how-to-execute.md
1 parent 1651c2a commit 69bf91d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pages/how-to-execute.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,17 @@ You can to execute the "code pal for ABAP checks" against your objects in severa
1313

1414
## Executing via Code Inspector (CI)
1515

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

1818
![code inspector execution](imgs/sap-gui-code-inspector.png)
1919

20-
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.
2121

2222
## Executing via ABAP Test Cockpit (ATC)
2323

2424
![sap gui execution](imgs/execute-sap-gui.png)
2525

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

2828
![sap gui atc execution](imgs/sap-gui-atc.png)
2929

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

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

35-
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.
3636

3737
## Executing via Eclipse (ADT)
3838

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

4141
![eclipse execution](imgs/execute-eclipse.png)
4242

43-
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.
4444

4545
## Executing via SUT (ABAP CHECK REPORT)
4646

0 commit comments

Comments
 (0)