cancel
Showing results for 
Search instead for 
Did you mean: 

Gettin a dump for context

Former Member
0 Kudos

Hi Experts,

I have binded two input fields with the relevant context but when i activated the component,

I am getting the dump:

*Adapter error in INPUT_FIELD "INP_LOC_ID" Views of the "/ DMF / WDC_LOC_READ.V_READ": Context-binding VALUE of the property can not be dissolved: V_READ.1.HEADER node does not contain any elements*

Kindly suggest!!!!!

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Sahil,

it is a problem with cardinality.try to set diff cardinality for the HEADER node and check the output

Thanks

Bala Duvvuri

uday_gubbala2
Active Contributor
0 Kudos

Hi Sahil,

I guess that you have not filled any data to the attribute to which you are binding your input field. Try fill an internal table with some values and bind it using bind_table( ) to the context attribute. It should work.

Regards,

Uday

Former Member
0 Kudos

Hi uday,

Thanx for your time.

but still I have used the bind table statement and have filled with the internal tables...

I jus binded with the context and on the click of button, various tabs will be populated

with the Bind table statement.

Before the click of the button only, it is giving me this dump.....

Kindly suggest...

Former Member
0 Kudos

Hello,

And how about the cardinality of the context? Try to set it to 0..n and mark the flag Initialization Lead Selection

Regards.

Former Member
0 Kudos

yes, its already set to 0:n and also d lead selection checked.....