cancel
Showing results for 
Search instead for 
Did you mean: 

SCRIPT

Former Member
0 Kudos

Moderator message: please use a meaningful subject, not all in CAPITALS. I've moved this post to the correct forum

I have a table in which one field is string,,where i need to pass this in script..but if the string is more than 40 char then it should come into second row down of where it started..and the rest of the fields should not repeat if it comes in 2nd row..how to do this?

Edited by: Matt on Nov 5, 2008 10:31 AM

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Use the Function Module RKD_WORD_WRAP to wrap the text and use this for output.

Regards,

Suganya

Answers (1)

Answers (1)

Former Member
0 Kudos

Defining Left and Right margins for that particular column (in which the string is being printed) will be the best solution. That way, when the content exceeds the column width, the text will start from the next line (of that column) and the rest of the fields are not repeated.

you can look at the following posts for detailed information.