Show TOC

ConstantsLocate this document in the navigation structure

Definition
Use

The components of the interface IF_HTTP_SERVER have the following constants:

CO_DISABLED and CO_ENABLED are possible values of the attributes STATEFUL and TRANSACTIONAL.

The other constants are the possible values for the attribute AUTHENTICATION_METHOD.

Name of Constant

Meaning

CO_DISABLED

Not active (default setting)

CO_ENABLED

Active

AUTHMETHOD_NONE

No logon

AUTHMETHOD_BASIC

HTTP basic authentication

AUTHMETHOD_SSO

Authentication using Mysapsso2 cookie

AUTHMETHOD_SAP

SAP logon procedure

AUTHMETHOD_SERVICE

Service logon procedure

AUTHMETHOD_FIELD

Logon using form fields or header fields

AUTHMETHOD_RECORDER

Recorder authentication

AUTHMETHOD_CERTIFICATE

Logon using X.509 certificate.

CO_COMPRESS_DISABLED

Documents not compressed

CO_COMPRESS_IN_ALL_CASES

Compression for all documents

CO_COMPRESS_BASED_ON_MIME_TYPE

Compression only for defined MIME types

Note

You can see the current list of constants in transaction SE24.

Note

The logon procedure chosen by the Application Server during authentication depends on the configuration of the corresponding service.

More Information

For information on defining logon procedures in the service, see: