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

properties in sap script

Former Member
0 Likes
723

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.

6 REPLIES 6
Read only

Former Member
0 Likes
635

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

Read only

Former Member
0 Likes
635

Hi,

Try to put the required TEXT under PROTECT...ENDPROTECT command...

Regards,

Pavan

Read only

Former Member
0 Likes
635

Hi:

It seems window width problem, try to increase it .

Regards

Shashi

Read only

0 Likes
635

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.

Read only

Former Member
0 Likes
635

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.