SAP ABAP Data Element IGN_SEARCH_CRIT_REQUIRED (Behavior of Search If Values Are Missing)
Hierarchy
INSURANCE (Software Component) SAP Insurance
   FS-CM (Application Component) Claims Management
     IGN_SEARCH_API (Package) Search API
Basic Data
Data Element IGN_SEARCH_CRIT_REQUIRED
Short Description Behavior of Search If Values Are Missing  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type IGN_SEARCH_CRIT_REQUIRED    
Data Type CHAR   Character String 
Length 1    
Decimal Places 0    
Output Length 1    
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 Behavior 
Medium 15 Behavior 
Long 20 Behavior of Search 
Heading 20 Behavior of Search 
Documentation

Definition

Defines the behavior in a Search Framework search if no value has been entered as search criterion when the search is started.

Use

Before a search is started, the system checks whether values exist for all the search criteria.

  • If this is the case, these are used to restrict the hit list.
  • If no value exists for a search criterion, you use the setting in this field to control how the search should behave in the search framework.

The following settings are possible:

  • Ignore search criterion:

    The search criterion is ignored, in other words, it is not used to restrict the hit list.

  • Read default value:

    The search framework tries to read the default value for this search criterion in the customizing settings. The following conditions apply:

    • If the system finds default values, these are considered in the search.
    • If no default values have been defined in customizing, the search criterion is ignored.
  • Skip search:

    The search framework skips the search. With search sequences, the search framework then continues with the next search.

  • End search with exception:

    The search framework triggers exception CX_IGN_SRCH_CRITERIA_MISSING.

    This gives the caller the control over the search framework. The user is prompted to enter the missing values for the search criterion.

Dependencies

Example

History
Last changed by/on SAP  20050224 
SAP Release Created in 472