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

Sapscript - Total fields

Former Member
0 Likes
459

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

3 REPLIES 3
Read only

Former Member
0 Likes
444

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

Read only

0 Likes
444

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?

Read only

0 Likes
444

Are there any previous thread about this problem?

thanks