‎2009 Mar 26 4:31 AM
Hi,
I am new to the sap script and i am facing a problem that there are some of the texts which are displayed during the output and they are not displaying its text(which is taken from the system) as the text displayed like this :-
example,
The quality is to be chec
ked.
and i want to display it as:-
The quality is to be checked.
plzz provide me guidelines to solve this problem.
‎2009 Mar 26 4:46 AM
Hi,
Increase the width of the window. In which you are writing the text.
if still the problem exists, feel free to ask.
thanks
sarves
‎2009 Mar 26 4:48 AM
Hi,
Try to put the required TEXT under PROTECT...ENDPROTECT command...
Regards,
Pavan
‎2009 Mar 26 4:53 AM
Hi:
It seems window width problem, try to increase it .
Regards
Shashi
‎2009 Mar 26 5:55 AM
I had tried to increase the width of the sap script but it will lead to displacment of some coloumns.
I am looking for the font type which might increase or decrease the font size and handling the the text of it currently it is using, the COURIER font as i had checked it for the main window.
plzz provide me guidelines for solving this problem.
‎2009 Mar 26 5:38 AM
1. Use PROTECT - ENDPROTECT.
2. Check the window layout.Increase it if possible or else you can also make changes in Character and
Paragraph formats.
‎2009 Mar 26 6:05 AM