How to run a report in background??and if we try to run in
foreground it says"this report sud be run in
background".what can be done in this case??
2-And how sud we stop a report running in background??
Answer Posted / ravi kanth
sm36 transaction is used to run a reort in background
and to stop the report running in background , use sm37 transactiion.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is the Difference between At Line selection and At user-command?
What are the techniques involved in using SAP supplied programs? Do you prefer to write your own programs to load master data? Why?
please give the remaining answers.
What is a currency factoring technique?
What are the components in sap application server?
What is locking ?
What are the different types of views and their definition?
What are the function modules used in a sap script driver program?
what precautions or prerequisites do you follow to update a record into database table and how
What is view? Explain the different types of view?
What is a table pool?
If I have put commit in badi implementation class after update, is it allowed? Also if some standard functionality already implemented an update and now i m doing update and if it fails, what will be the impact of commit?
What is payroll driver ? : abap hr
i want to add 2 records to a table but the last field in the table is 1000 char long.Is it possible?if yes how?
If I want to execute a bdc program only in background not in foreground is there any option for this? : abap bdc