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

Problems with group/server

Former Member
0 Likes
393

Hi,

     we are going to switch our production server to group server, i think the following situation have to specific a server

     1st, open dataset

     2nd, background job

     3rd, upload file to application server, using C13Z_RAWDATA_WRITE

     4th, or download file to local PC from application server using C13Z_FILE_DOWNLOAD_BINARY

    

     Is there any other situation related to abap have to specific a server? and how to specific it ?

    

     Regard!

1 REPLY 1
Read only

matt
Active Contributor
0 Likes
358

1. You can define a shared area in the file system, so that open dataset will continue to work fine. In fact, this is exactly what you should do.

2. Background jobs should go to load balancing - you shouldn't specify the server.

3 and 4 - see 1.

In some versions of ABAP stack, an external breakpoint must be set on each server. (Go in via SM51). Also the authorisation trace ST01 is server specific.