Show TOC Start of Content Area

Background documentation OBNWsFilter  Locate the document in its SAP Library structure

Defines a filter when calling getImplBOs to retrieve the business objects, operations and operation implementations for the currently authenticated user.

If all of the fields are null, all of the business objects, operations and operation implementations for the currently authenticated user are returned.

Fields

filterBOs

String[]

An array of business object IDs.

filterOps

String[]

An array of operation IDs.

filterAliases

String[]

An array of system aliases for system business objects.

filterNamespaces

String[]

An array of ID prefixes for context business objects.

scopeURLs

String[]

An array of PCD locations of the folders and roles in which to search for operation implementations.

The following is an example context:

   pcd://portal_content/myFolder

 

 

 

End of Content Area