cancel
Showing results for 
Search instead for 
Did you mean: 

Accessing HTTP Header fileds in Report of ITS Service

Former Member
0 Kudos

Hello,

I have a similar Problem. I implemented a custom HTTP-Handler and added it to my service.

The first time I access the application my custom HTTP-Handler gets called and everything works fine.

But when I call it again the HTTP-Handler doesn’t get called. 

Regards,

Philipp

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

The method HANDLE_REQUEST( ) of the interface IF_HTTP_EXTENSION gets called for each request. Does your class implement the method? What kind of ITS service are we talking about?

Former Member
0 Kudos

The ITS service set up a transaction via the GUI config parameters ~TRANSACTION and ~OKCODE.

It uses the CL_HTTP_EXT_ITS Handler and my custom Handler.

On the end of the HANDLE_REQUEST Methode of my custom Handler I set

if_http_extension~flow_rc = if_http_extension=>co_flow_ok_others_mand.