Skip to content

Commit 0002c35

Browse files
authored
Merge pull request #26 from christianguenter2/exit
improve user exit
2 parents c406690 + 900f7ec commit 0002c35

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed
Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
1-
abap2UI5 contains predefined predefined user exits which can be used to modify the standard behaviour. The user exits are exposed by the interface `Z2UI5_IF_EXIT`. To use them 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.
1+
# User Exits
22

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 theme or UI5 version
3+
abap2UI5 contains predefined predefined user exits which can be used to modify the standard behaviour. The user exits are exposed by the interface [`Z2UI5_IF_EXIT`](https://github.com/abap2UI5/abap2UI5/blob/main/src/02/z2ui5_if_exit.intf.abap). To use them 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`](https://github.com/abap2UI5/abap2UI5/blob/main/src/02/z2ui5_cl_exit.clas.abap). You should **not** include your class into abap2UI5 packages but in any other custom package.
4+
5+
### `GET_DRAFT_EXP_TIME_IN_HOURS`
6+
You can override the default 4 hour abap2UI5 draft session timeout
7+
8+
### `ADJUST_CONFIG`
9+
You can change abap2UI5 startup parameters like theme or UI5 version

0 commit comments

Comments
 (0)