
SNA Subsystem Platforms on R/2
An R/2 ABAP program on an IBM host can start the following target programs via a communications program (on the computer with the SNA subsystem):
Depending on the DC system you are implementing on the R/2 host, you will need one of the two R/2 communications programs provided by SAP:
To use several target systems, you must declare the communications program to the SNA software by the different transaction program names (TP names) via Softlinks. The
XCOM table on the R/2 host must contain the respective TP name.If your R/2 System runs under BS2000, you start the target program as described in
BS2000 Systems.The process is as follows:
The communications program merely passes on the data during the CPI-C dialog.

You can use the communications programs gwhost and gwims to access computers not known in the SNA network, from an R/2 System on an IBM host.
The sideinfo side information table must be located on the platform with the SNA subsystem - the same platform as the communications program. In it you must define the following parameters:
DEST |
Symbolic name of the target system (up to 8 characters) |
GWHOST |
Computer with the SAP Gateway |
GWSERV |
SAP Gateway Service |
PROTOCOL |
Protocol type I or E
|
LU |
Computer, on which R/3 or the external program is running |
TP |
SAP dispatcher or external partner program |
Target System: R/3
An ABAP program on an IBM R/2 host communicates with an ABAP program of an R/3 System via the corresponding communication program. This is known to the SNA host under another name (example: gwbin).
The following table shows how the parameters in the sideinfo table on the SNA computer must be defined:
DEST=gwbin
GWHOST=is0001
GWSERV=sapgw00
PROTOCOL=I
LU=hs0011
TP=sapdp53
Target System: Non-SAP System
An ABAP program on an IBM R/2 host communicates with a program written in C in an external system via the corresponding transfer program, which is known to the SNA host under a different name (example: gwforext).
The following table shows how the parameters in the sideinfo table on the SNA computer must be defined:
DEST=gwforext
GWHOST=is0001
GWSERV=sapgw00
PROTOCOL=E
LU=iw10004
TP=rcvcpic