hi
<b>Refer this thread already it has been discussed with u ...</b>
https://www.sdn.sap.com/irj/sdn/collaboration
AT <b>SELECTION SCREEN</b> IS used to validate selection screen inputs by the user after the selections creen is displayed.
AT <b>SELECTION SCREEN OUTPUT</b> 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
Cheers
Alfred
Reward with points for helpful answers
Add a comment