cancel
Showing results for 
Search instead for 
Did you mean: 

RFC scenario

Former Member
0 Kudos

Hi All,

I have one scenario where I am sending data I/P for a RFC from a file system. I will make the scenario synchronous.I am using RFC receiver adapter .I don't know what will be the configuration in R/3 side(if any).Please help.

Regards,

Somenath Chakraborty

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

From the R/3 side the bapi has to be Remote enabled.From the PI perspective, The user details which are provided in the RFC receiver adapter should have enought access to execute the BAPI.

Thanks,

Kiran

Answers (7)

Answers (7)

Former Member
0 Kudos

hi All,

please let me know what will be the value of GATEWAY HOST and SERVICE in SM59.hOW can I know which one is my gate way host and service?

Regards,

Somenath Chakraborty

rodrigoalejandro_pertierr
Active Contributor
0 Kudos

hi Somenath,

your gateway is sapgw + <instance>

for ex. intance 01 --> sapgw01

gateway Host is your server

PS:rewards points if userful

Thanks

Edited by: Rodrigo Pertierra on Jul 15, 2008 10:03 AM

Former Member
0 Kudos

HI SOMENATH

The gateway is installed within an instance by the dispatcher and reads its parameters from the profile file located in the profile directory in the SAP directory tree.

you can find the values from transaction RZ11 or in the gateway monitor (SMGW)

chek the below links for additional information

Configuring the SAP Gateway

http://help.sap.com/saphelp_nw04/helpdata/en/51/aea438ec2a7e26e10000009b38f8cf/frameset.htm

SAP Gateway

http://help.sap.com/saphelp_nw04/helpdata/en/51/aea438ec2a7e26e10000009b38f8cf/frameset.htm

reward points if helpfull

regards

kummari

Former Member
0 Kudos

Hi Prateek,

Please let me know I am sending the data from R/3 ....why the connection type is TCP/IP not ABAP..

i HAVE one more qs what will be the value of gateway host and gateway service?

Regards,

Somenath Chakraborty

Former Member
0 Kudos

hi somenath

As you said your scenario is FILE-XI-R/3 when u r using receiver RFC adapter in the config parameters ....i didn't find any GATEWAY HOST and SERVICE

They are found in the sender RFC adapter

In the gateway host and gateway service write the values of your "Application system" - business system (not the XI server)

to enter values check this thread

reward points if helpfull

regards

kummari

Former Member
0 Kudos

hi somenath

tcp/ip ports are used BY SAP APPLICATION

chek the blog below

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/4e515a43-0e01-0010-2da1-9bcc452c...

reward points if helpfull

regards'

kummari

Former Member
0 Kudos

Hi,

Prateek,

Thnaks for your answer ...I have one more question

For sender RFC what will be the configuration at R/3 side?

I think only I have to create the rfc dest at R/3 not in XI ....A m i right?

Regards,

Somenath Chakraborty

prateek
Active Contributor
0 Kudos

I think only I have to create the rfc dest at R/3 not in XI ....A m i right?

Yes. Only at R3 u have to create RFC destination type TCP/IP. For this a program id also has to be created at R3. Nothing at XI

Regards,

Prateek

Former Member
0 Kudos

Hi Somenath,

you need to create RFC Dest in R3 and a program id..........this RFCDest and Program id you need to pass in the Communication channel parameters.

Thanks,

Madhu

Edited by: Madhu sudhan Reddy on Jul 15, 2008 2:22 PM

Former Member
0 Kudos

Hi,

I am confused with dirrerent ans,I want to know that I am using Rfc receiver adapter.I have to create the RFC destination at R/3 side or not?

regards,

Somenath Chakraborty

prateek
Active Contributor
0 Kudos

I have to create the RFC destination at R/3 side or not?

No

Regards,

Prateek

Former Member
0 Kudos

Hi,

No Need to create RFC destinations in SM59.

Just configure the RFC adapter.........As RFC is remote enabled and you will be passing the connection parameters in Communication channel itself.....there is no need of RFC Dest.

RFC Receiver side parameters

Transport protocol

Message protocol

Adapter engine

System ID:System ID of the SAP system

Application Server:Host name of the SAP system (application server)

System Number: system number of R3

logon user

logon password

logon language

Max connections

Reward points if it is helpful

Thanks,

Madhu

Edited by: Madhu sudhan Reddy on Jul 15, 2008 2:06 PM

Former Member
0 Kudos

Hi,

If u r going to do file-to-rfc..then do this stepsside

Repository

1.Improt ur Bapi

2.create msg interface for rfc(syn)

3.msg mapping b/w file and rfc

4.interface mapping

Directory

1.communication channels--file

2.communication channels--rfc

3.interface determination

4.receiver determaination

5.sender agreement

6.receiver agreement

Regards,

Arivarasu S

Edited by: Arivarasu S on Jul 15, 2008 5:18 PM

rodrigoalejandro_pertierr
Active Contributor
0 Kudos

hi Somenath,

for this scenario, you just need to create the RFC Destination in R/3 side to connect with PI server, once you did it, import the RFC to pi and map the data.

take in mind that you will need a BPM for this kind of scenario, because FILE musnt be sync;however you scenario would be:

FILE--->RFC--->FILE and yor BPM should be

receive step (async)--->send step(sync)-->send Step(async)

receive step:receive the File

send step sync for RFC

send step final to send data to a new file.

also see this blog

Thanks

Rodrigo

PS:rewards points if useful

Former Member
0 Kudos

Hi,

This may suites for you

Regards

Seshagiri