cancel
Showing results for 
Search instead for 
Did you mean: 

Smartfield not in Edit Mode

0 Kudos
2,209

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,

Accepted Solutions (1)

Accepted Solutions (1)

junwu
Active Contributor
0 Kudos

can you try making "updatable" true for the entityset?

Answers (2)

Answers (2)

0 Kudos

Thanks guys problem is solved

CristianBabei
Contributor
0 Kudos

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.