cancel
Showing results for 
Search instead for 
Did you mean: 

Lookup to R/3 Table in Java Mapping

michael_buchli
Participant
0 Kudos

Hi,

i need to read the content of a table in the r/3 system to process a mapping. To do this i'd like to do a lookup to the r/3 system during the mapping step. The mapping is implemented as a java mapping - NOT udf.

Can anybody give me some advice, where i can find information to this topic. We are using pi 7.0.

thanks in advance

Michael

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

please check:

http://help.sap.com/saphelp_nw04/helpdata/en/cf/406642ea59c753e10000000a1550b0/content.htm

Also please search sdn blogs... you will find lots of required information there, e.g.:

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

/people/morten.wittrock/blog/2006/03/30/wrapping-your-mapping-lookup-api-code-in-easy-to-use-java-classes

Regards,

Kai

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

Please go thru this link using JCO to connect to R/3 and do the look up.

/people/sravya.talanki2/blog/2005/12/21/use-this-crazy-piece-for-any-rfc-mapping-lookups

Thanks,

Arijit guha.

Former Member
0 Kudos

Hi Michael,

Try to use the code mentioned in this blog:

/people/sravya.talanki2/blog/2005/12/21/use-this-crazy-piece-for-any-rfc-mapping-lookups

Regards,

---Satish

former_member187339
Active Contributor
0 Kudos

Hi,

Write the old logic of opening a JCO connection and reading the RFC

Regards

Suraj