cancel
Showing results for 
Search instead for 
Did you mean: 

Text lenghts on ABAP for Web Dynpro

Former Member
0 Kudos

Hi, I have an issue regarding the length of the the fields ABAP returns in their RFCs so that i can import it as model.

My problem is ABAP can only return fields with no more than 255 characters, so they send me 'tables', that is for Webdynpro a Node with several elements.

My question is, Web Dynpro is prepared for this? Or we have to code a "process" that iterates through the node in order to get a single string if it exceeds 255 characters. And if the user modifies this text I have to code something similar in order to put it on the same node with different elements in "blocks" of 255 so that I can send it as input to the Model just for one simple string that exceeds 255. =S

I hope I'm not the first person that has this similar issue.

I'm looking for the best solution for this.

Any suggestions?

Thanks!

Alan

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi ,

When displaying the String Loop through the table Concatenate the Strings and display in a TextEdit feild.

While updating the string to R/3 split the String in to 255 length Strings and append them as table rows .

Regards,

Sunitha Hari.

Answers (0)