‎2007 Jun 06 9:02 AM
Hi,
My sapscript has to show an invoice containing a list of items with related price and a final field with the total.
List can take more pages, ho can i do to append dinamically the field of totals to last page?
Thanks.
Tony
‎2007 Jun 06 9:09 AM
Hi,
You will print the Price in the main window, so there in the layout you will have the a ELEMENT to print the items, so there write a perfrom in that Element there in the Perfrom do the total for the fields ... then after that Create a New element and write the field in that element .... and call that element after the Line items element
Regards
Sudheer
‎2007 Jun 06 9:18 AM
the box for the total must be drawn in the first page?? if the items go to next page, isn' there the risk that items intersect the box of total?
‎2007 Jun 06 10:06 AM