Skip to content

Commit

Permalink
Update exits.md (#232)
Browse files Browse the repository at this point in the history
  • Loading branch information
francisco-milan authored Jun 7, 2024
1 parent e4ff445 commit 35349e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/user-guide/reference/exits.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ If the development version is installed create global class `ZCL_ABAPGIT_USER_EX
To support both versions with the same code, proceed as follows:

1. Implement `ZCL_ABAPGIT_USER_EXIT` as a global class and test with the developer version.
2. Cut & paste the complete code of `ZCL_ABAPGIT_USER_EXIT` into include `ZABAPGIT_USER_EXIT` and change the beginning to a local class.
2. Copy & paste the complete code of `ZCL_ABAPGIT_USER_EXIT` into include `ZABAPGIT_USER_EXIT` and change the beginning to a local class.

```abap
CLASS zcl_abapgit_user_exit DEFINITION
Expand Down

0 comments on commit 35349e6

Please sign in to comment.