cancel
Showing results for 
Search instead for 
Did you mean: 

Runtime Error while using class methods using service call

Former Member
0 Kudos

Hi All

I am using one of the class method in my component using service call. when testing it getting runtime error...

Adapter error in INPUT_FIELD "PERNR" of view "ZWD_ESS1.VIEW": Context binding of property VALUE cannot be resolved: Node COMPONENTCONTROLLER.1.READ_9901.1.IMPORTING.1.IM_T_PERNR does not contain any elements? can anybody could suggest where is the problem??

Tahnks and Regards,

venkat

Accepted Solutions (0)

Answers (1)

Answers (1)

Madhu2004
Active Contributor
0 Kudos

Hi,

Error is because you have binded a input filed PERNR in the view to the node attribute.But that node has the Cardinality as 0..1.Chnage the cardinality to 1..1 and it will work.

Regards,

MAdhu