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
Explain the difference between domain and data element?
What is match code? : sap abap hr
How did you test the form you developed? How did you taken print?
Why do we need to code a loop statement in both the pbo and pai events for each table in the screen?
Mention the various databases integrities?
What are function modules?
How would you suppress the display of a parameter on the selection screen?
What are the types of bdc s?
How do you Export a session ?
Which function modules can be used to transfer the data using bdc programming? : abap bdc
A field containing currency amounts (data type curr) must be assigned to a reference table and a reference field. Explain.? : abap data dictionary
What is step-loop?
What is full form of bdc session? : abap bdc
Define dispatcher?
What is the difference between synchronous and asynchronous updates?