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

sap script tab problem

Former Member
0 Likes
1,179

hi,

I am creating a new sap script .

I am writing the coilumn heading fot the main window , but the problem is my last col heading is coming in the next line which I dont want, I decreaded all the tab value , does all manupulalation but its not coming in the same line, can anybody pls tell me how exacly tab works in sap scriot and what could be the problem???

Regards .

Kusum.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
756

Hi,

As you mentioned that you are using tabs for writing headings but the last one is coming in the next line means that, may be that one is not fitting in the remaining place, because of that reason it is coming in the next line. Reduce the last tab position and try, hope that will come in the same line. For reference: SAP Scripts tabs reference is taken from left side of the window but not left side of the page. In tabs we have three alignments

1. left.

2. Right.

3. Center.

For example if we used 10 CM left then it start writing from 10 CM onwards in the forward direction.

If we used 10 CM right, then it start writing from 10 CM in backward direction such that writing of data will end at 10 Cm.

If we used 10 CM center as reference, then it take 10 CM as reference and writes such that center of the word should maintained at 10 CM.

Hope this will give you some idea.

Regards,

Aswini.

5 REPLIES 5
Read only

Former Member
0 Likes
756

Hi

In your editore screen, make sure to write all de headings in a single line wit a single paragragh format.If it is exceeding use the '=' sign, instead of usin the paragraph format(if in case u hav used lik dat)

In the tab button of paragragh format, calculate and put the correct position for each tab.

If still the problem exists, try reducing the font size

Regards

Winnie

Read only

0 Likes
756

Thanks for your quick response Winnie.

I did exactly the same way as u have told, but its not coming

like I have 7 tab value i.e. PRODUCT VAT DESCRIPTION PACK QTY QTY PRICE AMOUNT but amount is coming on the sec line, one more problem is like when i am printing the description value its coming below VAT not DESCRITON even if I am giving ,,,,(2tab value as decritption is third )

its really time consuming:(

Regards

Kusum

Read only

0 Likes
756

Allignment in sap scripts is actually a trial n error method , if u r creating a new 1 from scratch.

Try reducing the tab space to accomadate ur AMOUNT field

Same goes wit ur description value too....provide the same tab values as it is for ur header,for your values also...

change the values n chk...dats all i can help u from here.

Try increasing the window size to de max possible extend n c.

Regards

Winnie

Read only

Former Member
0 Likes
757

Hi,

As you mentioned that you are using tabs for writing headings but the last one is coming in the next line means that, may be that one is not fitting in the remaining place, because of that reason it is coming in the next line. Reduce the last tab position and try, hope that will come in the same line. For reference: SAP Scripts tabs reference is taken from left side of the window but not left side of the page. In tabs we have three alignments

1. left.

2. Right.

3. Center.

For example if we used 10 CM left then it start writing from 10 CM onwards in the forward direction.

If we used 10 CM right, then it start writing from 10 CM in backward direction such that writing of data will end at 10 Cm.

If we used 10 CM center as reference, then it take 10 CM as reference and writes such that center of the word should maintained at 10 CM.

Hope this will give you some idea.

Regards,

Aswini.

Read only

Former Member
0 Likes
756

Hi guys,

that problem is sloved.

thanks for your help.

now I am gettimng one more problem , in my main window my description is coming in one line, product in different line and quantity, price, amt is in another line,

altogether instead of one line these details are printiong in 3 diff line.

I have checked all, I not giving in line feed anywhere, i am using the earlier developed printprogram, which is very very big, but not able to find anything there.

could anybody pls help me in that.

regards.

Kusum.