Constants
The following constants are implemented in the interface IF_HTTP_CLIENT:
|
Name of Constant |
Meaning |
|
VERSION |
Version of HTTP client (user agent) |
|
CO_DISABLED |
Inactive |
|
CO_EVENT |
Cookie handling: a specially programmed event handler takes control Event EVENTKIND_HANDLE_COOKIE is triggered each time a cookie is to be set. The application must be programmed in such a way that the cookies can be accepted or rejected as required. |
|
CO_PROMPT |
Cookie handling: the HTTP client prompt popup appears, asking whether you want to accept cookies.
In background operation (communication without the SAP GUI) this is not practical; use CO_EVENT instead. |
|
CO_ENABLED |
Active |
|
CO_TIMEOUT_DEFAULT |
Timeout standard value (instance timeout) |
|
CO_TIMEOUT_INFINITE |
No timeout |
|
CO_COMPRESS_BASED_ON_MIME_TYPE |
Compression only for defined MIME types. |
|
CO_COMPRESS_IN_ALL_CASES |
Compression of all documents |
|
CO_COMPRESS_NONE |
No compression |

Compare the list of constants with the current list in transaction SE24.
Related Content
The following content is not part of SAP product documentation. For more information, see the following
disclaimer
.