cancel
Showing results for 
Search instead for 
Did you mean: 

Variables in SAPUI5 path

03-30-2023 12:47 PM
1162 views 5 comments
0 Likes
SAP Managed Tags
Subscribe

Hi

I have an need to pass an variable to a list bindng (in this issue, into an UploadSet, but it could also be a Table etc).

I know i can do the binding by code, but is it possible to pass the variable directly in XML?

Example ({Equnr} is the actual shown Equipment for which i need to get data):

items="{path: '/AttachmentSet', filters: [{path: 'Equnr', operator: 'EQ', value1: '{Equnr}'}] }" >
0 Likes

Accepted Solutions (0)

Answers (1)

Answers (1)

junwu
SAP Champion
SAP Champion
0 Likes

no, I think.

jakob_steen-petersen
Contributor
0 Likes

I think you are right. But actually it's weird right?

junwu
SAP Champion
SAP Champion
0 Likes

not 100%.

it can be done with xml template, but probably you won't want to go that route.