Skip to Content
0
Former Member
Jul 25, 2016 at 12:06 PM

How to execute an ABAP dynamically?

516 Views

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