Start of Content Area

Process documentation Development Locate the document in its SAP Library structure

This section is aimed at developers who want to modify the ICF for their own special requirements. Before you do this, first check whether you can use a standard SAP solution instead. These standard solutions include Structure linkWeb applications with the Business Server Pages (BSP) and SOAP runtime for SAP Web AS. Using a standard solution removes the need for you to size and maintain your own solution.

If you do want to develop a HTTP server, use the following interfaces:

IF_HTTP_SERVER

IF_HTTP_RESPONSE

IF_HTTP_REQUEST

IF_HTTP_EXTENSION

 

If you want to develop a HTTP client, use the following interfaces:

IF_HTTP_CLIENT

IF_HTTP_RESPONSE and IF_HTTP_REQUEST

 

In the following section, you can read more about the HTTP request handler:

HTTP Request Handler

 

End of Content Area