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: 

Why debugging will not happen in selection screen?

Former Member
0 Kudos

Hi ,

i am new to ABAP

" Why debugging will not happen in selection screen. when ever i am keeping break point it will start from select statements. Please explain.

Moderator Message - Basic question, please search for the available documentation.

Message was edited by: Suhas Saha

1 REPLY 1

former_member193464
Contributor
0 Kudos

Debugging will happen in selection screen , you need to use events like AT SELECTION-SCREEN , at selection screen-ouptut , value etc...
If you are new to ABAP just search in SCN with the keyword , events once you know the events , then you can do debugging based on the events in the selection screen..
hope this helps..