Skip to Content
0
Former Member
Dec 05, 2006 at 09:52 AM

How to take the sum of particular field of an internal table.

1985 Views

hi,

In SAP SCRIPT Print program have an internal table as given below.

F1 F2 F3 F4

-


100 A 1,000

200 A 2,000

300 A 3,000

400 A 4,000

500 A 5,000

101 K Y 1,001

102 K Y 1,002

103 K Y 1,003

104 K Y 1,004

Want to display the output as :

F1 F2 F3 F4

-


1500 A 15000

410 K Y 4010