Hi all,
I want to call an external program out of an ABAP program. I want to pass an internal table or a string (ABAP type STRING) to the external program and I want to get back an internal table or a string that the external program has modified or converted.
I don't know at the moment what kind of external program it is, not to mention in which programming language it is written. I hope this doesn't matter.
What solutions are there? It should be a very flexible solution (i.e. platform independant)?
Regards
Frank
Hi.
Depending what you want to do with this external program and the language it is written, i think you must to read information in this links:
https://www.sdn.sap.com/sdn/developerareas/netweaver.sdn?page=Getting_Start_ICC.htm
http://help.sap.com/saphelp_46c/helpdata/es/72/90fd343603c95ee10000009b38f844/frameset.htm
It's not easy to say "i'll make an external SAP program and call it from my abap program exporting this data and importing this other". You must to follow some technical steps and standars rules.
hope it'll help you.
Add a comment