Start of Content Area

Process documentation Server-Side Development  Locate the document in its SAP Library structure

Purpose

By developing your own service functions, you can adapt the ICF to meet your individual requirements.

On the server side, the HTTP request handler plays a central role. The request handler processes incoming calls in the SAP system (that is, forwards them to the application in question) and sends back the corresponding response data to the client.

Prerequisites

The HTTP request handler must be inserted into a service in which the framework conditions for ICF processing (such as logon procedure, authorizations, security requirements) are configured.

Additional Information

For detailed information about developing the server functions, see.

·        HTTP Request Handler

·        Developing a HTTP Request Handler

·        Creating and Configuring ICF Services

·        Testing the HTTP Request Handler

·        Troubleshooting

·        Performance Measurements

·        Transporting ICF Services

 

End of Content Area