Description
|
|
Calls menu-nonselection userexit.
- Opens list for entity or type.
- Calls menu-selection userexit.
|
Input parameter
|
|
ent_nam
typ_nam
| string |
name of type (or "" if entity list) |
wdg_nam
wdg_ext
| string |
activate system fields on list {"on", "off"} |
wdg_mod
| string |
mode of widget {"list","form","bvb"} |
act_mod
| string |
mode of interaction {"bat", "int"} |
men_nam
sel_nam
|
Output
parameter
|
|
n
| string |
return values of menu-selection userexit |
|
Example
|
|
Call insert function in item list.
Input parameters:
| ent_nam |
"EDB-ARTICLE" |
| typ_nam |
"" |
| wdg_nam |
"EDB-ART-SLI" |
| wdg_ext |
"off" |
| wdg_mod |
"list" |
| act_mod |
"bat" |
| men_nam |
"EDB-BAS-SLN" |
| sel_nam |
"EDB-BAS-INS" |
|