cancel
Showing results for 
Search instead for 
Did you mean: 

Calling ABAP from Java\Python

Former Member
0 Kudos

Hello,

My client has 1000 ABAP programs and he wants to call them from Java\Python.

In order to automate this, the recomended way I found so far is to wrap ABAP into RFC\BAPIs and use JCo\JCA to invoke them.

Is there any other option? If not, what is the fastest way to wrap all the 1000 ABAP programs into BAPIs?

Thank you,

Lucian

Accepted Solutions (0)

Answers (1)

Answers (1)

vikas2
Active Participant
0 Kudos

You can create some kind of a generic function module and use RTTI to populate parameters of these dynamically .

This RFC enabled FM can then be called via JCO etc.