cancel
Showing results for 
Search instead for 
Did you mean: 

TCode SICF and SMICM

Former Member
0 Kudos

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.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

smicm -> J2EE administration

SICF -> http server configuration

regards

pratibha

Former Member
0 Kudos

can you please give some descripte answer.....regarding how these tcode will be used.

Answers (4)

Answers (4)

Former Member
0 Kudos

solved

aashish_sinha
Active Contributor
0 Kudos

Hi,

SICF : Creating and Administrating HTTP Services and Virtual Hosts for HTTP Communication using the Internet Communication Framework (ICF). It allows incoming requests to be assigned to different handlers, depending on their URLs. The handlers then generate appropriate responses, which are sent to the client.

SMICM : ICM Monitor. You can monitor the web services in the SAP System. Also You can use it for Start/Stop the Adapter and HTTP from this code.

regards

Aashish Sinha

PS : Reward points if Helpful

Former Member
0 Kudos

<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!!

Former Member
0 Kudos