Application Development 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: 

How to break down large amounts into multiple lines

Former Member
0 Kudos

Hi,

I need to modify an existing program that retrieves large amount of balances.

The requirement is to break down those balances into multiple lines.

Can anyone help me with it?

Thanks!

1 REPLY 1

Former Member
0 Kudos

First have a read through the balances program - which tables is it accessing i.e. is it working from detail tables and accumulating on the fly, or is it working from summarisation tables initially?... If the latter, your approach will very much depend on the tables you have to work with e.g. KNC1 table is the Customer master (transaction figures), GLT0 is G/L account master record transaction figures, etc etc.