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
How to call other programs?
What are the difference between tables and structures?
hi,how to diable the popup window which is displayed afetr executing the SAP script program?
What is the difference between a pool table and a transparent table and how they are stored at the database level?
Can a transparent table exist in data dictionary but not in the database physically? : abap data dictionary
What was the requirement of IDoc in your project? How it was working?
List the various components of the enterprise structure in systems, applications, and products (sap) in human capital management (him)? : sap abap hr
How to debug rfc function module?
What are the data types of the external layer? : abap data dictionary
What is step-loop?
Folder types in smatforms? 2)What is Command line?
1 . how do u design technical documentation in abap ? 2 . what u currently devloped in sap abap ?
What is a report?
What are the main events of which are used for logical database?
What will you code in start-of-selection & end-of-selecton & why?