cancel
Showing results for 
Search instead for 
Did you mean: 

Calling FM in external system from XSLT

Former Member
0 Kudos

Hi,

I know that in XSLT interpreter provided by SAP supports calling function modules.

I need to call FM in external system from XSLT in message mapping and its result insert into one of element result XML message.

Do you think it is possible ?

If so is available any documentation for that.

Any help is appreciated.

Thank you.

Marian Morzol

Accepted Solutions (1)

Accepted Solutions (1)

moorthy
Active Contributor
0 Kudos

Hi,

You can even call FM from XSLT mapping via JCO Connection thru Java Function.

Just go thru this help for more-

http://help.sap.com/saphelp_nw2004s/helpdata/en/55/7ef3003fc411d6b1f700508b5d5211/frameset.htm

/people/pooja.pandey/blog/2005/06/27/xslt-mapping-with-java-enhancement-for-beginners

Hope this helps,

Regards,

Moorthy

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Marian,

Do you need to call SAP RFC?. If yes then you can use this as an example

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/05a3d62e-0a01-0010-14bc-adc...

Regards

Vijaya

Former Member
0 Kudos

Hi Vijaya,

this is very helpfull document for me. However I need some other explanation.

Does it meen that I need to write "Helper java class" ( e.g. in text editor - Notepad) and deploy the source to to Entegration Engine directory or an Adapter Directory ( maybe using Visual Administrator).

It is not clear for me.

I have XI 3.0 running on Windows 2003 Professional so to copy some files to some folders should not be a problem but I need an exact guide what I have to do.

Thank you.

Marian