Application Development 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: 

Background task running continusely

Former Member
0 Kudos

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

vinod_gunaware2
Active Contributor
0 Kudos

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

regards

Vinod

Former Member
0 Kudos

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

0 Kudos

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

0 Kudos

Hello Experts

Kindly let me know about this. Urgent.

Thnk you

jai

Former Member
0 Kudos

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

0 Kudos

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

0 Kudos

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