[62487] in SAPr3-news
Re: SAP RFC
daemon@ATHENA.MIT.EDU (xnoise)
Tue Jun 1 03:42:00 2010
To: sapr3-news@mit.edu
Date: Tue, 01 Jun 2010 09:41:43 +0200
From: xnoise <nomail@italy.it>
Message-ID: <0ld906lvb25nogqpqug3lueke7ads31u1u@4ax.com>
On Tue, 01 Jun 2010 09:15:43 +0200, ein_westfale_in_muc
<ein_westfale_in_muc@t-online.de> wrote:
>DEST=BIN # Comment
>TYPE=B # needs to be 3 for R/3 System
>R3NAME=BIN # Name of R/3 Instance. Instance name is the
> # name of the Directory under /usr/sap or
> # x:\usr\sap in capital letters
>MSHOST=binmain # your R/3 Server name
>GROUP=PUBLIC # Check it with TA SMLG in TA SMLG, if you have
> # access to SAP with GUi
>RFC_TRACE=0
>ABAP_DEBUG=0
>USE_SAPGUI=0
Anchors I don't understand the function of DEST.
Is it the label that through "connect_param" identifies the group of
parameters to use in the saprfc.ini?
Example:
in connect _param I write: DEST=BIND
in saprfc.ini I have:
DEST=BIN
TYPE=B
R3NAME=BIN
MSHOST=binmain
GROUP=PUBLIC
RFC_TRACE=0
ABAP_DEBUG=0
USE_SAPGUI=0
DEST=BIND
TYPE=B
R3NAME=BIN
MSHOST=hs0311
GROUP=PUBLIC
RFC_TRACE=0
ABAP_DEBUG=1
USE_SAPGUI=0
RfcOpenEx () it uses the series of parameters identified by BIND?
thanks