Hi,
I need to log every single url call in the abap stack with a timestamp. I would like to do that by activate an enhancement spot in the very first module that is hit/called on the abap stack.
What is the name of the url-handler that is handling the ICM-calls?
I have used an enhancement spot in cl_http_ext_bsp, but this is too late - there has been already some processing.
I have to do some permanent metering, so it has to be the earliest spot where I can record the time the url hit the abap stack.
Any idea?
Thanks in Advance
Holger