‎2007 Jun 04 12:32 PM
Hi,
I am using FM RFC_READ_TABLE.In table parameter OPTIONS we can enter our where conditions but it is restricted to 72 characters.For my program where condition is of 80 characters. How can i use this RFC in my program. If any of you have faced similar problem please help.me.
Regards,
Mukesh Kumar
‎2007 Jun 04 6:08 PM
Break each 80 char line into two:
Line 1: FIELD1 =
Line 2: 'Value1' AND
Line 3: FIELD2 =
Line4: 'Value2'