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

Issue in Paralle Processing

Former Member
0 Likes
601

I have implemented Paralle processing in my program because of bulk data update.

When i schedule for back ground for this program my program is going in ACTIVE status & after some time program is coming "FINISHED " status with corrcte results.

But Simultaneously it is creating Somany Jobs with names "ARFC:************************************"

I had called a RFC enabled function module in new task in my program

What could be the problem

Please advise me..

3 REPLIES 3
Read only

RaymondGiuseppi
Active Contributor
0 Likes
565

Look at OSS notes like [Note 726148 - SAPLARFC occupies all work processes, RFC cascade|https://service.sap.com/sap/support/notes/726148]

You update a huge volume of data, that those jobs transfer via CALL FUNCTION IN BACKGROUND TASK or similar call

Regards,

Raymond

Read only

Former Member
0 Likes
565

ZZ

Read only

Former Member
0 Likes
565

Hello,

In your RFC Destination Definition, you can suppress scheduling of background jobs if connection error occurs. In SM59->Edit->tRFC Options, enter 'X' at Suppress background job if conn.error.

Thanks,

Venu