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 difference between domain and data element?

769


What is match code? : sap abap hr

887


How did you test the form you developed? How did you taken print?

789


Why do we need to code a loop statement in both the pbo and pai events for each table in the screen?

818


Mention the various databases integrities?

783






What are function modules?

772


How would you suppress the display of a parameter on the selection screen?

768


What are the types of bdc s?

748


How do you Export a session ?

1627


Which function modules can be used to transfer the data using bdc programming? : abap bdc

819


A field containing currency amounts (data type curr) must be assigned to a reference table and a reference field. Explain.? : abap data dictionary

911


What is step-loop?

840


What is full form of bdc session? : abap bdc

860


Define dispatcher?

997


What is the difference between synchronous and asynchronous updates?

771