SAP ABAP Data Element NA_VERMO_NEW (Processing Mode)
Hierarchy
BBPCRM (Software Component) BBPCRM
   CRM (Application Component) Customer Relationship Management
     CRM_APPLICATION (Package) All CRM Components Without Special Structure Packages
       VN (Package) Application development output control
Basic Data
Data Element NA_VERMO_NEW
Short Description Processing Mode  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type NA_VERMO_NEW    
Data Type NUMC   Character string with only digits 
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 Mode 
Medium 20 Processing Mode 
Long 25 Processing Mode 
Heading 25 Processing Mode 
Documentation

Definition

Indicator that determines the status and send times of the messages to be selected.

Use

  • In first processing, only messages with status 0 and send time 3 are taken into account.
  • In repeat processing, a message is only selected if it has status 1 or 2 - irrespective of its send time.
    For messages of the same type that only differ in their times of creation, only the most recently created message is taken into account.
  • In error processing, only messages that have status 2 are taken into account - irrepective of their send time.
    • Error Processing (All): All messages with errors are selected, regardless of whether the message was aready successfully processed at a later point in time.
    • Error Processing (Only New Messages): Messages with errors are selected. However, messages with errors that were successfully processed at a later point in time are not taken into account.

Possible Status Values

0 (not yet processed)

1 (processed without errors)

2 (processed with errors)

Possible Send Time Values

1 (next processing run)

2 (specified time)

3 (explicit request)

4 (immediate processing)

Example

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