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

Reg SAPscript

Former Member
0 Likes
683

Hi Friends,

I am working on SAPscript for AP Check, There is a windows called Check, and a box that displays Amount and Name on separate box. When I print those, it prints on top of the Check Window (overwriting), how can I print against the Amount and Name.

I am modifying it, just removed the address details, retaining the name. So now the name goes to the top of the check Window.

Any suggestions will be appreciated.

Thanks and Regards

Leo

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
645

Hi Leo,

Checkout the Window sizes, i think the windows are overlapping, so checkout the window size and make sure that the 2 windows are printing correctly.

Regards

Sudheer

6 REPLIES 6
Read only

Former Member
0 Likes
645

Hi,

you mean to say that 2 boxes are overlapping,in that case check the alignment/positions and change one of them appropriately

Regards,

Sowjanya

Read only

Former Member
0 Likes
646

Hi Leo,

Checkout the Window sizes, i think the windows are overlapping, so checkout the window size and make sure that the 2 windows are printing correctly.

Regards

Sudheer

Read only

0 Likes
645

Many standard layout sets have overlapping page windows.

I am not sure I understand the problem.

The SAP standard layout set for checks (F110_PRENUM_CHCK) is designed this way. Page windows CHECKADD and CHECKSPL overlap page window CHECK. This is okay.

If you are moving the placement of the printed check, you have to move all of these page windows.

Read only

0 Likes
645

Hi,

Is it possible to print those Amount and Name without Windows, because I cant find any window that prints this Amount and Name.

It has big big window(CHECK) and wrt to Amount and name, windows for the verbiage and I cant find windows that prints the Amount and Name.

Your suggestions will be appreciated.

Thanks and Regards

Leo

Read only

0 Likes
645

Are you using a copy of F110_PRENUM_CHCK?

The name on the check is printing in CHECKADD.

The spelled amount on the check is printed in CHECKSPL.

The numeric amount on the check is printed in CHECK.

Read only

0 Likes
645

It's possible to print name and amt in words without windows, you need to use tabs in the paragraph definition, it's very time consuming to align the texts where you want. So define your own winows where you want the texts and add the fields to the windows.

REgards

Sridhar