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
What is example class
Concepts of OO ABAP and why we are using it?
Define abap/4 layer? : abap data dictionary
How many primary keys can be created for a table?
What are your ways to performance optimization?
Folder types in smatforms? 2)What is Command line?
What are the page windows?
How do you find if a logical database exists for your program requrements?
What are the 3 types of tables in sap? : abap data dictionary
Value table VS check Table.
What are the difference between call screen and leave screen?
1.why dont use top of page. wat is the use? 2. wat is sub screen? 3. why u select the session method in bdc ? how many records wil be updated on that time? 4.why dont use start form in script? 5.wat is difference b/w dilldown and interactive report? 6. wat is pf status interactine report?
What are the different types of views and their definition?
Where do you find info on new developments in SAP?
What is the difference between a substructure and an append structure? : abap data dictionary