Hello Experts,
My current question is more like a conceptual question. SAPGateway delivers an OData service with an entity type containing the following Properties:
- ATNAM
- ATWRT
- ATWTB
The values of this entityset do never change and are as follows:
ATNAM | ATWRT | ATWTB |
FIORI_PRG | BA | Barcelona |
FIORI_PRG | BE | Berlin |
FIORI_PRG | HA | Havanna |
FIORI_TYP | SE | Sessel |
FIORI_TYP | ZW | Zweisitzer |
FIORI_TYP | DR | Dreisitzer |
FIORI_FARBE | BL | Blau |
FIORI_FARBE | BR | Braun |
FIORI_FARBE | GR | Grün |
FIORI_FARBE | SW | Schwarz |
FIORI_BEZUGSSTOFF | ST | Stoff |
FIORI_BEZUGSSTOFF | KL | Kunstleder |
FIORI_BEZUGSSTOFF | NL | Naturleder |
In UI5-Frontend, the data is consumed in different lists that filter the values of the property ATNAM and display accordingly the values of ATWTB just like you can see it in here: JS Bin - Collaborative JavaScript Debugging
Now the question: is it possible for this OData service to “be informed” of the selected value from any of these lists? (assuming that UI5 can send a value).
Clarification: the service has only the get and getentityset methods redefined. Or same question formulated differently: can the OData service save the result of a selection of a filtered list?
If someone wants to take a look at the metadata, the file can be seen in: https://goo.gl/pAE4qz
Thank you very much for your support,
Gabriel