Skip to Content
0
Jan 19, 2023 at 01:28 PM

How to see data of an itab in a background process?

46 Views

Hi, in order to solve a problem I have to debug a background task.

I tried to debug it with the transaction SM37, but the breakpoints I've set in SE80 didn't work. And the when trying to walk there step by step I end up in a maze of SAP standard components.

Basically I just need to know what data an itab contains, when the "INSERT" statement is called. So I was wondering, is there maybe a way to output the contents of the itab into a separate spool?

Or are there other methods, how I can check the content of this itab?