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

Parallel Processing - Timeout issue

Former Member
0 Likes
1,103

Hi All,

I have implemented "Parallel Processing" in one of my application. I am not executing this processes in background but instead in online mode (i can not do it in background mode because of how this application works).

Each of my parallel process starts in a new dialog. Functionality wise my program is working fine but I have an issue when I am processing large amount of data. And this is also not in my program but in one of the standard SAP FM i am calling in my application. Some of my processes reaches the timeout limit (600 secs) and expires. I can not increase the timeout limit since time it takes to complete the process varies depending on the amount of data it is processing.

Does anybody know how to resolve this issue?

Thanks in advance,

RS

5 REPLIES 5
Read only

Former Member
0 Likes
853

What's the SAP FM?

Rob

Read only

0 Likes
853

Hi Rob,

The FM is <b>DIPCOL_COLLECTIVE_RRB</b>.

Thanks,

RS

Read only

0 Likes
853

Well, I would suggest processing fewer items in each call to this FM and have more calls.

Rob

Read only

0 Likes
853

Hi,

I am calling this FM with lowest level object, that is WBS element in our case. The issue here is not how the FM is called but amount of data posted to this WBS element. So, when i call this FM with the WBS having so many charges posted to it it times out (even in parallel processing since it basically generate another dialog process).

Is there any ways to avoid this timeout without changing the system timeout parameter?

Thanks,

RS

Read only

Former Member
0 Likes
853

Hello Experts,

I have similar issue when calling FM FRE_SEND_TSD_FOR_SITE. The background jobs uses parallel processing and finish fine, but same time we get time_out error in st22.

It would great, if you can share you have done in your case.

Regards,

Navin

I