hi folks,
i am new to WD Java and have a very simple question.
after getting data back from a RFC-Call to R/3 backend i call
wdContext.nodeOutput().invalidate();
to have my result in the context node, but i never see the result in my context node after this call.
the funny thing is i have the result in my internal tables but when i try to get the data with a call like:
if (wdContext.nodeEs_Visibility().currentEs_VisibilityElement().getHead_V() == "01")
- where my node in Output is ES_Visibility and the Element is Head_V -
i don't get a result?
whats my fault behind that?
best regards oliver