Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

how to create button in selection screen

Former Member
0 Likes
362

hi

experts can u help me plzzzzzzzzzzz

for this

1 REPLY 1
Read only

Former Member
0 Likes
307

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