cancel
Showing results for 
Search instead for 
Did you mean: 

Dump showing that table does not contain any elements.

Former Member
0 Kudos

Hi All,

I have a table, with lead select.Based on the row selected, corresponding values of the row are filled in the input fields.

I filter the table and only those rows are displayed which has status "waiting". Now the problem is when there is only one row with status "waiting", and process it, its status changes to "done", as a result of which there is no row in the table, and i get following error:

Adapter error in INPUT_FIELD "IF_STATUS" of view "ZPWB.DISTRIBUTE_VIEW": Context binding for property VALUE cannot be resolved: The DISTRIBUTE_VIEW.1.PD_ITEMS_TAB node does not contain any elements

Can you please help out:)

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

cardinality might be the problem

Former Member
0 Kudos

I have now the same problem.

somebody found out what the solution is for that issue?

if i have an empty context i get a dump due to the context binding. what is the work around?

Former Member
0 Kudos

check if 'interface node property' of your context node is check or not. If you are not using it, pls uncheck it. Than might be the problem.

uday_gubbala2
Active Contributor
0 Kudos

Hi Muzammil,

I think you should change the cardinality property for your context node to 0..n from 1..n

Regards,

Uday

Former Member
0 Kudos

Hi Uday,

The cardinality is already set to 0..1

Regards,

Muzammil.