‎2008 Mar 25 7:16 AM
Hi
XI is calling an ABAP-Class method to insert data in to a Ztable in ECC.
There are around 5million records and the operation is getting timed out becoz the the profile parameter for max wp runtime is set to 600secs.
Method in the ABAP class is getting executed in DIA workprocess. Is there anyway to call the method in background mode so that we can avoid the timeout error without increasing the max wp runtime ??
Thx in Advance
Rgds
Chemmanz
‎2008 Mar 25 9:26 AM
Hi Chemmanz,
if you don not get the records saved in time, you should have XI store it in a file and just transmit the filename from XI to R/3. Then you can schedule a job to do the processing.
Regards,
Clemens