Application Development and Automation 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: 
Read only

Query footer

Former Member
0 Likes
572

Dear all.

I have created a query, using a Basic List. But i need to Created a Footer Note, at this moment when using the Basic list (For this i have created this line in the Configuration off the Basic List) can see the footer note, but a can't see this footer line in any other type o list.

Is there another why to created a footer line?

Best Regrads

Thanks In advanced.

1 ACCEPTED SOLUTION
Read only

sbhutani1
Contributor
0 Likes
504

Hi pedro,

You can use END-OF-PAGE event for displaying footer not on basic list and if you are using alv list then you can go threw this link for alv events

http://www.sapdevelopment.co.uk/reporting/alv/alvgrid_events.htm

Regards

Sumit Bhutani

<b>Ps reward points if helpful</b>

2 REPLIES 2
Read only

sbhutani1
Contributor
0 Likes
505

Hi pedro,

You can use END-OF-PAGE event for displaying footer not on basic list and if you are using alv list then you can go threw this link for alv events

http://www.sapdevelopment.co.uk/reporting/alv/alvgrid_events.htm

Regards

Sumit Bhutani

<b>Ps reward points if helpful</b>

Read only

Former Member
0 Likes
504

Hi Pedro,

<b>END-OF-PAGE</b> event is used to display footer notes and will trigger for basic list as well as for all secondary lists. If you have any condition based on <b>SY-LSIND</b> in <b>END-OF-PAGE</b> then it will trigger according to condition.

Thanks,

Vinay