how to keep pushbuttons in application toolbar in alv?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the advantages of different types of bdc's?

549


What are the advantages of different types of bdc's?

535


What are the various types of selection screen event?

575


Program for Prime numbers and Matrix plz explain me the procedural method with steps

2257


How do you document abap/4 programs? Do you use program documentation menu option?

702






What is projection view?

545


What are the dynapro keywords?

671


What functions does a data dictionary perform ?

565


What are the different types of the variable in the sap abap?

587


What is example class

888


How to give programe name as input in BDC report of abap ?

1735


wat is the difference between A-gate & W-gate?where are they used?

1491


How do you process errors in call transaction method? : abap bdc

688


What are the problems in processing batch input sessions?

611


How does the interection between the dynpro and the abap/4 modules takes place?

652