View.Icontextnode is not applicable for arguments()
Dear Experts,
I am developing report by using bapi, here we are passing parameter from date, to date, division, and user id,I am getting error like View.Icontextnode is not applicable for arguments(),
see attached screenshot.
kindly suggest how to resolve.
Regards,
MReddy.
Capture.PNG
(19993 B)
Vijay Kumar Kalluri replied
Use this line
wdContext.current(ModelName).setCustomer(userName);
Regards
Vijay