2010 Jun 08 8:49 PM
Hi
There is a Z program that updates some fields of a standard table. This action (update the fields) automatically send an email to SOST.
Sometimes there is a massive update, so it will generate a lot of emails at SOST.
The request is: deactivate SOST at the beginning of the program and activate SOST automatically at the end of the program.
Could you please help me out with this request?
Note: There is no function at the Z program that refers to SOST.
thanks in advance.
Joao Gaia
better dont update one by one... keep the all the updated values in the internal table and trigger only one update statement..
update ABCD from table IT_ABCD...
this way you avoid updating so many times..
2010 Jun 09 12:27 AM
better dont update one by one... keep the all the updated values in the internal table and trigger only one update statement..
update ABCD from table IT_ABCD...
this way you avoid updating so many times..
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |