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: 

Refresh button in ALV Grid display using ABAP query

Former Member
0 Kudos

Hello,

I am having a requirement to add refresh button in ALV grid.

I am using ALV grid display in ABAP query.

Please let me know how i can add refresh button in ALV GRID using ABAP query ?

Thanks in Advance.

Regards,

Dorababu P

4 REPLIES 4

Former Member
0 Kudos

If anyone had come across this type of requirement please provide the solution

Sandeep_Kumar
Product and Topic Expert
Product and Topic Expert
0 Kudos

What you want to achieve with the Refresh button - are you using editable ALV or selections possible on ALV screen? Do you want to perform another db read?

former_member182915
Active Contributor
0 Kudos

Hi ,

Directly we can not achieve.As the PF Status From standard KKBL group.

Check Below Link and pass Custom User command and pf Status ,

Hope U achieve ur Sol.

SAPTechnical.COM - Building an SAP Query using ABAP Code

Former Member
0 Kudos

Hello punugoti,

you can go for PF status, there you can create your custom buttons. and in PAI module you can write your functionality for refresh button, if you are using oops ALV, then you will be having ALV methods to handle refresh button.