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 a fall back class?
What is the difference between a pool table and a transparent table and how they are stored at the database level?
How can we use multiple transactions by using bdc_insert? : abap bdc
Define the various contents of technical specifications ?
How to insert a line into abap internal tables?
What are the different methods of passing data?
What is the use of program rsbdcsub? : abap bdc
What are the merits of its?-
How to do find it?
What is the bapi?
When a program is created and need to be transported to prodn does selection texts always go with it? If not how do you make sure? Can you change the cts entries? How do you do it?
Does SAP has a GUI screen painter or not? If yes what operating systems is it available on? What is the other type of screen painter called?
where do we store all custom programs in SD module?
In Table Field when display the Name, whose first charecter should be capital letter and rest will be small letter.
Can we include customizing include or an append structure with pooled or cluster tables?