2006 Jun 27 10:13 PM
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.
2006 Jun 27 10:23 PM
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
2006 Jun 27 10:23 PM
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
2006 Jun 27 10:33 PM
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.