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


Please Help Members By Posting Answers For Below Questions

What are the advantages of logical databases : abap hr

606


How do you set up background jobs in sap? What are the steps? What are the events driven batch jobs?

576


What statement will be found in an sap application program that implements a function module exit?

552


​​What is amdp (abap managed data procedures)?​​

644


What is the use of at new statement ?

1356






How to analysis Background Job for performance Issue?

772


Does the external program run in the same sap luw as the caller, or in a separate one?

657


What is generic area buffering in abap?

567


If i wont like to change the standard print program where i copied standard script to customer namespace,in this case is it possible to retreive the data if u connect the script with standard program.if yes how?if no why? Is it possible to print the logo in first page only,where the form consists of 10 pages.How can u do this? How can u set a table format where it cosists of fields like cust no, custname, amount ...in a script? How do u know that the particular BADI is suitable for the existed report.How do u findout this?When do u opt for BADI OR USEREXIT?did functional people tell u to adopt BADI or USEREXIT? What is the difference between SY-INDEX & SY-TABIX ? I have a report with fields Status,time & date. the contents it consists are Status Time Date AAA 01:20:15 05-06-10 AAA 11:02:32 O3-06-10 AAA 23:11:00 05-06-10 AAA 09:14:46 05-06-10 HOW DO U WRITE A CODE TO DISLAY A ROW WHICH WAS RECENTLY EXECUTED?( for this question it should display AAA 23:11:00 05-06-10 AS Output)

2067


What are the check tables and value tables?

627


Which transaction code is used executing a report (type 1 program)? : abap data dictionary

642


if u take one worst program,in this program user write the logic is session method.in that program user can get some errors ,that errors we will see in call transaction method,how it is possible.?

1674


Normally how many and what files get created when a transaction program is written? what is the XXXXXTOP program?

650


We have got some values for Field F1 say 1,2,3,4 and F2 say 10,10,10,10.Now can you tell me what would be the output for F1 if we use At End Of event?and what would be the output for F2 if we use At Last event?Also i want to know what is the difference between Total calculation for At end event and grand total for At last event???

1680


How many tables are there in sap?

647