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

Refresh button in ALV Grid display using ABAP query

Former Member
0 Likes
1,393

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

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
Read only

Former Member
0 Likes
865

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

Read only

Sandeep_Panghal
Product and Topic Expert
Product and Topic Expert
0 Likes
865

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?

Read only

SwadhinGhatuary
Active Contributor
0 Likes
865

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

Read only

Former Member
0 Likes
865

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.