Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How to call ABAP Program or FM out side SAP ( Java)

Former Member
0 Likes
1,194

Hi Experts,

i would like to know how to call ABAP Program or Function modul out side SAP i.e java.

Thanks in Advance,

Murali Krishna k

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
824

Hi Murali

You can call RFC module from Java or any other language.

Either Use JCO.

or

You can also create web service in SAP and call from JAVA if you are have SAP WAS 6.2 or above.

Regards

Naresh

7 REPLIES 7
Read only

Former Member
0 Likes
824

Hi Murali,

You can connect to function modules(Remotely Enabled) or BAPI's from Java program using JCO(java Connector).

The function module then in turn can call the program using

SUBMIT..

Hope that helps.

I shall forward you documents on this if required..

Let me know ur email ID

Regards,

Tanveer.

<b>Please mark helpful answers</b>

Read only

0 Likes
824

Dear...

Anyone knows how to bring an internal table with data through Java connector to SAP.

Read only

0 Likes
824

You can use a function module named RSDRI

Read only

Former Member
0 Likes
825

Hi Murali

You can call RFC module from Java or any other language.

Either Use JCO.

or

You can also create web service in SAP and call from JAVA if you are have SAP WAS 6.2 or above.

Regards

Naresh

Read only

0 Likes
824

look at this weblog..

/people/gregor.wolf3/blog/2004/09/05/access-sap-r3-from-external

Read only

Former Member
0 Likes
824

Hi Murali,

Have a look on below links

www.sapdevelopment.co.uk/java/jco/bapi_jco.pdf

www.persistentsys.com/presentation/ Java_SAP_Integration.pdf

www.erphome.net/pdf/tech/J07.pdf

regards,

ram

Read only

0 Likes
824

Hi,

Pls check the below function calls:

1)CALL FUNCTION func IN UPDATE TASK.

Call a function module in a remote system (Remote Function Call, RFC )

2) CALL FUNCTION func DESTINATION dest.

Asynchronous call to a function module with transactional processing (transactional Remote Function Call).

Regards,

Ram Mohan