SAP IF_HTTP_RESPONSE OO Class - HTTP Framework (iHTTP) HTTP Response









IF_HTTP_RESPONSE is a standard SAP object class available within R/3 SAP systems depending on your version and release level. You can view/maintain the class details by entering its name into the relevant SAP transactions such as SE24, SE80 or even SE84. Below is the documentation available for class IF_HTTP_RESPONSE including details of:

  • Interface class implementations
  • Inheritance details
  • Methods defined within class ( including link to full details )
  • Attributes ( including initial values )
  • Class Events



Method list of IF_HTTP_RESPONSE SAP class


A method is a coding block that performs a certain procedure (i.e. ABAP functionality) on an object within the overall SAP class. In simple terms if the object is an SAP database table a method could be the procedure to add a record or to delete a record. If you are new to OO in many respects, the implementation of a method is similar to a function module and can be called in a very similar way using CALL METHOD. Instead of "CALL FUNCTION", Methods are referenced using the following syntax: CALL METHOD =>methodname EXPORTING/IMPORTING...


Method NameDescriptionVisability
ADD_COOKIE_FIELDPrivate
CALL METHOD if_http_response=>ADD_COOKIE_FIELD...more details

ADD_MULTIPARTPrivate
CALL METHOD if_http_response=>ADD_MULTIPART...more details

APPEND_CDATAPrivate
CALL METHOD if_http_response=>APPEND_CDATA...more details

APPEND_CDATA2Private
CALL METHOD if_http_response=>APPEND_CDATA2...more details

APPEND_DATAPrivate
CALL METHOD if_http_response=>APPEND_DATA...more details

COPYCopy a Response ObjectPublic
CALL METHOD if_http_response=>COPY...more details

DELETE_COOKIEPrivate
CALL METHOD if_http_response=>DELETE_COOKIE...more details

DELETE_COOKIE_AT_CLIENTDeletes the specified cookie at the client sidePublic
CALL METHOD if_http_response=>DELETE_COOKIE_AT_CLIENT...more details

DELETE_COOKIE_SECUREPrivate
CALL METHOD if_http_response=>DELETE_COOKIE_SECURE...more details

DELETE_FORM_FIELDPrivate
CALL METHOD if_http_response=>DELETE_FORM_FIELD...more details

DELETE_FORM_FIELD_SECUREPrivate
CALL METHOD if_http_response=>DELETE_FORM_FIELD_SECURE...more details

DELETE_HEADER_FIELDPrivate
CALL METHOD if_http_response=>DELETE_HEADER_FIELD...more details

DELETE_HEADER_FIELD_SECUREPrivate
CALL METHOD if_http_response=>DELETE_HEADER_FIELD_SECURE...more details

FROM_XSTRINGPrivate
CALL METHOD if_http_response=>FROM_XSTRING...more details

GET_BODY_DATAPrivate
CALL METHOD if_http_response=>GET_BODY_DATA...more details

GET_CDATAPrivate
CALL METHOD if_http_response=>GET_CDATA...more details

GET_CONTENT_TYPEPrivate
CALL METHOD if_http_response=>GET_CONTENT_TYPE...more details

GET_COOKIEPrivate
CALL METHOD if_http_response=>GET_COOKIE...more details

GET_COOKIESPrivate
CALL METHOD if_http_response=>GET_COOKIES...more details

GET_COOKIE_FIELDPrivate
CALL METHOD if_http_response=>GET_COOKIE_FIELD...more details

GET_DATAPrivate
CALL METHOD if_http_response=>GET_DATA...more details

GET_FORM_FIELDPrivate
CALL METHOD if_http_response=>GET_FORM_FIELD...more details

GET_FORM_FIELDSPrivate
CALL METHOD if_http_response=>GET_FORM_FIELDS...more details

GET_FORM_FIELDS_CSPrivate
CALL METHOD if_http_response=>GET_FORM_FIELDS_CS...more details

GET_FORM_FIELD_CSPrivate
CALL METHOD if_http_response=>GET_FORM_FIELD_CS...more details

GET_HEADER_FIELDPrivate
CALL METHOD if_http_response=>GET_HEADER_FIELD...more details

GET_HEADER_FIELDSPrivate
CALL METHOD if_http_response=>GET_HEADER_FIELDS...more details

GET_LAST_ERRORPrivate
CALL METHOD if_http_response=>GET_LAST_ERROR...more details

GET_MULTIPARTPrivate
CALL METHOD if_http_response=>GET_MULTIPART...more details

GET_RAW_MESSAGEReturns the Entire HTTP MessagePublic
CALL METHOD if_http_response=>GET_RAW_MESSAGE...more details

