Entering content frameBackground documentation ~trcIncFileLevel Locate the document in its SAP Library structure

Description

Specifies the nesting level of an included HTMLBusiness file.

If you set the ~trcIncFiles parameter to 1 , the value of ~trcIncFileLevel indicates the nesting level for an included HTML Business file.

The templates subdirectory templates\system\dm of the ITS instance contains two system template files called traceincludestart.html and traceincludeend.html . If ~trcIncFiles is set to 1 , these files are used to display the included file information when a page inclusion starts and ends.

These system template files contain two context values in the parameters:

  • ~trcIncFileName specifies the name of the included file
  • ~trcIncFileLevel specifies the nesting level of the included file

~trcIncFileLevel is useful for formatting the output of traceincludestart.html and traceincludeend.html . If, for example, an included file A itself includes a file B, ~trcIncFileLevel contains the value 0 for file A and 1 file for B.

In the default ITS installation, this is used to indent successive levels of inclusion.

Set by

 

Values

0 - 9

Depends on level of file inclusion.

Example

~trcIncFileLevel     1

Valid from

Release 4.6DC3.

Leaving content frame