From 976fafb532e56ee0cc2a5be8654479ecf2981043 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20B=C3=B6schen?= Date: Wed, 16 Apr 2025 17:15:59 +0200 Subject: [PATCH] Fixed typo The local class is named 'lhc_Travel' after applying the quick fix, not 'lhc_hanler'. That is also the name used in the source code. --- week3/unit6.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/week3/unit6.md b/week3/unit6.md index c23a4b4..b8e43a9 100644 --- a/week3/unit6.md +++ b/week3/unit6.md @@ -222,7 +222,7 @@ _Project_, _Package_ and _Behavior Definition_ have been automatically assigned. ![Implement the Behavior Pool – Travel Entity](images/w3u6_03_05.png) On the _**Global Class**_ tab, you can see the addition **`FOR BEHAVIOR OF`** which indicates that this class provides the behavior implementation of the specified business object - travel entity in the present case. - The proper implementation takes place on the _**Local Types**_ tab where the wizard has generated the local handler class **`lhc_hanler`** inheriting from cl_abap_behavior_handler. + The proper implementation takes place on the _**Local Types**_ tab where the wizard has generated the local handler class **`lhc_Travel`** inheriting from cl_abap_behavior_handler. 5. On the _**Local Types**_ tab, add the constants for the travel status in the **`PRIVATE SECTION`**: