cancel
Showing results for 
Search instead for 
Did you mean: 

Sap Script Problem : Printing preview is different from its result.

Former Member
0 Kudos

I've Modified a Sap script form.

This is the window specification.

"CURR Currency 23,20 CM 4,70 CM 5,10 CM 1,60 CM"

And this is its original Coding

BOX FRAME 40 TW

BOX XPOS '1.8' CM WIDTH 0 CM FRAME 10 TW

CURRENCY USD

And I modified the coding like below.

BOX FRAME 40 TW

BOX YPOS '0.75' CM HEIGHT 0 CM FRAME 10 TW

BOX XPOS '1.8' CM WIDTH 0 CM FRAME 10 TW

CURRENCY USD

LEDGER 0L

It makes changes of the form in its preview.

But it wasn't reflected when I ran it by using a program.

In preview, There was the second line 'LEDGER 0L' and Horizonal Line above the Text.

But it disappers when I run it by using the program.

And I also modified paragraph format.

this is the original one.

Paragraph C1 Meaning Currency paragraph

Left Margin 0.00 CM Alignment LEFT

Right Margin 0.00 CM Line Spacing 1.00 LN

Indent 1st line 0.00 CM

Space before 0.50 CM

Space After 0.00 CM

And I modified the paragraph like below.

Paragraph C1 Meaning Currency paragraph

Left Margin 0.00 CM Alignment LEFT

Right Margin 0.00 CM Line Spacing 1.00 LN

Indent 1st line 0.00 CM

Space before 0.10 CM

Space After 0.20 CM

But It is reflected well.

As a result, the change of coding didn't work.

Thank you for reply.

Best regards,

Jonghwan.

Edited by: JONG HWAN PARK on Feb 23, 2010 7:28 AM

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi ,

Check the window size i.e, output text is fitting in the window or not .

Use formatting characters to avoid the extra blank spaces.

Take of the printer what your going to test

Let me know if any concerns ....

Former Member
0 Kudos

I think the problem dosen't come from the sizes, but it comes from the reflection of its coding.

I draw a line and wrote 'LEDGER 0L', but it disappers when I run the program.

Answers (0)