Start of Content Area

Background documentation ~icf  Locate the document in its SAP Library structure

 

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 explicitly. This parameter is set automatically by the ITS.

Values

1

Integrated ITS exists

All others

No integrated ITS exists

Example

`if (~icf=1)

   <Code for the integrated ITS>

else

   <Code for the standalone ITS>

end`

Valid as of

6.40

 

 

 

End of Content Area