cancel
Showing results for 
Search instead for 
Did you mean: 

problem with creating a text edit using enhancement framework

Former Member
0 Kudos

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

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

one thign you do, create an independent attribtue not under any node and test it out..

If you are still getting the error then it is not a cardinality issue.

Former Member
0 Kudos

Solved myself,

The problem was caused by the supply function assigned to the UI text edit, element. Did not investigate further, instead removed the supply function which I didn't need in the first place.

Regards

Ali

Answers (0)