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 is difference between set screen and call screen ?

552


How are the function code handles in flow logic?

602


when do you need to create an internal table with header line ? and with out a header line?

1483


what are the problem we face during development( if we say v are in support(development)? what are the critical problems araises during LSMW updation and Smart form layout development for involce and po? very very important questions now a days commonly asking..plz plz reply me

1536


What is the use of dequeue function module? : sap abap data dictionary

602






Can any tell me ECC 5.0, ECC 6.0 Released year? and difference between them?

1968


What is the purpose of at first and at last?

589


Select query optimisation

892


Sales Order Information Report that lists information like sales order no, Item no, material no, Quantity, Quantity unit, Net value, Currency,Sub Total, Grand Total. plz mention the detail coding Tahnks, Rahul

1706


What is value table?

574


Can i Have Some Realtime Examples on Badi ?

8281


What are the arithmetic operators in the sap abap?

559


How do you work with semi colon se[arated files in BDC ?

1448


What are the buffering options in abap?

561


how to see the table output?

1732