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

SAPScript format flexibility

Former Member
0 Likes
460

I'm working with a client who's already live on SAP and is using SAPScript for their quality notification forms. I'm not terribly experienced at SAPScript myself, but have a format question.

We have a couple of blocks on the SAPScript notification form that hold free text - each of these pertain to different aspects of detailed descriptions of problems encountered and must be fairly elaborate descriptions, so that the customer or the supplier can understand the techncial issues with the material.

Because the SAPScript form was highly customized, the form doesn't accommodate text that exceeds a specific length. The form truncates the text in the box and the end-consumer can't see all the data or information that was included.

Is it possible to format each of these three blocks in such a way that the size of the block accommodates the length of the text as needed, rather than keeping it at a static and inflexible size?

2 REPLIES 2
Read only

Former Member
0 Likes
427

Hi Friend,

If it is not possible to accommodate the test in the blocks then i suggest, extend the form layout and print in duplex format with the provision for Text or create another page to fit the text as much needed.

Lakshmi

Read only

former_member182371
Active Contributor
0 Likes
427

Hi,

maybe you can try something with fm RKD_WORD_WRAP

Check this too:

http://wiki.sdn.sap.com/wiki/display/ABAP/SAPscript

Best regards