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

Background task running continusely

Former Member
0 Likes
1,732

Hello everyone

I am able to see a background job being executed dynamically with job name starting with ARFC.....

It is basically running RSARFCSE program.

Can anyone of you tell why is this programming being executed dynamically (i mean the cause or driver).

Thank you

jai

7 REPLIES 7
Read only

vinod_gunaware2
Active Contributor
0 Likes
1,120

Check SM04 and check log and status in SM36 and sm37.

regards

Vinod

Read only

Former Member
0 Likes
1,120

Hi,

It is Middle ware runt ime environment.

Check if basis has automatic transports for certain period.

Must be Basis job schduled or RFC enabled Tasks Running, Hence this Program is executed.

Rgds,

Mano Sri

Read only

0 Likes
1,120

Hello

Thank you for ur reply.

I have checked SM04, i see nothing there. In SM37 i see nothing for the log, as it says no list available.

Thank you

jai

Read only

0 Likes
1,120

Hello Experts

Kindly let me know about this. Urgent.

Thnk you

jai

Read only

Former Member
0 Likes
1,120

From the documentation for RSARFCSE:

This report is scheduled by the

function 'ARFC_BP_REQUEST' to run in the

background. It transfers all the CALL FUNCTION IN BACKGROUND TASK

objects to the target systems and runs them there. If no connection is

established, it is scheduled again later. If another error occurs, the

report RSARFCDL is scheduled to delete the error log later. This avoids

the need to reorganize ARFC files.

Rob

Read only

0 Likes
1,120

Hello Rob

I have seen the documentation. But i want to know how is this FM 'ARFC_BP_REQUEST' is executed, i mean what drives this FM.

Kindly let me know, as my requirement is to figure out what drives it and then avoid this to happen(Background job).

thank you

jai

Read only

0 Likes
1,120

If there's a job running, I think it has to show up in SM37. Put an "*" in the job name and user name fields. Make sure only "active" is ticked and open up the dates. This should show you the jobname. From there you can get the scheduling details.

Rob