Application Development 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: 

RFC Strucutre Size Limitation

Former Member
0 Kudos

Hi all,

Can you please tell if there is a strucure size (let's say number of characters) limitation for RFC's? Thank you in advance.

1 ACCEPTED SOLUTION

0 Kudos

Saper,

Once you create a domain, data element and structure for RFC larger then 255character.. you will get a warning message regarding the limit for screen field, but for RFC fill free to declare the number of characters.

Alex

3 REPLIES 3

Former Member
0 Kudos

Hi,

Maximum number of characters in ABAP is 65535 bytes.

I think in RFC you cannot declare a field of more than 65535 bytes. How many characters data you want to send to RFC?

Regards,

Saba

0 Kudos

Hi,

Thanks for your reply. Actually I have a parameter whose size is dynamic to return to the caller, so I don't know of the size before the RFC call is made. I'm using STRING as data type, but I do not know how much data that could hold, do you have an idea about that?

0 Kudos

Saper,

Once you create a domain, data element and structure for RFC larger then 255character.. you will get a warning message regarding the limit for screen field, but for RFC fill free to declare the number of characters.

Alex