cancel
Showing results for 
Search instead for 
Did you mean: 

Whats the easiest way to get data from R/3 from XI

Former Member
0 Kudos

Hi there

I would like to know if there is a way to to access a database table in the R/3 system in a user defined function in Message Mapping? I have to map some fields where I have to get data from a table. What would be the easiest way?

Thanks,

Jan

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Call RFC or BAPI in user defined function

Former Member
0 Kudos

Is there an good example of calling a RFC from a UDF?

Former Member

Answers (5)

Answers (5)

Former Member
0 Kudos

Check this out.....

[RFC Data Lookup|https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/70d90a91-3cf4-2a10-d189-bfd37d9c3231]

dharamveer_gaur2
Active Contributor
0 Kudos

Hi use this blog

dharamveer_gaur2
Active Contributor
0 Kudos

Hi

To Access Directly data from R/3 table, u should use ABAP Mapping or ABAP Proxy.

Former Member
0 Kudos

Hi

There are mainly two ways to do this.... .. a RFC Call which will use a FM to extract the value from R3 and one method is to use a JCO Call.....

You can search for both of these methods on the SDN.

Best Regards,

Sushil Hadge.

Shabarish_Nair
Active Contributor
0 Kudos

if accessing R3, the best way would be to use ABAP proxy since its basically select from some tables you intend to do.