Dear Gurus,
I am trying to create a text edit in a standard SRM screen using enhancement framework.
I have inserted a TextEdit UI element in my view. Created in a node in the view context with cardinality 1:1 selection 0:1. An attribite of type string. And binded the value property of TextEdit UI element to this attribute.
But i am getting a runtime error -> uncaught exception. Exception raised is CX_WDR_ADAPTER_EXCEPTION.
Is this because of the improper cardinality? Please guide.
Regards