Skip to Content
0
Former Member
Dec 23, 2003 at 12:07 PM

ABAP cannot run in Background

313 Views

I have created an ABAP that creates 20,000 records in a custom LIS structure. When running the program interactively, the program processes correctly, generating the proper data. When the same program with same variant is submitted in the background, the job ends immediately and successfully but no processing is done. I cannot get a simple write statement to print.

What is happening? Any ideas would be greatly appreciated.