cancel
Showing results for 
Search instead for 
Did you mean: 

RFC execution disregarded

former_member190457
Contributor
0 Kudos

Hi developers,

I am developing a tree application. The OnLoadChildren method calls a RFC to perform node expansion.

What happens is that when expanding one of the root nodes (level 0) everything works ok.

Upon level 1 node expansion, however, the RFC is not called at all.

What I mean is that the line of code

wdContext.currentZtem_Fm_Catalogo_InputElement().modelObject().execute();

is executed but the RFC call is not. I am fairly certain of this, as I have run tests with both Eclipse and R/3 debbuggers running.

Please help, thanks

Points will be awarded

Vincenzo

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

So, by setting breakpoint in R/3 you don't stop, so the RFC is not called?

This happens in my application when new Models are imported or changes done in existing RFC's..

My only idea is to restart the server and try again!!

Put some mechanism before the call (wdContext.currentZtem_Fm_Catalogo_InputElement().modelObject().execute();) to make sure that this code is accessed!

former_member190457
Contributor
0 Kudos

Hi Christopher, thanks for replying

Actually that did the trick. Restart the server and that's it.

Thanks

Vincenzo

Answers (0)