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: 

Reg: Set PF_Status in oops ALV

Former Member
0 Kudos

Hi Gurus,

I want to add my own buttons in oops alv grid display and how to change the standard of standard buttons functionality like sorting and download in oops alv.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

check the program BCALV_GRID_05.

It will solve your problem.

3 REPLIES 3

Former Member
0 Kudos

check the program BCALV_GRID_05.

It will solve your problem.

0 Kudos

Thanx.

Former Member
0 Kudos

Hello,

You try in this way it will work....

MODULE pbo_1000 OUTPUT.

SET PF-STATUS 'MAIN100'.

SET TITLEBAR 'MAIN100'.

ENDMODULE.