cancel
Showing results for 
Search instead for 
Did you mean: 

Accessing HTTP Header fileds in Report of ITS Service

Former Member
0 Kudos

Hi folks,

we implemented a custom application as an internet Serice.

The service in the ICF has set up a transaction via the GUI config parameter ~transaction.

I need to access some HTTP-header fields within the underlying report behind the transcation code.

Does anybody know how to do that?

I could imagine that I somehow need to get the instance of the HTTP-Handler (CL_HTTP_EXT_ITS) of the serice but I don't know if that is accessible in the report.

appreciate your help.

Br

Sebastian

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

That's correct, you will have access to the HTTP headers within the ICF handler. You would have to modifiy the provided one to pass whatever HTTP headers you require as parameters to the transaction. The launched transaction doesn't have access to the ICF handler nor HTTP headers.

Answers (1)

Answers (1)

former_member194364
Active Contributor
0 Kudos

Hello Sebastian,

The following link might be useful for you:

Creating a HTTP Request Handler - Components of SAP Communication Technology - SAP Library

Regards,

Oisin