cancel
Showing results for 
Search instead for 
Did you mean: 

Regarding RFC to FIle

Former Member
0 Kudos

Hi Everyone,

Would anyone Please give me steps for RFC to File Scenario.

Thanks & Regards,

Varun

Accepted Solutions (1)

Accepted Solutions (1)

varun_k
Contributor
0 Kudos

How to test the Scenario. Where Should I start the Trigger.

Regards,

Varun

Former Member
0 Kudos

Hi,

How to Trigger BAPI From R3 ToXI

Regards

Seshagiri

Former Member
0 Kudos

u need to write a ABAP program and call that function Module

Call Function Module destination "XI_RFC_Destination"

:

:

:

.

XI_RFC_Destination is the RFC destination of type T defined in ECC server

Regards,

Jayasimha jangam

Answers (4)

Answers (4)

former_member183906
Active Contributor
0 Kudos

1) Create synch interfaces 4r source and target.

For RFC while creation of interface

input msgtype - Request msg

output msgtype - Response msg

2) Create 2 msg mappings.

inputmsgtype(file)----> Requestmsgtype(RFC)

Responsemsgtype(RFC)--->outputmsgtype(file)

3) Create 1 interface mapping choosing synch interfaces on

src and tgt side.

-->you ll get two tabs here request and response.

-->Click on request nd specify 1'st mapping

--> Click on response nd specify the 2nd mapping.

Refer this blog:

https://www.sdn.sap.com/irj/sdn/wiki?path=/display/xi/file-rfc-file%28without+bpm%29&;

former_member192295
Active Contributor
0 Kudos

Hi,

Follow below steps

1. Develop function in R3 and it should be remote enable function else we can't import from R3

2. In XI under SLD define product, component, technical system and business system

3. In IR import component from SLD under again import remote enable function from R3, meanwhile define receiver structure and message mapping & interface mapping.

4. In ID create scenario under import business system. Under business system create communication channel for RFC and FILE.

5. Configure receiver determination, interface determination, sender agreement and receiver agreement.

Once configuration is over active IR & ID objects, meanwhile check in xi u have authorization to execute RFC function or not.

Former Member
0 Kudos

Dear Varun,

The below link will provide you to do the sceanrio for RFC to File scenario without using BPM

https://www.sdn.sap.com/irj/sdn/wiki?path=/display/xi/file-rfc-file%28without+bpm%29&focusedcommenti....

Regards,

Leela

Former Member
0 Kudos

Hi

well in nut shell

create DT,MT,MI(inbound async) for receiver file

create MI(outbound async) for RFC(as its async,u need MI ,else for sycn RFC no need of MI)

create MM between RFC request and File

create IM

Create sender CC,receiver CC,sender agreement,receiver agreement,interface det and receiver det.

n ur done

you can refer to the below mentioned link .

-configur RFC sender adapter step by step

Regard's

Chetan Ahuja