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: 

Report problem

0 Kudos
250

hello

I have a problem from SAP ERP when I run a program (which takes data from tables and exports in excel format to an external server share folder). Everything works fine, but I decided to change the external server . On the new external server, everyone has full permission to the share folder, but I get the error "sy-subrc 8" when I run the program. I added new SAP Directories (TCode AL11) but the problem is the same (I don't know if it was necessary or not).

The SAP ERP servers and the new external server have network access each other via TCP port 339 445.

Can you tell me what else is needed, it works on the old external server share folder but on the new server share folder nope same excel report.

1 REPLY 1

Ulrich_Schmidt
Product and Topic Expert
Product and Topic Expert
0 Kudos
128

Sy-subrc 8 doesn't say much, as long as we don't know, which technology you use for saving the excel file to the external server.

  • SAPFTP?
  • ABAP command "OPEN DATASET" on a Windows or NFS share that is mounted on the SAP server's file system?
  • RFCEXEC / SAPXPG?
  • something else?

If we don't know, what you are doing, we can't help you.