2015 Aug 08 8:16 AM
Hi
I have apab program which use Set Update Task Local before Call my Function ( BAPI_PRODORDCONF_CREATE_TE)
in loop ,This program use with Several Users ,Now sometimes the SAP is working slowly...
I search in net and find this paragraph :
"This kind of update is useful when you want to reduce the amount of access to the database from one LUW."
My Question is :
Whether with use of this program, other programs can be slowed Or not related?
Moderator message - Please use meaningful subject lines in future.
Message was edited by: Suhas Saha
2015 Aug 08 7:33 PM
Hi,
Just the FM runs in Update work process and will wait for commit - for this reason, the execution time is little more and no more effects on other program executions..
2015 Aug 08 8:13 PM
Hi,
This functionality will not impact other programs, You may request Basis Team to do a trace with or without running this program & get the statistics & compare for validation.
Thanks!
Anil Sahni
2015 Aug 09 6:11 PM
Hi,
Set Update task local will never impact the execution time for other programs since at a given instant of time there are many Work processes available and different programs mostly are processed by different WPs. It simply waits for the update to complete before beginning the processing of next update in current program.
Thanks,
Manish