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

Read AL11 file from multiple SAP Instance

Former Member
1,475

In our quality and production system have multiple instances. I developed a program for read file from AL11 but I'm facing issue is if I login one instance not able to read file from other instances. I used open dataset command but it's giving dump because of not read file.

So how can I read AL11 file from different instances?

In our quality and production system have multiple instances. I developed a program for read file from AL11 but I'm facing issue is if I login one instance not able to read file from other instances. I used open dataset command but it's giving dump because of not read file.

So how can I read AL11 file from different instances?

2 REPLIES 2
Read only

tom_wan
Product and Topic Expert
Product and Topic Expert
1,269

Hi satya.sharma84

You have to create a shared folder which can be accessed by all of your instance.

Regards

Tom

Read only

matt
Active Contributor
1,269

From a security perspective, you should not mix the file systems of your quality and production instances. So I hope that you're only wanting to share between a number of quality instances, or a number of production instances.