Skip to content

Commit 00e82f3

Browse files
committed
fix: incorrect validation method name
1 parent 12d00c2 commit 00e82f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tutorials/abap-environment-business-configuration-object/abap-environment-business-configuration-object.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,8 +211,8 @@ You can use the [ABAP Repository Generator](https://help.sap.com/docs/BTP/65de29
211211
- Edit class `ZBP_I_ERRORCODE###_S`, section **Local Types**. Delete the content of the following methods. Afterwards save and activate the class.
212212
- `GET_GLOBAL_AUTHORIZATIONS`
213213
- `LSC_ZI_ERRORCODE###_S→SAVE_MODIFIED`
214-
- `LHC_ZI_ERRORCODE###→VALIDATERECORDCHANGES`
215-
- `LHC_ZI_ERRORCODE###TEXT→VALIDATERECORDCHANGES`
214+
- `LHC_ZI_ERRORCODE###→VALIDATETRANSPORTREQUEST`
215+
- `LHC_ZI_ERRORCODE###TEXT→VALIDATETRANSPORTREQUEST`
216216
217217
- Delete the generated `Access Control` objects
218218

0 commit comments

Comments
 (0)