I have a RFC to get the output values in my front end in value help without input.i iterate the node in view using for loop to get the output.
In wdoInit() of custom controller i have written the following code
try
{
//salesInput=new Z_Sor_Type_Input();
//wdContext.nodeZ_Sor_Type_Input().bind(salesInput);
salesInput1=new Z_Sor_Type_Input();
wdContext.nodeZ_Sor_Type_Input().bind(salesInput1);
wdContext.currentZ_Sor_Type_InputElement().modelObject().execute();
wdContext.nodeOutput_salesform1().invalidate();
}
catch(Exception e)
{
e.printStackTrace();
}
bind(salesInput1) shows compilation error.