SAP ABAP Data Element S_PCO_QUERY_MASK_TYPE (PCo: Type of PCo Query Masking)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-SRV-PCO (Application Component) Plant Connectivity (Pco): ABAP part
     S_PCO (Package) Plant Connectivity: Business Suite Integration (ABAP Part)
Basic Data
Data Element S_PCO_QUERY_MASK_TYPE
Short Description PCo: Type of PCo Query Masking  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type S_PCO_QUERY_MASK_TYPE    
Data Type CHAR   Character String 
Length 10    
Decimal Places 0    
Output Length 10    
Value Table      
Further Characteristics
Search Help: Name    
Search Help: Parameters    
Parameter ID   
Default Component name    
Change document    
No Input History    
Basic direction is set to LTR    
No BIDI Filtering    
Field Label
  Length  Field Label  
Short 10 Masking 
Medium 15 Masking 
Long 20 Masking 
Heading 15 Masking 
Documentation

Definition

Indicates the type of filter used by a PCo query to determine specific tags. The corresponding value of the filter type must be passed on to PCo as an element to the query, together with the filter value.

Use

PCo enables you to restrict the number of hits in searches for tags in the namespace of the data source by means of a filter. PCo offers three types of filters:

  • Native filter of data source (NATIVE), very perfomance-intensive
  • Regex filter (regular expression) (REGEX)
  • Legacy filter (LEGACY)

Individual filter types are used depending on the cache mode of the respective agent. For information on the filter types supported by a PCo agent, call method IF_PCO_PAC~GET_AGENT_FEATURES which is impemented in class CL_PCO_PAC.

Dependencies

Example

History
Last changed by/on SAP  20110908 
SAP Release Created in 703