SAP IF_CLB_HTTP_CONNECTOR OO Class - SAIL: Client Facade









IF_CLB_HTTP_CONNECTOR 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_CLB_HTTP_CONNECTOR 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_CLB_HTTP_CONNECTOR 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_COOKIEAdd a cookiePublic
CALL METHOD if_clb_http_connector=>ADD_COOKIE...more details

ADD_FORM_FIELDAdd a form fieldPublic
CALL METHOD if_clb_http_connector=>ADD_FORM_FIELD...more details

ADD_HEADER_FIELDAdd a header fieldPublic
CALL METHOD if_clb_http_connector=>ADD_HEADER_FIELD...more details

CLOSEClose the channelPublic
CALL METHOD if_clb_http_connector=>CLOSE...more details

CREATE_ABS_URLCreate the URL as HTTP client would with the current dataPublic
CALL METHOD if_clb_http_connector=>CREATE_ABS_URL...more details

EXECUTEExecute the callPublic
CALL METHOD if_clb_http_connector=>EXECUTE...more details

EXECUTE_RECEIVEReceive the result from the HTTP clinetPublic
CALL METHOD if_clb_http_connector=>EXECUTE_RECEIVE...more details

EXECUTE_SENDSend the request to the targetPublic
CALL METHOD if_clb_http_connector=>EXECUTE_SEND...more details

GET_CLIENTGet the underlying HTTP client (when initialized)Public
CALL METHOD if_clb_http_connector=>GET_CLIENT...more details

GET_LAST_ERRORGet the (HTTP) return code of the last callPublic
CALL METHOD if_clb_http_connector=>GET_LAST_ERROR...more details

GET_LAST_ERROR_MSGGet a descriptive error messagePublic
CALL METHOD if_clb_http_connector=>GET_LAST_ERROR_MSG...more details

GET_RESULTGet the result data of the callPublic
CALL METHOD if_clb_http_connector=>GET_RESULT...more details

GET_URLGet the target URlPublic
CALL METHOD if_clb_http_connector=>GET_URL...more details

SET_CLIENTSet the underlying HTTP clientPublic
CALL METHOD if_clb_http_connector=>SET_CLIENT...more details

SET_CONNECTION_DATASet information for firewall accessPublic
CALL METHOD if_clb_http_connector=>SET_CONNECTION_DATA...more details

SET_DATASet data into the clientPublic
CALL METHOD if_clb_http_connector=>SET_DATA...more details

SET_OAUTH_BODYSet the body for oAuth w/ SAMLResponsePublic
CALL METHOD if_clb_http_connector=>SET_OAUTH_BODY...more details

SET_OAUTH_HEADER_PARAMSSet the parameters for the oAuth headerPublic
CALL METHOD if_clb_http_connector=>SET_OAUTH_HEADER_PARAMS...more details



IF_CLB_HTTP_CONNECTOR 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
GC_HTTP_HEADER_FIELDConstanthttp Header FieldsLIKE
Public


Links to Related Class(s)

IF_CLB_H...
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!