‎2010 Jan 20 2:12 PM
Hi All,
FM SO_DOCUMENT_SEND_API1 is locking table ADR6 while sending emails.I dont want this to happen.
PLease help how can i avoid this.
Thanks and regards,
Rajeev
‎2010 Jan 20 2:25 PM
‎2010 Jan 20 2:30 PM
Hi David,
Yes I am using this commit work .
Actually the FM was called inside a loop.
In production environment as large amount of data was being processed.
So the process was taking tiime so instead of commiting the work inside the FM , i used commit work outside
the loop.
How can i unlock this database table .?
Thanks and regards,
Rajeev
‎2010 Jan 20 10:21 PM
Hi,
What all are you using in your code? Is there anything else that can enqueue the table?
Regards
Prasenjit
‎2010 Jan 25 4:22 AM
Hi Prasenjit,
If i dont use the sender address parameter in function module.
The person who runs the program , his name will be sent out as the sender address.
But i dont want that to happen , so to avoid this i am using the sender address parameter ,
it will make an entry in the database table ADR6.,which is locking the table .
I dont want this to locking to happen at the same time sender address should be sent
How cani achieve this , Please help me.
Thanks and regards,
Rajeev