cancel
Showing results for 
Search instead for 
Did you mean: 

Schedule Abap Server proxy in background job in SAP r/3

Former Member
0 Kudos

Hi all,

My scenario is File XI Proxy Interface inbound to SAP...

My requirement is to schedule the proxy in the background job every night.

How can I acheive this?

<removed_by_moderator>

Read the "Rules of Engagement"

Thank you,

Mili.

Edited by: Juan Reyes on Oct 21, 2008 3:04 PM

Accepted Solutions (1)

Accepted Solutions (1)

bhavesh_kantilal
Active Contributor
0 Kudos

You do not need to schedule your server proxy.

Everytime the file is picked by the file adapter and passed to the proxy via the XI adapter, the Proxy Implementation will be triggerd by XI adapter on R3.

You need to schedule a report in the case of Sender Proxies and this shceduling is like the scheduling of any other job in ABAP. A search on SDN would provide you the answer on how to schedule jobs on R3 for ABAP Proxies ( Basically you will be scheduling a R3 report )

Regards

Bhavesh

Answers (3)

Answers (3)

Former Member
0 Kudos

Mili:

What is Bhavesh said is the right way.. When i did the File-to-Proxy scenarios, I have to run the scenarios everyday between 1AM and 3AM. But the flat files arrived before the schedule time. So what you can do is.. Schedule your File sender adapter using "Availability Time Planning " on the RWB..

More in the following blog

/people/shabarish.vijayakumar/blog/2006/11/26/adapter-scheduling--hail-sp-19-

Former Member
0 Kudos

Hi ,

U don't need to schedule a server proxy ...as the proxy will kick in automatically as soon as the message is processed by file adapter .

Since yours is File to proxy scenario...

and you want to execute it overnight ..

You will have to control when the file is processed by XI file adapter.

Here what you can do ..

Let's just say your file gets placed in a Folder 'A' ...and your file communication channel is configured to pick files from folder B.

Write an abap code on xi box ..(or you can use a V.B. script)

which will move the file from folder A to Folder B.This code can easily be scheduled..so that it you can get files in folder B from where XI processig will kick in .

(job scheduling can be done sm36 ..use the wizard)

agasthuri_doss
Active Contributor
0 Kudos

Hi,

>>My requirement is to schedule the proxy in the background job every night.

In R3 Tcode- sm37 will help.

Regards

Agasthuri Doss