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: 

Monitoring Function module and Program

Former Member
0 Kudos

Hi Friends,

1) Is there any way I can monitor whether a particular program or functional module is accessed my some other program?

2) I am working with one of SAP`s standard program, that uses a function module to put header and footer in DME file. I am able to put the header as required by changing the code of function module , but even if I am setting breakpoint in my code ,program is not gettin stoped there.but tht code is workin properly..

How can I make my program stop at that point.?

Please suggest.

3 REPLIES 3

Former Member
0 Kudos

Debug using update debugging.

Run ur program by using /h it will enter debug mode, now switch on update debugging, and press f8 it should stop at ur break point(by the way is it a break point)

Former Member
0 Kudos

the reply of your first question is you have to go for 'Where-used-list' by pressing 'CTRLSHIFTF3' and look into that

Former Member
0 Kudos

HI,

Check the Update Debugging Options in the setting Tab of Debugger.