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 Name | Description | Visability |
| ADD_COOKIE_FIELD | Private | |
| CALL METHOD if_http_response=>ADD_COOKIE_FIELD...more details | ||
| ADD_MULTIPART | Private | |
| CALL METHOD if_http_response=>ADD_MULTIPART...more details | ||
| APPEND_CDATA | Private | |
| CALL METHOD if_http_response=>APPEND_CDATA...more details | ||
| APPEND_CDATA2 | Private | |
| CALL METHOD if_http_response=>APPEND_CDATA2...more details | ||
| APPEND_DATA | Private | |
| CALL METHOD if_http_response=>APPEND_DATA...more details | ||
| COPY | Copy a Response Object | Public |
| CALL METHOD if_http_response=>COPY...more details | ||
|
| ||
| DELETE_COOKIE | Private | |
| CALL METHOD if_http_response=>DELETE_COOKIE...more details | ||
| DELETE_COOKIE_AT_CLIENT | Deletes the specified cookie at the client side | Public |
| CALL METHOD if_http_response=>DELETE_COOKIE_AT_CLIENT...more details | ||
| DELETE_COOKIE_SECURE | Private | |
| CALL METHOD if_http_response=>DELETE_COOKIE_SECURE...more details | ||
| DELETE_FORM_FIELD | Private | |
| CALL METHOD if_http_response=>DELETE_FORM_FIELD...more details | ||
| DELETE_FORM_FIELD_SECURE | Private | |
| CALL METHOD if_http_response=>DELETE_FORM_FIELD_SECURE...more details | ||
| DELETE_HEADER_FIELD | Private | |
| CALL METHOD if_http_response=>DELETE_HEADER_FIELD...more details | ||
| DELETE_HEADER_FIELD_SECURE | Private | |
| CALL METHOD if_http_response=>DELETE_HEADER_FIELD_SECURE...more details | ||
| FROM_XSTRING | Private | |
| CALL METHOD if_http_response=>FROM_XSTRING...more details | ||
| GET_BODY_DATA | Private | |
| CALL METHOD if_http_response=>GET_BODY_DATA...more details | ||
| GET_CDATA | Private | |
| CALL METHOD if_http_response=>GET_CDATA...more details | ||
| GET_CONTENT_TYPE | Private | |
| CALL METHOD if_http_response=>GET_CONTENT_TYPE...more details | ||
| GET_COOKIE | Private | |
| CALL METHOD if_http_response=>GET_COOKIE...more details | ||
| GET_COOKIES | Private | |
| CALL METHOD if_http_response=>GET_COOKIES...more details | ||
| GET_COOKIE_FIELD | Private | |
| CALL METHOD if_http_response=>GET_COOKIE_FIELD...more details | ||
| GET_DATA | Private | |
| CALL METHOD if_http_response=>GET_DATA...more details | ||
| GET_FORM_FIELD | Private | |
| CALL METHOD if_http_response=>GET_FORM_FIELD...more details | ||
| GET_FORM_FIELDS | Private | |
| CALL METHOD if_http_response=>GET_FORM_FIELDS...more details | ||
| GET_FORM_FIELDS_CS | Private | |
| CALL METHOD if_http_response=>GET_FORM_FIELDS_CS...more details | ||
| GET_FORM_FIELD_CS | Private | |
| CALL METHOD if_http_response=>GET_FORM_FIELD_CS...more details | ||
| GET_HEADER_FIELD | Private | |
| CALL METHOD if_http_response=>GET_HEADER_FIELD...more details | ||
| GET_HEADER_FIELDS | Private | |
| CALL METHOD if_http_response=>GET_HEADER_FIELDS...more details | ||
| GET_LAST_ERROR | Private | |
| CALL METHOD if_http_response=>GET_LAST_ERROR...more details | ||
| GET_MULTIPART | Private | |
| CALL METHOD if_http_response=>GET_MULTIPART...more details | ||
| GET_RAW_MESSAGE | Returns the Entire HTTP Message | Public |
| CALL METHOD if_http_response=>GET_RAW_MESSAGE...more details | ||
| GET_SERIALIZED_MESSAGE_LENGTH | Private | |
| CALL METHOD if_http_response=>GET_SERIALIZED_MESSAGE_LENGTH...more details | ||
| GET_STATUS | Gets the current HTTP status code | Public |
| CALL METHOD if_http_response=>GET_STATUS...more details | ||
| GET_VERSION | Private | |
| CALL METHOD if_http_response=>GET_VERSION...more details | ||
| NUM_MULTIPARTS | Private | |
| CALL METHOD if_http_response=>NUM_MULTIPARTS...more details | ||
| REDIRECT | Redirects the client to the specified URL | Public |
| CALL METHOD if_http_response=>REDIRECT...more details | ||
| SERVER_CACHE_BROWSER_DEPENDENT | Sets browser-dependent HTML in response in the server cache | Public |
| CALL METHOD if_http_response=>SERVER_CACHE_BROWSER_DEPENDENT...more details | ||
| SERVER_CACHE_EXPIRE_ABS | Sets absolute expiry time for this response in server cache | Public |
| CALL METHOD if_http_response=>SERVER_CACHE_EXPIRE_ABS...more details | ||
| SERVER_CACHE_EXPIRE_DEFAULT | Sets the expiry time for this response in server cache | Public |
| CALL METHOD if_http_response=>SERVER_CACHE_EXPIRE_DEFAULT...more details | ||
| SERVER_CACHE_EXPIRE_REL | Sets relative expiry time for this response in server cache | Public |
| CALL METHOD if_http_response=>SERVER_CACHE_EXPIRE_REL...more details | ||
| SET_BODY_DATA | Private | |
| CALL METHOD if_http_response=>SET_BODY_DATA...more details | ||
| SET_CDATA | Private | |
| CALL METHOD if_http_response=>SET_CDATA...more details | ||
| SET_COMPRESSION | Private | |
| CALL METHOD if_http_response=>SET_COMPRESSION...more details | ||
| SET_CONTENT_TYPE | Private | |
| CALL METHOD if_http_response=>SET_CONTENT_TYPE...more details | ||
| SET_COOKIE | Private | |
| CALL METHOD if_http_response=>SET_COOKIE...more details | ||
| SET_DATA | Private | |
| CALL METHOD if_http_response=>SET_DATA...more details | ||
| SET_FORMFIELD_ENCODING | Private | |
| CALL METHOD if_http_response=>SET_FORMFIELD_ENCODING...more details | ||
| SET_FORM_FIELD | Private | |
| CALL METHOD if_http_response=>SET_FORM_FIELD...more details | ||
| SET_FORM_FIELDS | Private | |
| CALL METHOD if_http_response=>SET_FORM_FIELDS...more details | ||
| SET_HEADER_FIELD | Private | |
| CALL METHOD if_http_response=>SET_HEADER_FIELD...more details | ||
| SET_HEADER_FIELDS | Private | |
| CALL METHOD if_http_response=>SET_HEADER_FIELDS...more details | ||
| SET_STATUS | Sets current HTTP status code | Public |
| CALL METHOD if_http_response=>SET_STATUS...more details | ||
| SUPPRESS_CHARSET | Private | |
| CALL METHOD if_http_response=>SUPPRESS_CHARSET...more details | ||
| SUPPRESS_CONTENT_TYPE | Private | |
| CALL METHOD if_http_response=>SUPPRESS_CONTENT_TYPE...more details | ||
| TO_XSTRING | Private | |
| 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.
| Name | Level | Description | Initial Value | Type | Visability |
| CO_COMPRESS_BASED_ON_MIME_TYPE | Instance Attribute | LIKE | Private | ||
| CO_COMPRESS_DISABLED | Instance Attribute | LIKE | Private | ||
| CO_COMPRESS_IN_ALL_CASES | Instance Attribute | LIKE | Private | ||
| CO_COMPRESS_NONE | Instance Attribute | LIKE | Private | ||
| CO_ENCODING_HTML | Instance Attribute | LIKE | Private | ||
| CO_ENCODING_RAW | Instance Attribute | LIKE | Private | ||
| CO_ENCODING_URL | Instance Attribute | LIKE | Private | ||
| CO_ENCODING_WML | Instance Attribute | LIKE | Private | ||
| CO_FORMFIELD_ENCODING_ENCODED | Instance Attribute | LIKE | Private | ||
| CO_FORMFIELD_ENCODING_RAW | Instance Attribute | LIKE | Private | ||
| CO_PROTOCOL_VERSION_1_0 | Instance Attribute | LIKE | Private | ||
| CO_PROTOCOL_VERSION_1_1 | Instance Attribute | LIKE | Private | ||
| CO_REQUEST_METHOD_GET | Instance Attribute | LIKE | Private | ||
| CO_REQUEST_METHOD_POST | Instance Attribute | LIKE | Private | ||
| FORMFIELD_ENCODING | Instance Attribute | LIKE | 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