Enable Combo Bind
For example, if the barcode has values for purchase order, warehouse number, and so on, you can configure a field to capture only the purchase order value by using the combo bind feature.
To use this feature, do the following configurations:
- Click Searches on the left panel.
-
Enter the name of the module, screen, or search field.
You can also click the Filter
icon to filter and search the fields.
- Click on the search field you want to configure.
- Select Scan Field in the UI Field Type property.
-
In the Default Value field, enter the following string:
{"SEPERATOR": "~", "COMBOSCAN": [[ {"FIELDNAME": "EBELN", "FIELDLENGTH": "20", "SEARCHTYPE": "H", "OPERATIONTYPE": "U", "MANDATORY": "X", "CATEGORY": "EXTENSION", "OPTIONAL": ""}, {"FIELDNAME": "LIFNR", "FIELDLENGTH": "10", "SEARCHTYPE": "H", "OPERATIONTYPE": "U", "MANDATORY": "X", "CATEGORY": "EXTENSION" }, {"FIELDNAME": "MATNR", "FIELDLENGTH": "10", "SEARCHTYPE": "I", "OPERATIONTYPE": "U", "MANDATORY": "", "CATEGORY": "EXTENSION"} ]]}
- Click Save.