Hello Kumar,
Pass all those inputs as filter parameters as shown below in the URL.
You will receive all these as part of select options internal table.
Sample ->
/sap/opu/odata/sap/Z_SRV/WorkOrders?$filter=( OrderNumber eq '0001' or OrderNumber eq '0002' or OrderNumber eq '0003' or OrderNumber eq '0004' )&$expand=WorkOrderDetails
Regards,
Ashwin