Skip to Content
0
Former Member
Sep 08, 2007 at 03:04 AM

Error: Bound data node Node(<view>.<node>) of InteractiveForm must not....

27 Views

I am receiving the error Bound data node Node((<view>.<node>) of InteractiveForm must not be empty!

I have seen several threads which cover this, but I am stuck.

1. I cannot set the cardinality to 1..n. It is not editable.

2. Other suggestions are to initialize the node. But I am not sure: should this code be in the controller or the view? I was thinking the view.

I tried adding the code:

IPrivatePurchReqCreateCompView.IBapi_Requisition_Create_InputElement newBapi_Requisition_Create_InputElement;

newBapi_Requisition_Create_InputElement = wdContext.createBapi_Requisition_Create_InputElement();

but the second line is giving an error: The method createBapi_Requisition_Create_InputElement(Bapi_Requisition_Create_Input) in the type IPrivatePurchReqCreateCompView.IContextNode is not applicable for the arguments ().

Anyone have a suggestion?