cancel
Showing results for 
Search instead for 
Did you mean: 

Exception with Adaptive RFC Model: WDDynamicRFCExecuteException

Former Member
0 Kudos

Hi All,

I have created an Adaptive RFC Model and called the RFC in my Coding the standard approach that used to work before. Now, I keep receiving the following exception when executing the modelObject.execute() Method.

com.sap.tc.webdynpro.modelimpl.dynamicrfc.WDDynamicRFCExecuteException

Does anybody know what going on? I am calling an RFC that works well and has been able to be called as an RFC before...

Is this somemthing related to the framework? Do I need a supprt package or so? Am I doing soemthing wrong?

Thanks, Johannes

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Johannes,

In case the RFC is fine then probably the BAPI/Function Module that you are calling in your web dynpro application is not enabled for Remote Access. Please Check that property in your Function Module.

Regards,

Tushar Sinha

Former Member
0 Kudos

Hi,

Place a break point in the BAPI in SAP and try to execute the application and see if the break point is triggered and check what is the output value passed back to the application. If this works fine then there should be no issue in the RFC side, else need to find out what is happening in the webdynpro application side.

Regards,

Manjunath