Skip to content

Commit d85a756

Browse files
add user exit
1 parent 4c218f1 commit d85a756

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
You can extend abap2UI5 with predefined user exits. The user exits are exposed by the interface `Z2UI5_IF_EXIT`. To use the user exits in your system you have to create a new class which implements the interface and its methods. They're called dynamically by abap2UI5 class `Z2UI5_CL_EXIT`. You should **not** include your class into abap2UI5 packages but in any other custom package.
2+
3+
These are the available methods:
4+
- `get_draft_exp_time_in_hours`: You can override the default 4 hour abap2UI5 draft session timeout
5+
- `adjust_config`: You can change abap2UI5 startup parameters like the theme or UI5 version

0 commit comments

Comments
 (0)