Skip to Content
0
Feb 23, 2011 at 03:13 PM

Binding error

80 Views

Hi All,

I am working on a web dynpro application, in the component controller I have a node "ZPOSTING" and under that there are nodes like "T_BKPF, T_BSEG, T_BSEC"...I created another view which has few input fields like venor name, street and city. Now in my view I am trying to set the context binding of property VALUE, for example I have a input field "Ven_name" and which I am trying to bind with the NAME1 attribute of node T_BSEC... but in doing that I am getting the following error:

Adapter error in INPUT_FIELD "VEN_NAME" of view "ZVENDOR": Context binding of property VALUE cannot be resolved: Node COMPONENTCONTROLLER.1.ZPOSTING.1.CHANGING.1.T_BSEC does not contain any elements..

Can you please tell me what should i do?

Edited by: rajatg on Feb 23, 2011 4:17 PM