‎2011 Mar 21 7:01 PM
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?
‎2011 Mar 22 8:49 AM
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
‎2011 Mar 22 11:50 AM
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