cancel
Showing results for 
Search instead for 
Did you mean: 

SAP Adobe Forms Total calculation & Printing

Former Member
0 Kudos

Hi All,

I am new to adobe forms, I had design the form and I am getting the data too. Now the challenge for me is calculating totals and printing. In my importing table (Adobe Form Table) I have two types of amounts one is remit amount and other one is contract amount when ever these amounts are changing the data should be printed in new page at the same time the totals should be printed after the end of each currency. Please any one tell me how to achieve this.

Cheers,

Surendra.

Accepted Solutions (0)

Answers (2)

Answers (2)

sagar_pawar14
Explorer
0 Kudos

Hi,

You can achieve this by java script and dynamic page break, but one simple way is too do all calculations in Interface and map/bind the respective totals on adobe.  

pavan_prabhu
Active Participant
0 Kudos

Hello Surendra,

     You can do the Page break using conditional breaks in JavaScript. And you can calculate the Total at the end of each currency in ABAP itself using Loop Events.