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

Debug

Former Member
0 Likes
1,114

Hi Experts

SAPMV45A this is the program which needs to be debuged.

when i try to set breakpoint, says

The position of a breakpoint cannot be determined.

How to debug in a particular line, please help me.

Thanks in advance.

regards

Rajaram

8 REPLIES 8
Read only

Former Member
0 Likes
1,079

Hi,

Go to the corresponding source code..Then place the cursor line where you want to set the break-point...Then press the BREAK-POINT or the STOP signal button...in the application toolbar..

Then execute the transaction VA01/02..Then it will stop in the corresponding line

Thanks

Naren

Read only

0 Likes
1,079

when i try to set the breakpoint says

The position of a breakpoint cannot be determined.

what can i do now.

Read only

0 Likes
1,079

Hi Rajaram,

I think you haven't read my reply. You can't put breakpoint in this program but you can put in any of the includes in this program.

Regards,

Atish

Read only

0 Likes
1,079

Hi .Raja Ram..

The Simple way is ..

Open the source code of the Respective includes.

Put the Cursor on any Executable statement and Set the Break point.

<b>Reward if Helpful.</b>

Read only

0 Likes
1,079

Hi Rajaram,

Go to the program .Go to /H transaction and execute(F8).Then by pressing you can debug the whole program.If you want to skip some module then you can do by F6.

Read only

Former Member
Read only

Former Member
0 Likes
1,079

Hi,

This is module pool program. Put a break point in any of the includes.

Regards,

Atish

Read only

former_member194152
Contributor
0 Likes
1,079

Hi,

If debugger not identify breakpoint then u have go through transaction and debug through /H command.

Regards

Gagan