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 functions does a data dictionary perform? : abap data dictionary
How do you send files to the legacy systems from sap and vice versa? How does one know that the legacy files have come on to the sap server you are working on? : abap bdc
It is not possible to create an abap/4 program, which contains only subroutines. State true or false. : abap modularization
What is the meaning of sap r/3?
What is the maximum number of match code id's that can be defined for one match code object ?
Define structure in abap data dictionary?
What is the name of the system variable that holds the contents of the selected line in interactive reporting?
data:zxyz type xyz. where xyz is a standard sap structure where it contains data type fields and line type (refer to other structure) fields. my question is how to assign values to field zxyz-str-matnr where str is a structure inside xyz structure.
Filter badi and multiple used badi? Will the sequence matter of the badi implementation in case of multiple used badi?
how to Create a smart form related to gate pass to be submitted to vendor’s location. This form outputs document number, date, vendors name, address, material details, quantity, unit,and the company logo.
What are differences between at selection-screen and at selection-screen output?
What kind of deliverables you have on a day to day basis?
What are the different functions used in sap script? What are the parameters used in each function?
Sy index and sy tabix
How do you validate the selection criteria of a report? And how do you display initialvalues in a selection screen?