cancel
Showing results for 
Search instead for 
Did you mean: 

ALV total in webdynpro

Former Member
0 Kudos

Hi Forum,

Please let me know the code for ALV total and subtotal in webdynpro.

Thanks

Mallika

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

You can use the Aggragation for ALV using class CL_SALV_WD_AGGR_RULE.

In this use the methods for aggregation.

Refer this IF_SALV_WD_C_AGGREGATION for the aggregation types.

Please check out these links-

Regards

Lekha

Answers (1)

Answers (1)

pranav_nagpal2
Contributor
0 Kudos

Hi,

below are the methods to generate intermediate results in a field that already has an aggregation condition......

1. Methods for Displaying Intermediate Results

Display intermediate results: SET_GROUP_AGGR_DISPLAYED

Check whether intermediate results are displayed: GET_GROUP_AGGR_DISPLAYED

2. Methods for Generating Intermediate Results

Generate intermediate results: SET_GROUP_AGGREGATION

Check whether intermediate results are displayed: GET_GROUP_AGGREGATION

regards

Pranav