on ā2021 Dec 11 9:59 PM
Hi all,
I want to bind the property and it functions with the first way over a list, but it don“t want to function with the second way.
See here:
<mvc:View controllerName="sdf.df.controller.View1" xmlns:mvc="sap.ui.core.mvc" displayBlock="true" xmlns="sap.m">
<Shell id="shell">
<App id="app">
<pages>
<Page id="page" title="{i18n>appTitle}">
<content>
<List items="{/CHECKED_DELIVERY_POSITIONVIEW_K1Set}">
<items>
<DisplayListItem value="{Vbeln}" label="{i18n>Uzeit} "></DisplayListItem>
</items>
</List>
<DisplayListItem value="{/CHECKED_DELIVERY_POSITIONVIEW_K1Set/Vbeln}" label="Mandt"></DisplayListItem>
</content>
</Page>
</pages>
</App>
</Shell>
</mvc:View>
Request clarification before answering.
| User | Count |
|---|---|
| 12 | |
| 9 | |
| 7 | |
| 5 | |
| 4 | |
| 3 | |
| 3 | |
| 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.