cancel
Showing results for 
Search instead for 
Did you mean: 

Call ABAP FM from XI Java mapping

Former Member
0 Kudos

Can you please provide me some documentation on how to make a call to ABAP function module from Java mapping.

Basically this would be a RFC lookup from Java mapping.

Any recomendations on which one is a standard approach among ABAP Mapping vs JAVA mapping within XI.

Your responses are appreciated.

TNV

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Michael / Bhavesh ,

I am also in need of value mapping approach in XI which involves calling ABAP function module from User Defined Functions whose coding is done in JAVA.

The requested resource link put in this thread doesnot fetch any reference material.

Pl look into it or provide me the material on : sarang.kahu@lntinfotech.com

Regards,

Sarang

MichalKrawczyk
Active Contributor
0 Kudos
Former Member
0 Kudos

That is good information Micheal on using RFC call from user defined function within graphical mapping.

I am more looking into using RFC call from java mapping.

Any recomendation is appreciated.

Thanks,

TNV

bhavesh_kantilal
Active Contributor
0 Kudos

Hi TNV,

<i>I am more looking into using RFC call from java mapping.</i>

The article by Michal can be used to make the RFC lookup not only from an User Defined Function but also from a java mapping.

You can write any piece of java code inside the EXECUTE() method of your Java Mapping including the RFC Lookup API code in michal's article.

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/xi/xi-code-samples...

Regards.

Bhavesh