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

java desde abap

Former Member
0 Likes
520

Alguien me puede ayudar en decirme con que metodo o como puedo llamar una función de java desde la programacion ABAP ya que necesito enviar dos strings y que me regrese un tercero.

1 ACCEPTED SOLUTION
Read only

former_member181966
Active Contributor
0 Likes
458

He`s asking this

Someone can help me in telling me with which metodo or as I can call a function of java since the programacion ABAP since I need to send two strings and that return me a third.

http://ets.freetranslation.com/

Thanks

Saquib

2 REPLIES 2
Read only

former_member181966
Active Contributor
0 Likes
459

He`s asking this

Someone can help me in telling me with which metodo or as I can call a function of java since the programacion ABAP since I need to send two strings and that return me a third.

http://ets.freetranslation.com/

Thanks

Saquib

Read only

0 Likes
458

Are there functions in Java? That's a news for me. Java contains classes, interface and methods to call but not functions.

Anyways complied Jave programs can be called using command line and parameters can also be passed to it. Therefore a batch file can be made at operating system level to have these commands. From SAP, a

function module CALL FUNCTION 'RFC_REMOTE_PIPE'

DESTINATION 'SERVER_EXEC'

can be used to execute this batch file.