SAP: ODATA query to select option conversion
This is how SAP ODATA converts the URL query string (e.g. $filter) into the nice select options that you can access in your ABAP code.
The flow is as follows:
This is how SAP ODATA converts the URL query string (e.g. $filter) into the nice select options that you can access in your ABAP code.
The flow is as follows:
The entities/properties of ODATA services are stored in the tables starting with /IWBEP/I_SBO_*
Example:
The project can be selected in plain text, but to get the properties of a specific entity, you need to enter by the NODE_UUID of the entity (from table /IWBEP/I_SBO_ET) in field PARENT_UUID of table /IWBEP/I_SBO_PR .