cancel
Showing results for 
Search instead for 
Did you mean: 

Webdynpro java: e.getWDDynamicRFC_Fault on ARFC2

Former Member
0 Kudos

hi all,

i have a code

try {

}catch (ARFC2ModelExecuteException e){

e.getWDDynamicRFC_Fault()

}

Could you please provide me replace e.getWDDynamicRFC_Fault() to another which is support on ARFC2 ?

Accepted Solutions (0)

Answers (1)

Answers (1)

christian_santej
Active Participant
0 Kudos

hi bao,

do you work with nwds? the nwds ide helps you with the suggestion tool (of eclipse) - just write e. and a suggestion list should appear. Also since ARFC2ModelExecuteException inherits from java.lang.Exception it is possible to call all methods from Throwable (Java Platform SE 6)

regards,

christian

Former Member
0 Kudos

Hi Christian,

Yes, I'm using NWDS ide. I need to migrate webdynpro project 7.0 to 7.4. On project 7.0, they use e.getWDDynamicRFC_Fault to see error message on log file. On project 7.4, Do we have another method same as e.getWDDynamicRFC_Fault  to get error ?

Thanks,

Bao