5/09/2007

How to Debug a Background Job in SAP

Many a times during my work, I have found that I need to debug a SAP program scheduled as a background job in SAP. I had some hard time to do that as most of the time the program had a check like "CHECK SY-BATCH = 'X' ". This never allowed me to run the program in online mode and debug and find the problem. But some days ago I just learnt from a colleauge of mine how to do so..... So thought of sharing the same.

One can find the document in here.
"How to Debug a background job"

No comments: