SAP ABAP Data Element INV_CHECK_GRPA (Check Group After Data is Copied)
Hierarchy
IS-UT (Software Component) SAP Utilities/Telecommunication
   IS-U-IDE (Application Component) Intercompany Data Exchange
     EE_INVOICE_RECEIPT (Package) Bill Receipt Checks
Basic Data
Data Element INV_CHECK_GRPA
Short Description Check Group After Data is Copied  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type INV_PROCESS    
Data Type NUMC   Character string with only digits 
Length 8    
Decimal Places 0    
Output Length 8    
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 CGrpAftCpy 
Medium 15 ChckGrpAfterCpy 
Long 20 ChckGrp After Copy 
Heading 20 ChckGrp After Copy 
Documentation

Definition

The check group groups together checks that are relevant for a document.The checks are performed in the specified order.

Each check within the check group results in a status. The status that results from all of the individual statuses is determined as follows:

  1. If one check ends with the status 'Error', the resulting status is 'Error'
  2. If one check ends with the status 'Warning', the resulting status is 'Warning'
  3. If one check ends with the status 'Release Manually', the resulting status is 'Release Manually'
  4. If all checks end with the status 'OK', the resulting status is 'OK'

You can override the resulting status for each check group.

Use

The check group has two uses:

  • Checks before the additional information in the document is copied

    This refers to checks that are necessary to ensure that it is permitted to copy the additional data.

  • Checks after the additional information in the document is copied

    The actual check takes place after the information has been copied or in the event that it was not necessary to copy the information.

Dependencies

Example

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