Enable Combo Bind

Combo bind helps you scan the barcode that has multiple values and capture the relevant value.

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:

  1. Click Searches on the left panel.
  2. Enter the name of the module, screen, or search field.
    You can also click the Filter icon to filter and search the fields.
  3. Click on the search field you want to configure.
  4. Select Scan Field in the UI Field Type property.
  5. 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"}
    ]]}
    
  6. Click Save.