Output Parameters | Significance |
none | - |
Return Code | Significance |
0 | all ok |
value | return code of the unsuccessful sub-function |
Can be called as userexit from any menu item or button.
The position of the sub-masks in the header form is determined by the row and column values in the corresponding mask definition.
For Id E> of the sub-mask, the sub-mask's behavior at the pre-action trigger must be controlled by the application.
For Id F> the sub-masks can only show Data, they are 1:1 connected with header form data.
When a sub-mask is positioned on index cards, the Id @> for the sub-mask lets be userexit create exactly the sub-mask that was passed as parameter to the userexit dal_iwf_cyc_lis of the first index card (simplified sub-mask call).
Example: Input Parameters for creating a combined mask consisting of header form and corresponding constraint- or refine list.
If you called the masks individually, the call would look like this:
dal_iwf_frm_ent TEST [TEST_FORM]
dal_iwf_lis_cns CONS [CONS_LIST]
dal_iwf_lis_ref TEST TEST VIEW [REFI_LIST]
The parameter for calling the combined mask results as follows:
dal_iwf_frm_lis TEST [TEST_FORM] C>CONS [CONS_LIST]
R>TEST TEST VIEW [REFI_LIST]