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: Pick files from directory at central instance

Former Member
0 Likes
808

Hi,

In Background, We want to pick files from the directory present central instance. I am using FM RZL_READ_DIR_LOCAL to read all files present in directory and later we process each of them.

This FM works fine while I work online but not in background. In Development and Quality servers it works fine in background. possible reason could be that we dont have central instance in dev and quality server.

Please suggest.

Thanks

Hi,

In Background, We want to pick files from the directory present central instance. I am using FM RZL_READ_DIR_LOCAL to read all files present in directory and later we process each of them.

This FM works fine while I work online but not in background. In Development and Quality servers it works fine in background. possible reason could be that we dont have central instance in dev and quality server.

Please suggest.

Thanks

2 REPLIES 2
Read only

kesavadas_thekkillath
Active Contributor
0 Likes
628

You can go through his article once

link:[http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/9831750a-0801-0010-1d9e-f8c64efb2bd2?quicklink=index&overridelayout=true]

Your presentation server must be switched on when performing these kind of actions.

Read only

Former Member
0 Likes
628

Problem is resolved.

while scheduling job in SM36, in Exec. target I have mention the central instance host name and it started working properly.