SAP ABAP Data Element ESALES_SETTYPECHECKFM (Name of the check function module)
Hierarchy
IS-UT (Software Component) SAP Utilities/Telecommunication
   IS-U-CS-CRM (Application Component) Integration: Customer Relationship Management
     EE_SALES (Package) IS-U Sales Processing
Basic Data
Data Element ESALES_SETTYPECHECKFM
Short Description Name of the check function module  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type FUNCNAME    
Data Type CHAR   Character String 
Length 30    
Decimal Places 0    
Output Length 30    
Value Table TFDIR    
Further Characteristics
Search Help: Name    
Search Help: Parameters    
Parameter ID LIB  
Default Component name    
Change document    
No Input History    
Basic direction is set to LTR    
No BIDI Filtering    
Field Label
  Length  Field Label  
Short 10 Check FM 
Medium 15 Check FM 
Long 20 Check func. module 
Heading 31 Check function module 
Documentation

Definition

This function module does the following:

  • Carries out the input check in a set type
  • Can assign values to the attributes of a set type

This function module is called in the set type assigned to it. It checks the entered attribute values and returns a list of any input errors it has found.

You can also use it to determine attribute values dependent on other attribute values of the set type. This allows you to store object dependencies with the function module.

The interface of the function module must match that of the function module ISU_SALES_SETTYP_CONSUMP_CHECK (Get default values, check entries).

Example

If the value of the attribute 'Move-in date' is from less than three months ago, the attribute 'Annual consumption' should have the value '0'.

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