2015 Nov 25 2:25 AM
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!
2015 Nov 25 7:15 AM
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.