Start of Content Area

Process documentation ICF Administration  Locate the document in its SAP Library structure

This section describes tasks that are performed by the ICF administrator, with particular focus on configuration and administration of the server and client role. You will also find information here about error handling in ICF.

Process Flow

In the server role, you configure the processing of incoming HTTP requests. The HTTP Request Handler has the task of implementing the application logic called by the request. The HTTP connection is modeled using the IF_HTTP_SERVER interface.

As the client, ICF sends HTTP requests to other web servers. The HTTP connection is modeled using the IF_HTTP_CLIENT interface. An ABAP application program can send requests to the Internet and receive and process responses from the HTTP server.

Periodic Tasks

Various tools are available for error handling and monitoring purposes.

      Logging

      Runtime Analysis

      ICM Monitor

      Message Server Monitor

      Central Monitoring Functions

Event-Driven Tasks

      Debugging

      Traces

      Parsing URL

      ICF Recorder

Additional Information

You can find out more about administration functions under:

      Administration of Server Functions

      Administration of Client Functions

      Error Handling and Monitoring

 

 

 

 

 

End of Content Area