Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion week3/unit6.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`**:

Expand Down