cancel
Showing results for 
Search instead for 
Did you mean: 

Sum Functionality in ALV

Former Member
0 Kudos

Hi All,

I have developed ALV, My client want to do the summing as like r/3 ALV. I have checked old threads , there i found we can do thru' settings--> Calculation tab.

In my ALV (right Corner) Setting link, i am not finding calculation tab to do the sum functionality.

May know how to do for the same.

Thanks.

Ram

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Abhimanyu

Thanks for ur reply, here Service Pack is 9.0

Release700

Level 0009

Support Package SAPKB70009

Please let me know , to get the calculation functionaliy what need to do..

Thanks

Ram

abhimanyu_lagishetti7
Active Contributor
0 Kudos

it is now obvious that you have to move to SP10 or higher, consult your basis team

Abhi

Former Member
0 Kudos

We are on SP14 currently and unable to see any "Calculation Tab" in settings dialog box.

Please could you provide me a link to old threads where it is mentioned that calculations can be done using calculations tab.

I searched the Forums with "Calculation", "sum" etc as keywords but was unable to find relevant links.

Regards

Rohit Chowdhary

abhimanyu_lagishetti7
Active Contributor
0 Kudos

Hi Rohit

I am in SP10 and this is how it looks

settings view

http://www.flickr.com/photos/28584284@N04/2758890643/

actual result

http://www.flickr.com/photos/28584284@N04/2758891557/

also it is pointed in the help document

http://help.sap.com/saphelp_nw04s/helpdata/EN/7f/849e6d796d4fe49221609ffcbc357d/content.htm

you can see the calculation tab only when

l_value->IF_SALV_WD_STD_FUNCTIONS~SET_AGGREGATION_ALLOWED( abap_true ).

l_value->IF_SALV_WD_STD_FUNCTIONS~SET_GROUP_AGGREGATION_ALLOWED(

abap_true ).

Abhi

Edited by: Abhimanyu Lagishetti on Aug 13, 2008 12:49 PM

Former Member
0 Kudos

Thanks.

Regards

Rohit Chowdhary

Answers (2)

Answers (2)

Former Member
0 Kudos

Thank you, i will nquire with my basis team.

abhimanyu_lagishetti7
Active Contributor
0 Kudos

which SP are you running it is there in SP10

Use this code to get the calculation tab

l_value->IF_SALV_WD_STD_FUNCTIONS~SET_AGGREGATION_ALLOWED( abap_true ).

l_value->IF_SALV_WD_STD_FUNCTIONS~SET_GROUP_AGGREGATION_ALLOWED(

abap_true ).