cancel
Showing results for 
Search instead for 
Did you mean: 

To insert data in r3 using file adapter

Former Member
0 Kudos

Hi,

I want to insert data in r3 using XI. Can i use asynchronous File to RFC scenario..?

Pls help me with the related links.

Regards

Kevin

Accepted Solutions (1)

Accepted Solutions (1)

MichalKrawczyk
Active Contributor
0 Kudos

hi,

>>>>I want to insert data in r3 using XI. Can i use asynchronous File to RFC scenario..?

yes you can - but if you upload standard objects into r3 (like transaction data or master data)

use IDOCs instead

for IDOC - XI integration

http://www.sap-press.com/product.cfm?account=&product=H1935

Regards,

michal

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi,

U can use Filr to RFc scenario. Import the particular RFC in IR. Do all the necessary configurations in ID. Dont map the response structure in mapping as u dnt want any response. Put the file in a specified directory and excute the scenario.

<removed by moderator>

Pragya

Edited by: Mike Pokraka on Jul 24, 2008 12:58 PM

Former Member
0 Kudos

Hi,

YES, you can Use RFC at SAP side to update the tables in Async mode.

Import the RFC into IR of XI and dont mapp the Response Structure while doing mapping

REgards

Seshagiri

Former Member
0 Kudos

<<To insert data in r3 using file adapter??>>>>

Hi,

Is there any specific business or technical reason you want to use file adapter to update R/3??

best would be as every one suggested use Rfc/Idoc or proxy methods to update R/3.

if you have to update with file adapter only ,then try the below

1. Place the file on SAP server using your file adapter(FTP)..

2. Write code (BDC or BAPI ) to read the file and update the R/3 .

- Satish

Former Member
0 Kudos

Design RFC in R/3 System

Import RFC in IR in SAP XI.

do the mapping and all Configurations in ID in SAP XI.

Create RFC Destination pointing to R/3 System.

Run the Scenario by putting the Input File in appropriate directory.

former_member335553
Active Contributor
0 Kudos

U can either use an IDOC /RFC /ABAP Proxies for inserting data into SAP System

File-RFC -

Edited by: Anusha Ramsiva on Jul 23, 2008 11:56 AM