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: 

Standard PF-STATUS on Cl_GUI_ALV_GRID

ipravir
Active Contributor
0 Kudos

Hi,

I have a requirement to use the standard PF-STATUS from one of the standard program, to my customized report.

I have used CL_GUI_ALV_GRID, and i have call the standard PF-STATUS on SET PF STATUS of BPO of the screen.

the all menu and buttons are displaying in output screen but the respective functionality are not working.

Kindly suggest, is there anything i am missing or i have to call through any method.

Regards.

Praveer,

3 REPLIES 3

former_member192842
Participant
0 Kudos

Hi,

For z programs even if  you the standard PF status, you need to write the code manually for all the buttons and menu in PAI modue user_command_XXXX.

Regards

Anand

0 Kudos

Yes you must also copy the code that executes those functions in the original program, sometimes can be easily done by including some includes of the standard.

Don't forget, you have to copy the trigger, user_commande form, and the execution, called forms/methods.

Regards,
Raymond

former_member202818
Active Contributor
0 Kudos

Hi Praveer,