Modules | |
| Select-Action userexits | |
| Edit-Action userexits | |
| Pre-Action userexits | |
| Post-Action userexits | |
Functions | |
| int | xctx_pra (const char *param1, const char *param2) |
| | |
| int | xlut_eda (const char *param1, const char *param2) |
| | |
| int | xpdw_pro_pre (const char *param1, const char *param2) |
| | |
| int xctx_pra | ( | const char * | param1, |
| const char * | param2 | ||
| ) |
Pre-mask userexit of structure lists for objects which can be assigned to contexts, i.e.
can be qualified.
This userexit deals with the following actions:
| 'I'nsert, 'C'opy, 'U'pdate | Sets the bit mask for field EDB_IN_CONTEXTS according to the state of the calculatory logic fields that exist in the mask for each context. |
|---|---|
| 'Q'uery | Checks whether the context filter is currently enabled, if yes the query buffer of he field EBD_IN_CONTEXTS is set accordingly. The current value for the context will be taken from the widget buffer if it has been set using xctx_set_nxt / xctx_prm. |
| ctx | Action userexit context. |
| param | Reserved. |
| 0 | OK |
|---|---|
| Else | Error |
| int xlut_eda | ( | const char * | param1, |
| const char * | param2 | ||
| ) |
Edit-action userexit to restore the field menu.
This edit-action userexit restores the field menu from the saved information that is stored in the widget buffer.
| ctx | The userexit context. |
| param | Additional user-defined parameters (reserved). |
| 0 | OK | Else | Error |
|---|
| int xpdw_pro_pre | ( | const char * | param1, |
| const char * | param2 | ||
| ) |
Pre-action userexit for principal widgets.
This userexit has to be the last pre-action userexit in project or organizational unit widgets.
Depending on the mode, the following actions are performed:
NEW_PRO. NORESTRICT_VIEW parameter.| usxContext | The userexit context. | |||
| param | Parameter to control the behavior of this userexit. Syntax like: "[/NORESTRICT_VIEW]" With possible arguments:
|
| 0 | OK |
|---|---|
| 1 | Error |