Show TOC

~icfLocate this document in the navigation structure

Use

Description

To facilitate compatible development in HTMLBusiness for integrated and standalone ITS, you can use the ITS switch ~icf. This switch is set to 1 for SAP Web AS with integrated ITS.

Set by

Do not set. This parameter is automatically set by the ITS.

Values

1

Integrated ITS exists.

Not equal to 1

No integrated ITS exists.

Example

Sample Code
`if (~icf=1)
      <Code for integrated ITS>
else
      <Code standalone ITS>
end`