iwf_frm_lis
Creates a header form with one or several sub-lists. The header form can be a master-, type-, relation- or link form.
Parameters:
n1>parent entity [form] n2>child entity view [list] - or -
n1>main-entity [form] n2>link [list]
- n1
- n1 = > < : Creates the master form of an entity as header form
n1 = T: Creates a type form as header form
n1 = A: Creates an aggregate form as header form
n1 = R: Creates a refine form as header form
n1 = C: Creates a link form as header form
- Parent entity or main entity
- For entities: Name of the entity
For types: Name of the parent entity the type relation originates from
For relations: Name of the parent entity, the relation originates from
For links: Name of the main entity, the link originates from
- Form
- For entities: Name of the master form (if not defined, the default master form is output).
For types: Name of the type form (if not defined, the default type form is output).
For relations: Name of the aggregate- or refine form (must be specified).
For links: Name of the link list (must be specified).
- n2
- n2 = E: Creates an entity list as sub-list
n2 = A: Creates an aggregate list as sub-list
n2 = R: Creates a refine list as sub-list
n2 = C: Creates a link list as sub-list
n2 = F: Creates a form as sub-form
n2 = @: If sub-masks were positioned on index cards, this creates exactly the sub-mask which was passed as the first parameter to the userexit iwf_cyc_lis of the first index card (simplified sub-mask call)
- Child entity or link
- For entities: Name of the entity
For relations: Name of the child entity the relation is directed at
For links: Name of the link
- View
- For relations only: Name of the relation whose aggregate- or refine list is to be positioned as sub-list.
- List
- For entities: Name of the master list (if not specified, the default master list is used).
For relations: Name of the sub-list (if not specified, the default aggregate- or the default refine list is used).
For links: link list (must be specified).
Usage as:
On_Select userexit in each menu/button-area or On_Event userexit in each state of the user interface.
Explanation:
The position of a sub-list or sub-form relative to the origin of the header form only depends on the row and column position you defined for the sub-list in the mask data definition form.