how to keep pushbuttons in application toolbar in alv?

Answer Posted / sameera

You need to copy the GUI status to the zprogram and add the
new buttons in the new GUI status/ you can create a new GUI
status using SE41.
When calling the FM 'REUSE_ALV_GRID_DISPLAY' set the status
I_CALLBACK_PF_STATUS_SET = 'F_SET_STATUS' and write a perform

Form F_SET_STATUS using rt_extab type slis_t_extab.

set pf-status 'GUI_DEMO' excluding rt_extab.
set titlebar 'D0100'.

endform. "f01_alv_event_pf_status_set

Is This Answer Correct ?    3 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a 'z' report?

830


What are matchcodes?

716


What is the first thing you do after vendor setup is complete?

1073


What does an exec sql statement do in abap?

740


Which type of tables used this buffer?

787






What are the techniques involved in using SAP supplied programs? Do you prefer to write your own programs to load master data? Why?

886


What is the difference between retroactive accounting period, earliest retroactive accounting period? : sap abap hr

754


What is the purpose of at first and at last?

788


What are logical databases? : abap hr

864


Explain about workbench request and customization requests?

804


How to convert normal function module to bapi?

1737


Explain the differences between at selection-screen and at selection-screen output?

736


What are the types of records that are transferred to sap r/3 and used by interfaces? : abap bdc

774


What is the difference between bdc_okcode and bdc_cursor? : abap bdc

800


How do you validate the selection criteria of a report? And how do you display initial

780