cancel
Showing results for 
Search instead for 
Did you mean: 

background task debug

rangerlet_mesee
Participant
0 Kudos

Hello

I have a background task which is class-method based. I want to debug the code in that method but unable to as it is a background task.

Thanks!!

egor_malov
Contributor
0 Kudos

Rangerlet,

unfortunately, I have zero experience with BDC. I recommend you to post a separate question with this BDC issue.

Accepted Solutions (0)

Answers (2)

Answers (2)

vigneshwar_reddy
Active Participant
0 Kudos

Hi ,

Please check the below link.In that they provided how to debug the back ground work items.

https://wiki.scn.sap.com/wiki/display/ABAP/Debugging+workflows+and+generating++sub-workflows

Regards,

Vignesh

egor_malov
Contributor
0 Kudos
rangerlet_mesee
Participant
0 Kudos

Thanks !...one more situation..when I selected SM50 process and debugged it...it triggered a class method which has a BDC in it. This BDC, I want to run in foreground but unable to...is it because we are already running a process through SM50?