how to keep pushbuttons in application toolbar in alv?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / gaurav patwari
Hi,
you need to copy the GUI Status object : standard of the standard program called SAPLKKBL to the program you want to put the pushbutton, create on subroutine where you set the pf-status = 'standard' and also create one subroutine for the User command and pass them to you ALV Grid Function call. before creat pushbutton in standard GUI status.
Is This Answer Correct ? | 0 Yes | 1 No |
Answer / subodh
SELECTION-SCREEN FUNCTION KEY 1.
SELECTION-SCREEN FUNCTION KEY 2.
SELECTION-SCREEN FUNCTION KEY 3.
AT SELECTION-SCREEN.
IF SY-UCOMM = 'FC01' .
CALL SCREEN 2000.
ENDIF.
IF SY-UCOMM = 'FC02' .
CALL SCREEN 3000.
ENDIF.
IF SY-UCOMM = 'FC03' .
CALL SCREEN 4000.
ENDIF.
INITIALIZATION.
MOVE 'Month Wise External Data' TO SSCRFIELDS-FUNCTXT_01.
MOVE 'Quarter Wise External Data' TO SSCRFIELDS-FUNCTXT_02.
MOVE 'Period Wise External Data' TO SSCRFIELDS-FUNCTXT_03.
Is This Answer Correct ? | 0 Yes | 5 No |
In ABAP What is the Use of "FOR ALL ENTRIES" Clause & when it is being used. And what it really does?
9 Answers Miracle Solutions, Patni, Satyam,
what are the events in sap script print progam.
When we are updating certain database table with 100 records and we found that only 60 records are updated, then how to find the errror records and how to correct and updated again? Explain step by step.
program name for displaying colors , and program name for displaying symbols in list ?
can any body explain the life cycles of SD & MM
if i want to insert 10 laks MM records and for inserting one record it takes 1 min by using call transaction or session method . so here is there any alternative
how can we use the text randomly or circularly in smartforms.... means... suppose i have 'abap' horizantally... but i want it in vertically... how can... plz any body tell me this....
Can any tell me ECC 5.0, ECC 6.0 Released year? and difference between them?
Did u inherit any standard sap programs? what are they? and for what purpose you have done it?
IN Smart Form how many windows are there explain them each? Upto how many main windows we can place in Smartform?
explaine about factory calender.
What are the dynamic actions and how to configure it? : sap abap hr