Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Problem with RFC_READ_TABLE

Former Member
0 Likes
305

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

1 REPLY 1
Read only

Former Member
0 Likes
278

Break each 80 char line into two:


Line 1: FIELD1 = 
Line 2:    'Value1' AND
Line 3: FIELD2 =
Line4:    'Value2'