‎2007 Jul 14 6:52 AM
‎2007 Jul 14 7:00 AM
Hi,
You can create Push Buttons in the Slection Screen by assigning a User commnand to it.
Below is the stynax
SELECTION-SCREEN BEGIN OF SCREEN 1000.
SELECTION-SCREEN PUSHBUTTON 15(25) PUBU
USER-COMMAND CODE1.
SELECT-OPTIONS SEL2 FOR SPFLI_WA-CONNID.
PARAMETERS PAR2 TYPE I.
SELECTION-SCREEN END OF SCREEN 1000.
then you need to write the code for the User command ( here CODE1) at the Selection screen event.
You can also check the Program demo_sel_screen_pushbutton in any Sap Server. this is a demo program.
Let me know incase you need any further info,
Thanks and Regards
Message was edited by:
Pallavi S