cancel
Showing results for 
Search instead for 
Did you mean: 

Erron in executing bapi

Former Member
0 Kudos

Hi,

I am facing an exception while executing the Bapi,

try

{

wdContext.nodeSo_Document_Send_Api1_Input().currentSo_Document_Send_Api1_InputElement().modelObject().execute();

wdContext.nodeSo_Document_Send_Api1_Input().nodeOutput_Sendmail().invalidate();

}

catch (Exception e)

{

wdComponentAPI.getMessageManager().reportWarning("exception is :"+e.toString());

}

I am getting an exception,

exception is :com.sap.tc.webdynpro.modelimpl.dynamicrfc.WDDynamicRFCExecuteException

I have also checked every input fields and output fields with the back end.

Could you please suggest me why this exception is raised, and guide me to overcome this exception.

Regards,

Anitha

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Thanks lot.

I got correct excepion and solve my issue

susmita_panigrahi
Active Participant
0 Kudos

Hi

Refer the below RFC trouble shooting guide, this will help you

https://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/7a16201d-0d01-0010-07a6-a3c56470d8f4&overrid...

Thanks

Susmita

Former Member
0 Kudos

print the e.getMessage as well