cancel
Showing results for 
Search instead for 
Did you mean: 

Sending data to r/3 from text file using xi

Former Member
0 Kudos

hi,

I have text file that have name, meter reading unit, address etc. that needs to send to r3 server using xi integration that will be used by functional people. please suggest where i should i store this text file data on r3 server. could i use idoc or rfc.

Thanks

Laxmi Bhushan

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Did you ask your functional guys in what format they want idoc/RFc/proxy.?

If idoc then ask for mapping spec,which you have do in mapping tool of XI

if RFC import the RFC and do the mapping and send it

if Proxy need to generate a proxy after defining message type

Rajesh

Former Member
0 Kudos

Hi,

Could you please provide what kind I data that you are trying to push.

You can even store the data in the table.

So please be specific,

regards,

Nithiyanandam

Former Member
0 Kudos

hi Nithiyanandam,

I have flat csv/text file that store meter reading data like

PROC_YRMTH

DIV

CYC

WARD

ACCNO

MTRSR

MTRNO

PREV_RDG

CURR_RDG

UNITS

BILL_MONTH

BILL_TYPE

RDR_CD

this data will be used by functional people for billing purpose in is-u.

please provide me step how to insert data to table. that will we great help.

Former Member
0 Kudos

Hello ,

Possibilities of communication to R/3 is

1. Idoc

2. RFC

3. proxy(WAS >=6.20)

If you want to insert data to table that can be done through RFC provided it has been developed in R/3 and been given to it for ur scenario.

Rajesh

Former Member
0 Kudos

Hi,

ask your functional guys whether there is a standard IDOC or RFC for posting this data.........if there is a standard IDOC for it, then use it.................if not, then if there is RFC for it, then use it.......otherwise create a custom table in R/3 and populate it with ABAP proxy in r/3.

Regards,

Rajeev Gupta

Former Member
0 Kudos

hi rajesh,

If i use RFC than what is the steps to send the data.

thanks for your reply.

Former Member
0 Kudos

Hi,

You can check whether you have a standard RFC or not, if not you need to create a custom RFC first in SAP R/3 and the import that into your Integration repository in XI.

Then follow these steps provided in the link:

https://wiki.sdn.sap.com/wiki/display/XI/File-RFC-File%28Without+BPM%29

Regards,

Nithiyanandam

Former Member
0 Kudos

Hello,

You need to impor the RFC metadata and apply the mapping for the same and in ID need to configure the receiver adapter .

follow the blog provided will help you to understand.

any questions post to forum will get definite help on this

Rajesh