cancel
Showing results for 
Search instead for 
Did you mean: 

R/3 Looking for generic RFC to post internal table as CSV to SAP XI/PI

Former Member
0 Kudos

Hi everybody,

does anybody know a RFC to send a internal table to XI/PI?

Thanks

Regards Mario

Accepted Solutions (1)

Accepted Solutions (1)

former_member181962
Active Contributor
0 Kudos

Send the internal table as it is without any commas to XI from R/3.

Then you can do a content conversion on the target side in XI to convert it into a CSV file.

Regards,

Ravi

Answers (5)

Answers (5)

Former Member
0 Kudos

Not answered but I close it.

Thank you all

Former Member
0 Kudos

Mario,

I will appriciate if you update this thread when you get the generic RFC to post the internal table to XI.

Thanks in advance!

Regards,

Sarvesh

Former Member
0 Kudos

Hi,

You can try the Function Module KCD_CSV_FILE_TO_INTERN_CONVERT .

This FM will take the CSV file as input and give the o/p in an internal table .

So you can use this ....

Regards,

Jude

Former Member
0 Kudos

Hi ,

if you want to get the values from the excel file into an internal table then you can use the Function Module ALSM_EXCEL_TO_INTERNAL_TABLE

Regards,

Jude

Former Member
0 Kudos

> does anybody know a RFC to send a internal table to XI/PI?

There is no such RFC to send the int table to PI.

Either use Outbound Proxy or create your own ZRFC and then import it to XI.

Former Member
0 Kudos

Hi Sarvesh,

do you really know all RFC to claim there is no such RFC?

Regards Mario

Former Member
0 Kudos

> do you really know all RFC to claim there is no such RFC?

I appriciate this question.

Well at least I don't know all RFCs. But one thing I know if you are populating your data in your internal table by using some select query then you have to create your own ZRFC because for that there is no standard RFC.

So this was the reason I said there is no such RFC. If you know some RFC then please let me know to add in my knowledge database.

Regards,

Sarvesh

Shabarish_Nair
Active Contributor
0 Kudos

i suggest using an ABAP proxy to send the data of the IT to PI.

PI can then easily convert that data to a CSV format.

More @

Client Proxy (Sender Proxy)- /people/ravikumar.allampallam/blog/2005/03/14/abap-proxies-in-xiclient-proxy

Server Proxy (Receiver Proxy)- /people/siva.maranani/blog/2005/04/03/abap-server-proxies