I know that one can start a new thread by
CALL FUNCTION 'ZTEST_RFC'
STARTING NEW TASK 'ABC'.
but as I am writing a web application in ABAP, it feels so wrong to have my OO handler parse an http call, get the request data, then call an Old Skool function module and then have that FM call again an OO object with all the application logic.
Is there any way to start a new task providing a object & method?