SAP ABAP Data Element WCB_CHECK_CLASS (Condition Contract: Class for Checks)
Hierarchy
EA-GLTRADE (Software Component) SAP Enterprise Extension Global Trade
   LO-GT-CHB (Application Component) Chargeback
     WCB_CC_PERS (Package) Condition Contract Persistence Layer
Basic Data
Data Element WCB_CHECK_CLASS
Short Description Condition Contract: Class for Checks  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type SEOCLSNAME    
Data Type CHAR   Character String 
Length 30    
Decimal Places 0    
Output Length 30    
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 CheckClass 
Medium 15 Check Class 
Long 20 Check Class 
Heading 10 CheckClass 
Documentation

Definition

A check class is used as an interface for performing checks on fields that are changed when processing a condition contract. Depending on the tables to which the fields to be checked belong, the check class must implement different interfaces:

  • For checks on fields in tables WCOCOH and WCOCOI, you must implement interface IF_WCB_TABLE_CHECK.
  • For checks on field chains in tables WCOCOH and WCOCOI, you must implement interface IF_WCB_CHAIN_CHECK.
  • For checks on fields in the condition tables (KONH, KOMG, KONP and CONDSCALE), you must implement interface IF_WCB_COND_TABLE_CHECK.
  • For checks on field chains in condition tables (KONH, KOMG, KONP and CONDSCALE), you must implement interfaceIF_WCB_CHAIN_COND_CHECK.

Use

In Customizing for the condition contract, you can define additional checks for the fields maintained in the condition contract.

Dependencies

Example

History
Last changed by/on SAP  20110901 
SAP Release Created in 600