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

Is it possible to debug the selection screen???

vinod_vemuru2
Active Contributor
0 Likes
2,176

Hi Frdz,

Is it possible to debug the selection screen.

eg: if i want to know what is happening in PBO and PAI modules of the selection screen i am not able to debug that.

Even in code if i click on MODULES present in PBO and PAI modules it is saying MODULE doesnot exist!!!!. So i can't put the break point. even if i press /h it will go to Report events like INITIALIZATION, AT SELECTION-SCREEN but not PBO and PAI modules!.

Also what is the meaning of exclamatory mark here(Before select option name)

MODULE !SO_UDATE.

MODULE !SO_UNAME.

Thanks,

Vinod.

Hi Frdz,

Is it possible to debug the selection screen.

eg: if i want to know what is happening in PBO and PAI modules of the selection screen i am not able to debug that.

Even in code if i click on MODULES present in PBO and PAI modules it is saying MODULE doesnot exist!!!!. So i can't put the break point. even if i press /h it will go to Report events like INITIALIZATION, AT SELECTION-SCREEN but not PBO and PAI modules!.

Also what is the meaning of exclamatory mark here(Before select option name)

MODULE !SO_UDATE.

MODULE !SO_UNAME.

Thanks,

Vinod.

5 REPLIES 5
Read only

Former Member
0 Likes
1,105

Hi Vinod,

Double click on the module and then put the break point for the first statement of it. It will work.

Reward points if useful.

Thanks,

Khan.

Read only

Former Member
0 Likes
1,105

hi

put /H in command field of SAP where u enter T.code and press ENTER then execute the program .

it will start debugging from PBO and PAI event of report .

reward if helpful.

Read only

vinod_vemuru2
Active Contributor
0 Likes
1,105

Thanks for the reply. But as i mentioned i tried both the above options before posting itself.

so i think it is not possible. if any one has different views, discussion is open:-)

Thanks,

Vinod.

Read only

Former Member
0 Likes
1,105

in the debugging mode --->

go to setttings --->and check the system debugging on

Then start the debugging

in should take u to selection screen PBO and PAI

events

Read only

Former Member
0 Likes
1,105

Hi,

Did u activate all the includes and screens.

Regards,

Shafi