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: 

Function standard Debbug

Former Member
0 Kudos

Hi there,

Is there some way to debug a standard function that is called in update task ??

this function is standard, I can't change it's code.

Thanks..

Alexandre Nogueira.

1 ACCEPTED SOLUTION

FredericGirod
Active Contributor
0 Kudos

Before starting your program, use /hs, start your program.

With the bunton Setting, set background debuging.

Press F8

A new window must appear, that's the background task in debug mode. After this, set a break-point to the call of your function module. (in the menu)

Rgd

Frédéric

7 REPLIES 7

Former Member
0 Kudos

Hi

Yes, while you're in debbuging mode, set Update Debbuging from Setting in menu.

Max

Former Member
0 Kudos

go to the FM in se37.

instead of execute click 'execute debugging'.

this is debug the FM.

Reward points if it helps.

Cheers

FredericGirod
Active Contributor
0 Kudos

Before starting your program, use /hs, start your program.

With the bunton Setting, set background debuging.

Press F8

A new window must appear, that's the background task in debug mode. After this, set a break-point to the call of your function module. (in the menu)

Rgd

Frédéric

0 Kudos

Thanks Fréd, your tip have worked...

Alexandre Nogueira.

former_member188685
Active Contributor
0 Kudos

Hi,

Start debugging with /HS and then Go to menu

Break Points->Break Point At-> Function Module

give the name of FM.

regards

vijay

0 Kudos

Nope,

Those sugestion did not work,

The function that I'm trying to debug is ME_UPDATE_DOCUMENT, in transaction ME28, because it's making an error "Upddate Canceled", after saving.

but, I tryied all your tips and it did not stop in the function.

Thanks,

Alexandre Nogueira.

0 Kudos

Hi

This fm is for system application too, so after activing debug try to set Update Debbuging and System Debugging.

Max