Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

SOST

joo_gaia
Explorer
0 Kudos

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

1 REPLY 1

Former Member
0 Kudos

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..