Hi i am calling a BAPI with the Adaptive RFC and want to store the returning information in a tree.
For getting e.g the field URL in the current node named C_T_Nodes i can use :
String URL = wdContext.currentC_T_NodesElement().getUrl();
Is that correct ?
but that is just one entry. how can i loop through the whole list?
Thanks, Kai