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: 

ALV data display separately

Former Member
0 Kudos

Hi all,

I am making a ALV report for FI module where i need to fetch some data based on GL Codes from table FAGLFLEXA.. i am fetching those GL codes from a Ztable. Data fetched from FAGLFLEXA has around 500+ records with all those GL codes, now i want to add the sum of Each GL Code separately.... e.g. if there are 5 GL codes 1060000 to 1060004, i need that sum for 1060000 (lets say 200 records) should be shown separated from all other & same for all GL codes.

Please help me to do that, i have fetched the data for all GL codes in internal table.... plz help me urgently.

Prefer write some code or give some quick help.

--

Rgds

Parteek.

1 REPLY 1

Former Member
0 Kudos

Hello Parteek,

To add subtotals I suggest you to read the following:

[https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/eac1fa0b-0e01-0010-0990-8530de4908a6],

[https://www.sdn.sap.com/irj/sdn/wiki?path=/display/abap/alv%2beasy%2btutorial],

[https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/e8a1d690-0201-0010-b7ad-d9719a415907].

Regards,