Application Development 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: 

requir selection screen material

laxman_sankhla3
Participant
0 Kudos

hi i require selection screen material .

please prove me .

thanks

2 REPLIES 2

Former Member
0 Kudos

Refer this thread already it has been discussed

https://www.sdn.sap.com/irj/sdn/collaboration

AT SELECTION SCREEN IS used to validate selection screen inputs by the user after the selections creen is displayed.

AT SELECTION SCREEN OUTPUT is used to modify screen field elements before it is displayed to the user. This is getting triggered before the user sees the selection screen.

Select singel you need to define all the keys fields.

Select single is not a loop.

Select single upto one row is not necessary u give all the key fields.

Select single upto 1 row is a loop. So you need to write SELECT and ENDSELECT for select upto one row.

For GET CURSOR take a look at this example.

http://www.sap-img.com/abap/a-sample-hide-get-cursor-in-interactive-programming.htm

Message was edited by:

kishan negi

Former Member
0 Kudos

If you are in ECC 5.0 , in SE38 search for programs DEMOSELSCR , you will get many of them