Application Development and Automation 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: 
Read only

Timeout Error

arunneerolil
Contributor
0 Likes
324

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

1 REPLY 1
Read only

Clemenss
Active Contributor
0 Likes
290

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