I am currently using BAPI_PRODORDCONF_GETLIST to retrieve a list of production order confirmations, I would like to filter this list for a specific work order. I can do this "manually" via the range table as displayed below, but I would like to pass a specific order # to the service from the URL. I read through some documentation on how to add parameters but does not define how to pass the parameters into a low/high field.
Any help would be greatly appreciated.
Thanks, Paul
Request clarification before answering.
Hi Paul,
This is very much possible in Gateway to pass the low and high values using $filter option.
fo e.g. if you need to query for orders between 1 and 10 you need to pass
$filter = OrderNo gt '1' and OrderNo lt '10'.
More information in
http://www.odata.org/documentation/uri-conventions#FilterSystemQueryOption
Regards
Gururaj
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.