SAP ABAP IMG Activity /SPE/CVAL01_EWM (Define Validation Routines)
Hierarchy
SAP_APPL (Software Component) Logistics and Accounting
   LE-IEW (Application Component) Extended Warehouse Management Integration
     /SPE/IMG_IEW (Package) IMG Activities Related to ERP-EWM Integration
IMG Activity
ID /SPE/CVAL01_EWM Define Validation Routines  
Transaction Code /SPE/23000702   (empty) 
Created on 20060830    
Customizing Attributes /SPE/CVAL01_EWM   Define Validation Routines 
Customizing Activity /SPE/CVAL01_EWM   Define Validation Routines 
Document
Document Class SIMG   Hypertext: Object Class - Class to which a document belongs.
Document Name /SPE/CVAL01_EWM    

Use

In this IMG activity, you can define validation routines. Each validation routine is intended to perform a single business check on an inbound delivery document. The business check confirms the correctness of the data received, for example, whether the material reported is valid or not.

N.B.:

Validation routines are assigned to validation profiles. See: Maintain Validation Profiles

The system determines the validation profile and required field set to be used on an inbound delivery document in addition to the standard base business checks to be performed. This determination is based on Inbound Action and System Type. See:

Maintain Validation Profile and Required Fieldset Determination

See also:

Maintain Required Field Set

Requirements

Standard settings

Standard validation routines and profiles that perform standard business checks on the inbound delivery document are provided. You can access the standard validation routines in this activity and also create new ones.

Activities

  1. Examine the business checks available in the standard validation routines delivered by SAP.

    To do this, select the validation routine you want to examine and choose Information; or choose Source Code.

  2. If business checks contained in these are insufficient, you can create new validation routines for your unique requirements.

    To do this:

    1. Enter a validation routine number from the customer namespace 601-999 (000-600 namespace is reserved for SAP) and specify a meaningful description for the validation routine.
    2. Select the validation routine and enter the source code for the validation routine.

The following program objects provide useful information to the developers to perform business checks on an inbound delivery document:

Interface reference object OR_VAL_SERVICE of reference type /SPE/IF_ASN_VALIDATION_SERVICE

The interface methods of this object, as implemented in the default implementation /SPE/CL_VALIDATE_ASN delivered by SAP, encapsulate the business checks that are performed against the inbound delivery document.

ASN data object OR_ASN_DATA of reference type /SPE/IF_ID_HANDLING

This interface reference object contains the business data related to inbound delivery document that is currently being processed. The business checks are performed against the business data contained in this interface reference object.

Example

Business Attributes
ASAP Roadmap ID 105   Define functions and processes 
Mandatory / Optional 1   Mandatory activity 
Critical / Non-Critical 1   Critical 
Country-Dependency A   Valid for all countries 
Assigned Application Components
Documentation Object Class Documentation Object Name Current line number Application Component Application Component Name
SIMG /SPE/CVAL01_EWM 0 PR00000023 Inbound Process 
Maintenance Objects
Maintenance object type C   Customizing Object 
Assigned objects
Customizing Object Object Type Transaction Code Sub-object Do not Summarize Skip Subset Dialog Box Description for multiple selections
TFRM L - Logical transport object /SPE/CVAL01  
History
Last changed by/on SAP  20061221 
SAP Release Created in 700