‎2006 Aug 24 3:18 PM
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
‎2006 Aug 24 3:32 PM
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
‎2006 Aug 24 3:25 PM
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
‎2006 Aug 24 3:32 PM
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
‎2006 Aug 24 3:36 PM
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.
‎2006 Aug 24 4:26 PM
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
‎2006 Aug 24 4:38 PM
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.
‎2006 Aug 24 4:39 PM
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