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 what is the purpose of sap script?
What are smart forms?
Differentiate database index and match code.
how to update the filed value in SAP in ZAWSYS and create time and date? please tell me the answer
What is the company code? : sap abap hr
What is the length of function code at user-command?
Explain the differences between sap memory and abap memory?
What functions does a data dictionary perform ?
Explain the table, which contain the details of all the name of the programs and forms?
Name some system global variables you can use in abap programs?
In SAP Script,How to display a single field(like matnr)at the right end of the form.
What are the types of views? : sap abap data dictionary
Value table VS check Table.
What is abap dictionary or data dictionary? What is the transaction to access abap dictionary? : abap data dictionary
Explain the different types of view?