cancel
Showing results for 
Search instead for 
Did you mean: 

SOM expression - resolved to an incompatible node type of 'dataValue'

former_member188831
Contributor
0 Kudos

Hi experts,

i am working on wd abap interactive forms, i have taken a table on pdf and provided binding.. like data node is with data[*] and rest of the fields are maped preperly.

by default on initialization i fill some data this popup message is not coming..

if there is no data this message appears, when i fill some data manually and try to fetch i am not getting the records.

please let me know how to get rid of this message.

The SOM expression '$record.Z_TY_SFLIGHT_LIGHTS' for the dataRef specified

on field 'Table1', resolved to an incompatible node type of 'dataValue'.

Thanks,

Mahesh.Gattu

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member188831
Contributor
0 Kudos

If i maintain the cardinality of the table node 1..n it is not giving me the SOM popup.

instead of 0..n.

Thanks,

Mahesh.Gattu