cancel
Showing results for 
Search instead for 
Did you mean: 

Read an SRM Table from XI

Former Member
0 Kudos

hi,

I have to read a lookup table in SRM from XI and use it in the mapping.

What is the process?

Thanks,

Tirumal

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

Hi,

I doubt you will get any but you can try -:)

Thanks,

Prateek

Former Member
0 Kudos

Hi,

Check the code snipet in this weblog, if useful.

/people/siva.maranani/blog/2005/04/03/abap-server-proxies

Thanks,

Prateek

bhavesh_kantilal
Active Contributor
0 Kudos

Tirumal,

This blog /people/alessandro.guarneri/blog/2006/03/27/sap-xi-lookup-api-the-killer can help you.

Regards,

Bhavesh

Former Member
0 Kudos

hi,

I read the blogs but they have sample code on RFC lookup and JDBC.

Is there a code snippet specifically from SRM into XI that i can use it in my mapping with some customizations?

Thanks,

Tirumal

Former Member
0 Kudos

Hi,

You can do RFC lookup or can use the ABAP proxy for the same.

Thanks,

Prateek

moorthy
Active Contributor
0 Kudos

Hi Tirumal,

You can try

-RFC lookup

-Proxy Communication

And one more thing, there SAP Predelivered content in XI for SRM. So please check that.

For more~

/people/siva.maranani/blog/2005/08/23/lookup146s-in-xi-made-simpler

/people/michal.krawczyk2/blog/2005/09/15/xi-rfc-mapping-lookups-from-bc-to-xi

Thanks,

Moorthy

Former Member
0 Kudos

hi,

client is using a classic scenario so no purpose of SAP Predelivered content.

Initially i thought of creating a lookup table in R3 and by using RFC_READ_TABLE i can use the lookup table.

But since there exists a table of the same purpose in SRM i abandoned my R3 idea.

I would like to see if there is a code snippet to read SRM table through a proxy.

Thanks,

Tirumal

Former Member
0 Kudos

May be generating ABAP Client proxies on SRM system should serve your purpose?