Entering content frame

Function documentation Using Placeholders Locate the document in its SAP Library structure

Use

You can specify path patterns when configuring filters.

You can use the following placeholders when specifying a path pattern:

Placeholders for Path Patterns

Placeholder

Description

/

The filter is applied to all files and folders beneath the specified path.

For example, documents/

/**

As for the specification /, the filter is applied to all files and folders beneath the specified path.

For example, documents/**

/*

The filter is applied to all files and folders within the specified path.

For example, documents/*

?

The question mark replaces a single letter.

For example, documents/p?

 

You can combine placeholders, for example, documents/**/people/a02??/*

 

 

Leaving content frame