Calling RFC_READ_TABLE: I'm using the SAP function module RFC_READ_TABLE. It works well for simple examples but when I pass a complex condition in parameter OPTIONS the condition is not correctly evaluated. What could be the reason?
SAP has defined the OPTIONS parameter table of RFC_READ_TABLE with a row size limited to 72 characters. You need to split longer conditions into multiple lines.