Show TOC Start of Content Area

Background documentation Configuring Available Functions in ICSS  Locate the document in its SAP Library structure

 

In this section, using the Extended Configuration Management (XCM), you determine which function will be started by default and which functions will be made available to ICSS users.

Set Starting Function (component available_functions in XCM)

·        default_function
Description: Indicates which function (FAQ, Solution Search, Request, Installed Base or Product Registration) will be started by default.
Default Value:
FAQ
Value Range:

¡        FAQ

¡        SOLUTION_SEARCH

¡        TRANSACTIONS

¡        INSTALLED_BASE

¡        PRODUCT_REGISTRATION

 

Note

Other values can be added if new functions are developed, but icssStart.jsp must be modified accordingly.

Set Function Availability (Component available_functions in XCM)

The following parameters enable or disable functions.

Parameters for standalone version:

·        faq_enable
Description: Indicates whether the FAQ function is enabled or disabled.
Default Value: 1
Value Range:

¡        1 to enable

¡        0 to disable

Note

Other values can be added if new functions will be developed, but icssStart.jsp and bottom.jsp must be modified accordingly.

 

·        solution_search_enable
Description: Indicates whether the Solution Search function is enabled or disabled.
Default Value: 1
Value Range:

¡        1 to enable

¡        0 to disable

·        transactions_enable
Description: Indicates whether the Request function is enabled or disabled.
Default Value: 1
Value Range:

¡        1 to enable

¡        0 to disable

·        installed_base_enable
Description: Indicates whether the Installed Base function is enabled or disabled.
Default Value: 1
Value Range:

¡        1 to enable

¡        0 to disable

·        product_registration_enable
Description: Indicates whether the Product Registration function is enabled or disabled.
Default Value: 1
Value Range:

¡        1 to enable

¡        0 to disable.

 

End of Content Area