2007 Oct 08 12:51 PM
Hi Experts,
I am running a standard Program in background job to upload data. These programs picks the file from application server & upload the data in to SAP, After finishing the job it is displaying the report. Now my problem is i want to run the program in Background more then one time to read the files. I am getting a problem after running the first file it is displaying the report. But i dont want to print it, it must be process the next file. Is there any way to skip the output screen and process the next file?
Regards
Rajendra
Hi!
No, you can't skip the report.
You must define a temporary internal table for logging. You put the error or success log entries into this table, instead of displaying them with WRITE.
Table structure could be: path, filename, entries, success, failure
Then, after you finished with all files, you just LOOP AT the log table to display the results.
Regards
Tamá
2007 Oct 08 12:59 PM
Hi!
No, you can't skip the report.
You must define a temporary internal table for logging. You put the error or success log entries into this table, instead of displaying them with WRITE.
Table structure could be: path, filename, entries, success, failure
Then, after you finished with all files, you just LOOP AT the log table to display the results.
Regards
Tamá
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |