Resources

2642

api_selection_get_multiple

About

API for retrieving input field value without binding. From select/select table with multiple select. Data is returned into a range table.

Example

data: ir_matkl type range of mara-matkl.

* Get material group selection from dropdown list
  call method server->api_selection_get_multiple
    exporting
      key    = 'MatGroup'
    changing
      range  = ir_matkl.

Interface

Parameter Type Typing Method Associated Type Default Value Description
KEY IMPORTING Type STRING
FIELD IMPORTING Type STRING Optional
RANGE CHANGING Type STANDARD TABLE