cancel
Showing results for 
Search instead for 
Did you mean: 

Calling SAP FM from java/jsp

Former Member
0 Kudos

To

All Java Developers,

I would like to access an ECC SAP Function Module from a regular JAVA class or a JSP page.

Basically hava jsp or java page which can pass data to a BAPI/FM or read values from it.

How would one go about doing this?

I am aware that with java web dyn pro one can use adaptive RFC model but if one were not to use

web dyn pro what will be the approach?

Any information/code snippets on the above will be highly appreciated?

If you need further details on the above requirement do let me know.

Thanks

Stride

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

To access a FM from a standard Java program (or a JSP) use the sapjco library. You can find it under http : / / service.sap.com/connectors

T00th

Stefan-EA
Contributor
0 Kudos

Hello,

Here is a [blog|https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/10300] [original link is broken] [original link is broken] [original link is broken]; with an example on how to call an RFC from an EJB.

Former Member
0 Kudos