SAP ABAP Data Element /UI2/NWBC_CFG_PATH_FILTER (NWBC Configuration Table: Path Filter)
Hierarchy
SAP_UI (Software Component) User Interface Technology
   CA-UI2-INT-BE (Application Component) Backend Enablement
     /UI2/NWBC_CFG (Package) NetWeaver Business Client - Configuration
Basic Data
Data Element /UI2/NWBC_CFG_PATH_FILTER
Short Description NWBC Configuration Table: Path Filter  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type /UI2/NWBC_CFG_PATH_FILTER    
Data Type CHAR   Character String 
Length 80    
Decimal Places 0    
Output Length 80    
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 Filter 
Medium 20 Filter 
Long 30 Path Filter 
Heading 30 Path Filter 
Documentation

Definition

Contains either a cockpit name or a role name for restricting the validity of the parameter and its value.

Use

Normally this field is empty.

If you work with a cockpit or a special role, you can assign a parameter value that is only valid for this cockpit or special role.

If this field contains only the wildcard character *, the assigned value is used for all cockpits and roles that do not define an explicit value of their own.

Dependencies

Example

Path Filter    Parameter Name    Value

    LOGOFF_URL    http://www.sap.com

    THEME_NAME    sap_corbu

*    WELCOME_MESSAGE    Hello World!

MY_COCKPIT    THEME_NAME    my_theme

MY_COCKPIT    WELCOME_MESSAGE    You are using MY_COCKPIT

MY_ROLE    THEME_NAME    sap_corbu

When you access the example table without any path filter, you get the following result:

LOGOFF_URL = http://www.sap.com
THEME_NAME = sap_corbu
WELCOME_MESSAGE = Hello World!

When you access the example table with the path filter MY_COCKPIT, you get the following result:

THEME_NAME = my_theme
WELCOME_MESSAGE = You are using MY_COCKPIT

When you access the example table with the path filter MY_ROLE, you get the following result:

THEME_NAME = sap_corbu
WELCOME_MESSAGE = Hello World!

History
Last changed by/on SAP  20130604 
SAP Release Created in 100