‎2007 May 23 4:39 PM
Hi there,
I'm coding a program in SE38 in a BW environment and there is a function call made (RSDRI_INFOPROV_READ). It seems that the table returned by this function won't accept double entries (which should be the case for standard tables), however, when I execute my program in debug mode, it does everything like it should. Anyone knows why it doesn't work when i choose execute as background job? It's hard to find what's wrong since in debug all goes well...
thank you,
Tom
‎2007 May 23 4:44 PM
it's actually only in background that it doesn't work. When I choose execute (F8) the results are written correct to the ODS.
‎2008 Jun 18 4:22 PM
Why not debug the program in background running?You can add a endless loop before the code you are interested in, and then enter debug mode to jump to the focus code at background job console.