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
how to track records from data dictionary?
Difference between sy-tabix and sy-index? Where it is used? Can you check sy-subarc after perform?
out bound process code for quotation?
What is a function group? : abap modularization
Where the payroll results are stored
What is delivery class? : abap data dictionary
What is meant by search help? : sap abap data dictionary
Which FM do you use to find out who is reporting to whom
What are the difference between tables and structures? : abap data dictionary
how to update the filed value in SAP in ZAWSYS and create time and date? please tell me the answer
could anyone tell me what r real time questions been asked in interviews?i am in urgent need..thanks in advance
Differentiate between report and dialog program
How to split one Invoice into Multiple ( Step by Step)?
what precautions or prerequisites do you follow to update a record into database table and how
How would you set the formatting options statically and dynamically within a report?