cancel
Showing results for 
Search instead for 
Did you mean: 

SAP Script Problem in output in DEV and QA systems

Former Member
0 Kudos

Hi all,

I'm working on Bill of Lading form. we tested the form well in development system and moved it to QA. It gives me spacing issues in QA. few columns moved out of their designated area etc... The point to be noted is I have given fixed length of characters to be printed.. For eg: i have given delivery as vbeln(10), PO # as bstkd(35)..and so on.. Not sure why it has the problem still. Any inputs are highly appreciated. Please help me with this issue.

Thanks in advance.

Accepted Solutions (0)

Answers (2)

Answers (2)

lijisusan_mathews
Active Contributor
0 Kudos

Juat check if the page formats and the Page Layouts and Sizes in Output types in both Dev and Qas are same.

DavidLY
Advisor
Advisor
0 Kudos

Hello,

Perhaps this is simply a problem with the Sapscript buffers. You can

run the report RSTXDELL on the system to clear the Sapscript buffers.

It is a good idea to do the refresh procedures after any updates

concerning font metrics, device types etc...

To do this you can use RSTXDELL report with default settings except it

is better to have * instead of the current client number in the Client

field.

After this can you please create some new spools and the problem should

be resolved. It will not work to reprint an old spool as the contained

data is already incorrect.

Regards,

David