How to Debug Background Jobs

We can not debug background jobs directly with the breakpoints set inside the program like usually we do during running program in foreground. But this is posibile too !!

  1. Go to SM37 - Job monitor
  2. Select the specific job you want to analyse (let's a failed job)
  3. Use transaction code - JDBG (type the transaction code in transaction code input box - at the top left corner of your screen)
  4. It will start ABAP debugger.
  5. Continue to debug !!

Comments

Popular posts from this blog

ABAP Tips - 1 : How to Display a Popup and Get Values from User ?

Help on BAPI_ACC_DOCUMENT_POST and BAPI_ACC_DOCUMENT_POST

Few Tips for Transport Request Manipulation