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

Former Member
0 Kudos

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

kesavadas_thekkillath
Active Contributor
0 Kudos

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.

Former Member
0 Kudos

Problem is resolved.

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