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 Display option (CL_SALV_TABLE)

maarten_duits2
Participant
0 Kudos

Hi all,

Can anybody tell me if it's possible to set the option "display total lines above entries" with a method. Just like the method

SET_STRIPED_PATTERN

of class

CL_SALV_DISPLAY_SETTINGS.

If so, let me know how to achieve.

Thx in advance.

Kind regards,

Maarten.

4 REPLIES 4

Former Member
0 Kudos

Hi

just have a glance on this book .I found it very help full for all issues in ALV.

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

Pls kindly dont forget to close the thread

Regards

Hareesh

Edited by: Hareesh Menon on Feb 25, 2009 11:20 AM

0 Kudos

Hi Hareesh,

Thanks for the useful document. I took a look at the document, but couldn't found an answer on my question? Did i missed something?

Kind regards,

Maarten.

Former Member
0 Kudos

HI,

Check this link..[CL_SALV_TABLE|https://www.sdn.sap.com/irj/scn/advancedsearch?query=cl_salv_table&cat=sdn_all]

0 Kudos

Hi all,

Thanks for the help. I finally found it.

You have to make use of the following class and method

CL_SALV_AGGREGATIONS
 - SET_AGGREGATION_BEFORE_ITEMS

See [SAP HELP|http://help.sap.com/saphelp_nw04/helpdata/en/97/e4eb40c4f8712ae10000000a155106/content.htm]

Thx for all the help.

Kind regards,

Maarten.