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

Function standard Debbug

Former Member
0 Likes
879

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
Read only

FredericGirod
Active Contributor
0 Likes
805

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
Read only

Former Member
0 Likes
805

Hi

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

Max

Read only

Former Member
0 Likes
805

go to the FM in se37.

instead of execute click 'execute debugging'.

this is debug the FM.

Reward points if it helps.

Cheers

Read only

FredericGirod
Active Contributor
0 Likes
806

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

Read only

0 Likes
805

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

Alexandre Nogueira.

Read only

Former Member
0 Likes
805

Hi,

Start debugging with /HS and then Go to menu

Break Points->Break Point At-> Function Module

give the name of FM.

regards

vijay

Read only

0 Likes
805

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.

Read only

0 Likes
805

Hi

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

Max