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

What is interactive reporting?

618


Explain buffering concept usage?

603


What is “call mode”?

582


Explain the session method? : abap bdc

625


Explain the relationship between a functional area, user group, and query when developing queries using the sap query tool?

581






What is meant by a schema? : sap abap hr

583


what is friend class

893


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

2255


What is a projection view? : abap data dictionary

593


How to convert normal function module to bapi?

1523


How to upload more than 2GB file from External Source to SAP?

858


What are conversion routines? : abap data dictionary

594


How do you execute the payroll

2104


when does a list get sent to the screen on the presentation layer?

1441


How is conversion of data types done between abap/4 & external level? : abap data dictionary

658