cancel
Showing results for 
Search instead for 
Did you mean: 

DUMP: Adapter error in &VIEW_ELEMENT_TYPE& "ID" of view

former_member317731
Participant
0 Kudos

Hi Experts,

I have created a component and i will be using this compnent in another component.

As in first component, i have a screen with text views whose values will be populated when the parent component will pass the parameters to the used component.

But in the used component. i am not able to see the initial screen and am getting the dump as follows:

"Adapter error in &VIEW_ELEMENT_TYPE& "ID" of view "ZCUSTOMER_DATA.MAIN": Context binding of property TEXT cannot be resolved: Node MAIN.1.CUSTOMERS does not contain any elements "

Please suggest.

Thanks in advance,

Best Regards,

Sahil

Accepted Solutions (1)

Accepted Solutions (1)

arjun_thakur
Active Contributor
0 Kudos

Hi Sahil,

"Adapter error in &VIEW_ELEMENT_TYPE& "ID" of view "ZCUSTOMER_DATA.MAIN": Context binding of property TEXT cannot be resolved: Node MAIN.1.CUSTOMERS does not contain any elements "

These type of errors occurs due to cardinaity of the node. Just check the cardinality of your node.

Also refer this thread:

I hope it helps.

Regards

Arjun

former_member317731
Participant
0 Kudos

Hi Arjun and Amit,

The issue is fixed.... Thanks a ton for the favor.

Best Regards,

Sahil

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Sahil ,

check the cardinality of CUSTOMERS node in MAIN view of ur component ZCUSTOMER_DATA.

It should be 1..n or 1..1

refer the related thread :

refer this online help as well :

http://help.sap.com/saphelp_erp2005/helpdata/EN/7a/787e40417c6d1de10000000a1550b0/content.htm

regrds,

amit