Using filter or selection in LISTMI
If search is not used as an input in LISTMI, ensure to disable the Enable search button on the Properties tab.
On the Input tab, you can configure the input value of the transaction. If search is disabled, then the input fields are selection, filter, and positioning fields. In the sorting order of the view you are using, you can access the settings which fields are selection, filter, and positioning fields for the view.
In the Source column, select a component or a dialog from which the input value used is retrieved. To see the components and dialogs in the source list, you must first create them with component ID.
In the Source field column, select a field to use as an input. To use a user context as an input to the API, specify a value in the Value field using this format:
{userContext.USID}.
You can also retrieve other information from 'User. Open' (MNS150)
such as
DIVI, FACI, WHLO, and other information.
For example:
You must list open customer order heads in a data grid by using a list transaction or to list orders belonging to a specific customer, which is listed in the index list. You also prefer the order data to change depending on which customer you select in the list.
Sample scenario:
To list open customer order heads using a list transaction in the data grid with a component ID of Datagrid_OpenCustOrders, you can use this configuration in the Input tab:
In the Source column for the input field CUNO, select index list as the component to which data is retrieved.
In the Source field column for input field CUNO, select CUNO for the customer in the index list to be the input in the LISTMI input field.
Leave the Value field blank.