ICF Administration
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.
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.
Various tools are available for error handling and monitoring purposes.
● Logging
● Runtime Analysis
● ICM Monitor
● Message Server Monitor
● Central Monitoring Functions
● Debugging
● Traces
● Parsing URL
● ICF Recorder
You can find out more about administration functions under:
●
Administration of
Server Functions
●
Administration of
Client Functions
●
Error Handling and
Monitoring