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 are the update types possible?

608


Is it possible to pass data to and from include programs explicitly? : abap modularization

745


What is web dynpro for abap?

569


What is the syntax for ‘call transaction’?

610


What are the rules to create a BAPI?

1163






What is the meaning of client independent?

569


Have you processed BDCs ?

627


What is difference between check table and value table ?

641


What are your ways to performance optimization?

913


Why we are using Macros instead of Function Modules

1617


What is meant by search help? : sap abap data dictionary

584


How will you transfer data into a file in application server?

593


What is example class

886


What are conversion & interface programs in sap?

651


Explain the difference between a pool table and a transparent table?

531