Skip to Content
0
Former Member
Jan 13, 2008 at 11:21 AM

Error while calling an RFC from R/3

20 Views

Hi all,

I am new to webdynpro. I am calling a RFC from R/3/.the code is like this.

Zhr_Fm_Loan_Input input = new Zhr_Fm_Loan_Input();

wdContext.nodeZhr_Fm_Loan_Input().bind(input);

input.setUsrid(wdContext.currentContextElement().getEmpnoa());

try

{

wdContext.nodeZhr_Fm_Loan_Input().currentZhr_Fm_Loan_InputElement().modelObject().execute();

}

catch(Exception e)

{

wdComponentAPI.getMessageManager().reportException("Exception "+e,true);

}.

In the output i am getting an eror Exception com.sap.tc.webdynpro.modelimpl.dynamicrfc.WDDynamicRFCExecuteException.

Can anybody explain the error.

Regards,

Rajesh