cancel
Showing results for 
Search instead for 
Did you mean: 

File to RFC Scenario

Former Member
0 Kudos

Hi guys,

i need step by step for file to RFC scenario, please provide me this .

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

hi guys,

Ok i will explain the whole scenarios,

i created one table with one field say employee number, From flat file i am just getting the employee number and thru RFC i need to insert data to that table, i did but data is not getting inserted, in RWB i couldnt see any errors , to cross check my scenarios i need some examples or samples to get it done please provide me

Former Member
0 Kudos

Hi;

Check in the communication channel monitoring the status of your file an d RFC adapter.

Mudit

former_member267355
Active Participant
0 Kudos

Hi,

The configurations for file to RFC scenario are same like file to file scenario

only difference is you dont need to create datatype, message type and message interface for RFC, you can directly use the RFC as message interface.

Whether your file has been picked and can you able to see successful message in SXMB_MONI?

Regards,

Sakthi

Former Member
0 Kudos

Hi Buddy,

when i run the RFC in r/3 its getting inserted into table but when it is from XI nothing is inserted , all the steps and the sxmb_moni or msg monitoring i couldnot see any erros , please help me on this

former_member267355
Active Participant
0 Kudos

Hi,

After you run the scenario, check whether your message has been processed without errors in the following link

http://ip:port/MessagingSystem/monitor/monitor.jsp

If messages are in success status, then problem might be with RFC adapter.

Does RFC adapter functioning properly?

Regards,

Sakthi

Former Member
0 Kudos

HI mclaren,

It seems some sdn urls are not working..specially for the blogs, even I am havin the same issue.

U can try after sometime. It should work. This is the scenario for File to RFC:

/people/arpit.seth/blog/2005/06/27/rfc-scenario-using-bpm--starter-kit

kanan

Former Member
0 Kudos

Hi Kanan

I am not able to view still any other alternative, Please provide me

Former Member
0 Kudos

Hi Guys,

i need Asyn scenarios

Former Member
0 Kudos

Hi;

Go through this scenario and replace the IDoc with RFC and IDoc adapter with RFC adapter

Any flat file to any IDoc

/people/ravikumar.allampallam/blog/2005/06/24/convert-any-flat-file-to-any-idoc-java-mapping

Mudit

Former Member
0 Kudos

Hi

File to RFC

/people/arpit.seth/blog/2005/06/27/rfc-scenario-using-bpm--starter-kit

Mudit

Award points ifi t helps

Former Member
0 Kudos

Hi ,

i am not able to view this URL

former_member184619
Active Contributor
0 Kudos

Hi Issac,

If u are using RFC then it will be a Sync Scenario as The RFC will respons to it's request message.

Just check these links...

/people/arpit.seth/blog/2005/06/27/rfc-scenario-using-bpm--starter-kit

and

If u want some Async scenario. try

File to File

File-XI-File (Part1)

/people/venkat.donela/blog/2005/03/02/introduction-to-simplefile-xi-filescenario-and-complete-walk-through-for-starterspart1

(Part2)

/people/venkat.donela/blog/2005/03/03/introduction-to-simple-file-xi-filescenario-and-complete-walk-through-for-starterspart2

or File to IDOC

https://www.sdn.sap.com/irj/sdn/wiki?path=/display/xi/fileToIDOC&

Sachin

Message was edited by:

Sachin Dhingra

Former Member
0 Kudos

Hi Sachin,

Please provide me step by step of File to RFC, above urls i am not able to view .Kindly provide if there is any other alternative

Former Member
0 Kudos

Hi;

Go Step By Step;

Import RFC

Create Datatype for File

Create Message type for File

Create Message Interface for File(Outbound Asynch)

Message mapping Between File MT and RFC Request

Interface mapping

Mudit

Former Member
0 Kudos

Hi,

Plz follow the following steps:

1. Create DataType, MessageType, and MessageInterface (inbound async) for receiver file

2. Create MessageInterface(outbound async) for RFC

3. create MessageMapping between RFC request and File

4. Create InterfaceMapping

5. Create sender CommunicationChannel, receiver CC, sender agreement, receiver agreement, interface determination and receiver determination.

Regards

Former Member
0 Kudos

Hi Vijayalakshmi,

I think what u have told me is RFC to File Scenario

Former Member
0 Kudos

1. Create the SWCV in SLD.

2. Create the Business System for RFC Receiver

3. Import SWCV to the Design Environment

Design

1. Create a Name space, allow permit for IDoc and RFC import

2. Import the RFC Interface from the R/3 system by providing necessary Parameters

3. Create a Data type according to your file structure

4. Create a Message type of the Data type created (Say MT_FILE)

5. Create Outbound Asyn Interface and select MT_File

6. Create Inbound Asyn Interface and select the RFC/BAPI imported initially

7. Create a message mapping for MT_File and Imported RFC message

8. Create a Interface mapping and also select the necessary message mapping

Configuration

1. Assign the business system for RFC Receiver

2. Create the RFC communication channel for RFC Receiver and provied all the necessary parameters

3. Create a Business Service for FILE Sender

4. Create a File communication channel (use either FTP or NFS)

5. Create Sender Agreement

6. Create Receiver Agreement

7. Create Receiver Determination

8. Create Interface Determination.

Former Member
0 Kudos

i did as per ur steps but when i run the RFC in R/3 its getting inserted into table, but if it is from XI its not getting inserted into table, how to track, in msg_monitoring i couldnt see any errors, anybody please help me guys.

Former Member
0 Kudos

Hi mudit,

do i need to create RFC destination, or do i need to do any thing in SM59 for this scenario,

i have created one table and inserting one field that is emp_number from flat file if i run RFC in R/3 its working but from XI its not getting inserted into the table. but in msg_monitoring or sxmb_moni i couldnt see any errors, pleaswe help to track the problem

Former Member
0 Kudos

hi Issac,

You don't have to do anything with RFC destination nor with SM59 transaction. Use Communication Channel Monitoring in RWB and see both the File channel and RFC channel. You will to know the exact status of the channel.

Regards,

Ramesh P