how to create a button in selection screen? how to add a gui
status in a selection screen?
Answer Posted / aruna
TYPE-POOLS icon.
TABLES sscrfields. " screen fields
DATA functxt TYPE smp_dyntxt.
and in selection-screen
SELECTION-SCREEN: FUNCTION KEY 1,
FUNCTION KEY 2.
AT SELECTION-SCREEN.
CASE sscrfields-ucomm.
WHEN 'FC01'.
endcase.
This will give you the ida how we can add a button in the
Applicationtool bar .
| Is This Answer Correct ? | 2 Yes | 5 No |
Post New Answer View All Answers
Concepts of OO ABAP and why we are using it?
What are conditional chain statement?
What is sequence number
Explain what is the step-by-step process to create a table in data dictionary?
What is meant by hotspots?
WHAT ARE THE INPUT PARAMETERS TO BE PASSED FOR THE BAPIS 'BAPI_CUSTMATINFO_GETDETAILM' AND 'BAPI_CUSTMATINFO_GETLIST'
What is filter dependent BADI?
What is a bsp application? : sap abap hr
What will you code in start-of-selection & end-of-selecton & why?
What is the meaning of table buffer? This buffer is used by which type oftable?
Final class
When was the sap abap being created?
What is system-land-scape of your project?
what is the transaction transaction for setting parameters rdisp/buffermode
What is difference between inner join and outer join?