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

Word Wrap in SAPscript forms

Former Member
0 Likes
1,503

Hi,

Does anybody know how to word wrap text in SAPscript form?

I've done a 5 column list of items in Main window, but text are far too long. How do I word wrap it so as to avoid text overlapping? Please help..

Many thanks in advance!!! 😃

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,006

Use Function Module RKD_WORD_WRAP to wrap text.

3 REPLIES 3
Read only

Former Member
0 Likes
1,007

Use Function Module RKD_WORD_WRAP to wrap text.

Read only

Former Member
0 Likes
1,006

hi,

use this FM RKD_WORD_WRAP to wrap the text .

for reference just check the below thread..

regards

vijay

Read only

Former Member
0 Likes
1,006

Problem solved! Thank you 😃

Points awarded accordingly.