* @(#)sideinfo.txt  	20.5	SAP	94/04/20

******************************************************************************
*		      SIDEINFO EXAMPLE
*
* This sideinfo-file contains 3 examples for different kinds of CPIC-
* communications and brief descriptions of the necessary parameters. Please
* look into the CPIC documentation for a detailed information about the
* side info.
*
* 1. Communication C-program <--> C-Program
* 2. Communication C-program <--> ABAP/4-report (R/3)
* 3. Communication C-program <--> ABAP/4-report (R/2)
* 4. Communication C-program <--> ABAP/4-report (R/2) with VMS
******************************************************************************


******************************************************************************
* 1. Entry for the example programs ccpict1t and ccpict2t
*
* Description: ccpict1t will communicate with ccpict2t
*
*
* Before invoking this example please make the following adjustments:
*
* Host      : hostname of the computer where ccpict2t
*             should be started
*
* GwHost    : actual hostname of the SAP-Gateway
*
* GwService : TCP/IP service name of the SAP gateway
*
* Call 'ccpict1t -dest example1'
******************************************************************************

DEST=example1
LU=Host
TP=ccpict2t
GWHOST=GwHost
GWSERV=GwService
PROTOCOL=E


******************************************************************************
* 2. Entry for the example program ccpict1t and ABAP/4-report acpict2
*
* Description: ccpict1t will communicate with ABAP/4-report acpict2
*              running in an R/3 environment
*
* Before invoking this example please make the following adjustments:
*
* R3Host           : actual hostname of the R/3 server
*
* DispatcherService: TCP/IP-Service of the R/3-Dispatcher (normaly
*                    sapdp00)
*
* GwHost           : actual hostname of the SAP-Gateway
*
* GwService        : TCP/IP service name of the SAP gateway
*
* Call 'ccpict1t -dest example2 -abap -usr <R/3-usr> -pwd <R/3-pwd>'
*
* For your test, you can use the R/3-user 'SAPCPIC' with password 'ADMIN'.
******************************************************************************

DEST=example2
LU=R3Host
TP=DispatcherService
GWHOST=GwHost
GWSERV=GwService
PROTOCOL=I


******************************************************************************
* 3. Entry for the example program ccpict1s and ABAP/4-report acpict2
*
* Describtion: ccpict1s will communicate with ABAP/4-report acpict2
*              running in an R/2 environment
*
* Before invoking this example please make the following adjustments:
*
* RemoteLU         : Name of the LU6.2 LU to establish the connection
*
* RemoteTP         : Name of the remote Transaktion Program, normaly X1SA
*
* Call 'ccpict1s -dest example3 -abap -conv -usr <R/2-usr> -pwd <R/2-pwd>'
******************************************************************************

DEST=example3
LU=RemoteLU
TP=RemoteTP

******************************************************************************
* 4. Entry for the example program ccpict1s and ABAP/4-report acpict2
*
* Describtion: ccpict1s will communicate with ABAP/4-report acpict2
*              running in an R/2 environment
*
* Before invoking this example please make the following adjustments:
*
* RemoteTP         : Name of the remote Transaktion Program, normaly X1SA
*
* snagw            : DECnet/SNA Gateway
*
* accname          : Access name for DECnet/SNA
*
* Call 'ccpict1s -dest example4 -abap -conv -usr <R/2-usr> -pwd <R/2-pwd>'
******************************************************************************

DEST=example3
TP=RemoteTP
GATEWAY=snagw
ACCESS=accname

