SAP ABAP Data Element ISH_SESIGN (IS-H: SIGN Parameter of Range Table)
Hierarchy
BBPCRM (Software Component) BBPCRM
   CRM (Application Component) Customer Relationship Management
     CRM_APPLICATION (Package) All CRM Components Without Special Structure Packages
       NBAS (Package) Appl. development Hospital System master data, catalogs
Basic Data
Data Element ISH_SESIGN
Short Description IS-H: SIGN Parameter of Range Table  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type ISH_SESIGN    
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 SIGN 
Medium 14 SIGN 
Long 20 SIGN 
Heading
Documentation

Definition

In this field, you can only enter "I" and "E".

  • "I" (for "inclusive") means that the individual value or range that you have specified is selected.
  • "E" (for "exclusive") means that the individual value or range that you have specified is excluded from the selection.
  • "I" is the default setting.

Example

1000    5000    BT    I
selects everything between 1000 and 5000.

D    _    EQ    I   
selects exactly D
(selects, for example, all domestic customers).

1000    5000    BT    E
selects everything except the
values between 1000 and 5000.

D    _    EQ    E
selects everything except D
(selects, for example, all foreign customers).

Combination of "I" and "E"

If you specify several values (or ranges) to define a selection criterion and use both "I" and "E", then all values covered by the selection of "I" are always listed first. Subsequently, all values selected by "E" are subtracted from these.

Example

You want to list addresses from the postal code areas 3000 and 6000, but exclude the big cities. The selection could then be like this:

3000    3999    BT    I

6000    6999    BT    I

3+00    _    CP    E

6+00    _    CP    E

First of all, the system selects the entire ranges, afterwards it subtracts from these ranges the values that end in complete hundreds.

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