on 2018 Oct 03 7:09 AM
Hi all,
Does anyone know why I might be having trouble getting my SmartField to render in edit mode? No matter what I do, it seems to insist on being display-only. My field is bound to a property from an oData model, which has an actual SAP oData service as its data source. I do indeed have the sap:updatable attribute equal to true in the metadata for my Property. I accomplished this by setting the property's "updatable" checkbox in the EDM in SEGW.
I run my application on FLP + service /sap/bc/lrp is activated
Any thoughts?
Thanks,
can you try making "updatable" true for the entityset?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks guys problem is solved
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Try what jun.wu5 said, also try to look at the EntitySet metadata and see if its really set as Updatable.
If not, try to create an annotation on the MPC.
Also you can try on the SmartField to set it as editable="true" and contextEditable="true" (even if them are by default true).
And if you using a SmartForm, check that is set as editable.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
81 | |
11 | |
10 | |
10 | |
10 | |
8 | |
7 | |
7 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.