Hello,
I am using adaptive rfc and printing table output. The table rows start from 2nd row, the first row being empty. How can I remove the empty first row.
Here is what I tried.
wdContext.nodeDataSource().nodeTableOutput().moveNext();
and
wdContext.nodeDataSource().nodeTableOutput().moveTo(1);
Neither of them worked. Any clue is appreciated.
Srinivas