GET_SERIALIZED_MESSAGE_LENGTHPrivate
CALL METHOD if_http_response=>GET_SERIALIZED_MESSAGE_LENGTH...more details

GET_STATUSGets the current HTTP status codePublic
CALL METHOD if_http_response=>GET_STATUS...more details

GET_VERSIONPrivate
CALL METHOD if_http_response=>GET_VERSION...more details

NUM_MULTIPARTSPrivate
CALL METHOD if_http_response=>NUM_MULTIPARTS...more details

REDIRECTRedirects the client to the specified URLPublic
CALL METHOD if_http_response=>REDIRECT...more details

SERVER_CACHE_BROWSER_DEPENDENTSets browser-dependent HTML in response in the server cachePublic
CALL METHOD if_http_response=>SERVER_CACHE_BROWSER_DEPENDENT...more details

SERVER_CACHE_EXPIRE_ABSSets absolute expiry time for this response in server cachePublic
CALL METHOD if_http_response=>SERVER_CACHE_EXPIRE_ABS...more details

SERVER_CACHE_EXPIRE_DEFAULTSets the expiry time for this response in server cachePublic
CALL METHOD if_http_response=>SERVER_CACHE_EXPIRE_DEFAULT...more details

SERVER_CACHE_EXPIRE_RELSets relative expiry time for this response in server cachePublic
CALL METHOD if_http_response=>SERVER_CACHE_EXPIRE_REL...more details

SET_BODY_DATAPrivate
CALL METHOD if_http_response=>SET_BODY_DATA...more details

SET_CDATAPrivate
CALL METHOD if_http_response=>SET_CDATA...more details

SET_COMPRESSIONPrivate
CALL METHOD if_http_response=>SET_COMPRESSION...more details

SET_CONTENT_TYPEPrivate
CALL METHOD if_http_response=>SET_CONTENT_TYPE...more details

SET_COOKIEPrivate
CALL METHOD if_http_response=>SET_COOKIE...more details

SET_DATAPrivate
CALL METHOD if_http_response=>SET_DATA...more details

SET_FORMFIELD_ENCODINGPrivate
CALL METHOD if_http_response=>SET_FORMFIELD_ENCODING...more details

SET_FORM_FIELDPrivate
CALL METHOD if_http_response=>SET_FORM_FIELD...more details

SET_FORM_FIELDSPrivate
CALL METHOD if_http_response=>SET_FORM_FIELDS...more details

SET_HEADER_FIELDPrivate
CALL METHOD if_http_response=>SET_HEADER_FIELD...more details

SET_HEADER_FIELDSPrivate
CALL METHOD if_http_response=>SET_HEADER_FIELDS...more details

SET_STATUSSets current HTTP status codePublic
CALL METHOD if_http_response=>SET_STATUS...more details

SUPPRESS_CHARSETPrivate
CALL METHOD if_http_response=>SUPPRESS_CHARSET...more details

SUPPRESS_CONTENT_TYPEPrivate
CALL METHOD if_http_response=>SUPPRESS_CONTENT_TYPE...more details

TO_XSTRINGPrivate
CALL METHOD if_http_response=>TO_XSTRING...more details



IF_HTTP_RESPONSE attributes

List of attributes within class CL_ABAP_CHAR_UTILITIES. These can be referenced using the following syntax CL_ABAP_CHAR_UTILITIES=>. Although depending on where you are inserting the ABAP code you do need to check if the attribute is public or private.

NameLevelDescriptionInitial ValueTypeVisability
CO_COMPRESS_BASED_ON_MIME_TYPEInstance AttributeLIKE
Private
CO_COMPRESS_DISABLEDInstance AttributeLIKE
Private
CO_COMPRESS_IN_ALL_CASESInstance AttributeLIKE
Private
CO_COMPRESS_NONEInstance AttributeLIKE
Private
CO_ENCODING_HTMLInstance AttributeLIKE
Private
CO_ENCODING_RAWInstance AttributeLIKE
Private
CO_ENCODING_URLInstance AttributeLIKE
Private
CO_ENCODING_WMLInstance AttributeLIKE
Private
CO_FORMFIELD_ENCODING_ENCODEDInstance AttributeLIKE
Private
CO_FORMFIELD_ENCODING_RAWInstance AttributeLIKE
Private
CO_PROTOCOL_VERSION_1_0Instance AttributeLIKE
Private
CO_PROTOCOL_VERSION_1_1Instance AttributeLIKE
Private
CO_REQUEST_METHOD_GETInstance AttributeLIKE
Private
CO_REQUEST_METHOD_POSTInstance AttributeLIKE
Private
FORMFIELD_ENCODINGInstance AttributeLIKE
Private


Links to Related Class(s)

IF_HTTP_...
Full list of available SAP object classes

Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!