cancel
Showing results for 
Search instead for 
Did you mean: 

SAPSCRIPTS

Former Member
0 Kudos

I wanna create a subtotal for netprice in sapscripts how can i do that.

rgrds,

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

If you can modify print program , then do the calculation there and use one variable to print the same .

then in the script editor use following code

/: bottom

ph v_amount

/:endbottom

Reward points if useful

Regards,

Nageswar

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

U have to calculate the sud total value in Driver Program and display in the Respective Place in script Form. For doing the subtotal values.

Use,

At end of <field Name>.

Sum.

And pass the Value in Script Form,

Regards

Saran