Start of Content Area

Object documentation Authorization Object S_ICF Locate the document in its SAP Library structure

Definition

This object includes authorization checks for using services in the Internet Communication Framework (SICF), for calling remote function modules through an RFC destination (SM59), and for configuring proxy settings (SICF).

Defined Fields

This authorization object contains the following fields and values:

Structure of Authorization Object ICF

Field

Meaning

Value

Meaning

ICF_FIELD

Type of the object that is being protected

SERVICE

 

This value protects client-side calls of services in the Internet Communication Framework.

DEST

 

This value protects remote calls of function modules on the client side.

PROXY

 

This values protects the editing of proxy settings.

ICF_VALUE

Check value for target object (service, destination,…)

<Any literal>

(for example ’CHECK1’)

The chosen value must match the value entered in the corresponding ICF services (transaction SICF), in the proxy configuration (transaction SICF), or in the required destinations (transaction SM59).

Note

You use ICF_FIELD to determine the function or functions that you want to protect with the authorization object. ICF_VALUE contains your chosen check values, which must match the values entered in the corresponding target object (service, destination,...). 

Further Information

·        Structure linkAuthorizations for Using ICF Services

·        Structure linkAuthorizations for the Proxy Configuration

For information about how to use the authorization object S_ICF to control access to RFC destinations by client, see the following:

·        Controlling Access to RFC Destinations

 

End of Content Area