Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 35349e6

Browse files
Update exits.md (#232)
1 parent e4ff445 commit 35349e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/user-guide/reference/exits.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ If the development version is installed create global class `ZCL_ABAPGIT_USER_EX
1515
To support both versions with the same code, proceed as follows:
1616

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

2020
```abap
2121
CLASS zcl_abapgit_user_exit DEFINITION

0 commit comments

Comments
 (0)