cancel
Showing results for 
Search instead for 
Did you mean: 

Sending Large Text to RFC

Former Member
0 Kudos

Hi all,

I've to send a large text (String) to a RFC function program and save it in ABAP Dictionary database.

As ABAP Dic database can handle only CHARS(255), I created a table to save serveral lines splitted in 255 characteres.

Is there another way to solve this problem?

By the way, I cannot create a Java Dic in this case.

Regards,

Rogério

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

What is the data element that you are using in SAP. what is the size. try creating your own data element of char 400 and see. But apart from that there is no other way. I think you can give your own data type and set the char limit to 400. I will anyway check and confirm.

regards

ravi