Hello,
has anyone figured out how the RFC_READ_TABLE line can have more then ONE(!) OPTIONS line to submit a long where clause?
It works fine in SE37 but I can't get it to work with vbscript:
... Set func1 = FunctionCtrl.Add("RFC_READ_TABLE") func1.exports("QUERY_TABLE") = "TBTCO" func1.exports("DELIMITER") = ";" func1.tables("OPTIONS").data = "SDLSTRTDT = '20090131' AND" func1.tables("OPTIONS").data = "JOBNAME = 'ANDI_TEST'" ...
It reads the last OPTIONS line only in the moment ?
Thank you for your thoughts !
Andi