SAP ABAP Data Element MSGVS_V50AGL (Message version for T160M control)
Hierarchy
BBPCRM (Software Component) BBPCRM
   CRM (Application Component) Customer Relationship Management
     CRM_APPLICATION (Package) All CRM Components Without Special Structure Packages
       VL (Package) WS-SHP: General Processing for Shipping
Basic Data
Data Element MSGVS_V50AGL
Short Description Message version for T160M control  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type MSGVS_V50AGL    
Data Type CHAR   Character String 
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  
Medium  
Long  
Heading  
Documentation

In a number of situations that are assigned to certain error messages or notes in the system, the reaction of the system (E, W or I message) can be preset.

The specification of particular work modes:

provides an additional option for differentiation.

Determination of the message type:

The maximum possible message type is predefined by SAP. Therefore, there is only a limited selection of possible message types for some of the error messages.

Maintenance can be generic. An empty entry is always viewed as suitable. When determining the required note type, the system proceeds in such a way that it selects the entry with the highest degree of specialization from amongh the suitable entries in Customizing. In an extreme case, you could enter the following, for example:

Work mode Applic.area Message no. MsgTy.
'L ' ' ' ' ' 'I'

and all controllable error messages would be reset to type "I".

An additional line:

'LD ' ' ' ' ' 'E'

means that in dialog mode all messages are reset to "E".

A further line:

'L ' 'VL ' '062' ' '

would mean that - regardless of which situation - message 062 is never issued since this higher-level message always fits with message number 62. The line is viewed as more specialized than the other lines because it contains an entry that is not ' ' more to the right than the other lines.

Accordingly, it would be possible to set the system so that in reference mode (copy order) message Vl062 would preferably be issued as an error:

'L R' 'VL ' '062' 'E'

In the reference case, this line has priority over the last one since here, too, there is another suitable entry to be found "more to the right" ( the "R").

Example

For work modes 'L R' and 'LDR' (Create delivery items with reference to a preceding document) you can set the system so that an item is created and the system only reacts with a note in the log - if the delivery quantity does not fit the increment from the material master:

Work mode Applic.area Message no. MsgTy.
'L R' 'VL ' '364' 'I'

For work modes 'L ' and 'LD ' (Change or create without reference) you can set the system so that it reacts to the same situation with an error message. A change in the delivery quantities would then be possible if the increment is adhered to:
'L ' 'VL ' '364' 'E'

History
Last changed by/on SAP  19970902 
SAP Release Created in