Hi,
How to execute an ABAP code directly within the ABAP code[transport]?
I have to inject the ABAP code in the run-time to transport and has to execute it.
I am not looking for SUBMIT, CALL, PERFORM as this is not solving my use case.
Sample :
ABAPFunction (write:/ 'Hello World')
Thanks
Ashish