cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Hi all

i want to know what is the use of tcode SMICM and SICF how they can be used in XI .what all the possibilities where i can use these tcodes.

0 Likes
View Entire Topic
Former Member
0 Likes

<b>SICF</b>

The ICF provides interfaces that make it possible to use the HTTP connection. The interface IF_HTTP_SERVER models the entire HTTP connection. This interface is used to access the request and the response. The ICF can also be used in a client role. As a client, the ICF can send HTTP requests to other Web servers (such as SAP Web AS, Apache, and IIS).

When you use the SAP system as a server, you require a HTTP request handler. SAP provides these handlers. A HTTP request handler is a program that is identified by a Uniform Resource Locator (URL) and receives HTTP requests that use this URL. The HTTP request handler must receive data sent by a request, process the data, and then generate a response to this HTTP request.

The link between URL and HTTP request handler is storedi in SICF

<b>SMICM</b>

With an add-in installation (Java + ABAP), a Java instance is assigned to an ABAP instance. The Internet Communication Manager (ICM) of the ABAP instance starts

Thanks!!