SAP ABAP Data Element REMOVED ([JBP] Status Indicator: MR Result Suppressed)
Hierarchy
IS-UT (Software Component) SAP Utilities/Telecommunication
   IS-U-BI (Application Component) Contract Billing
     EE20_JBP (Package) IS-U: Japanese Billing Preriod
Basic Data
Data Element REMOVED
Short Description [JBP] Status Indicator: MR Result Suppressed  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type REMOVED    
Data Type CHAR   Character String 
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 [J]Obselet 
Medium 15 [JBP] Obselete 
Long 20 [JBP] Obselete 
Heading 10 [J]Obselet 
Documentation

Definition

If more that one meter reading occurs on a given day, this may cause a conflict. The conflict solution function offers the following operations to suppress a meter reading result:

  • RM(Z1 -> Z2;'')
  • RM(Z1 -> Z2; Z1)

The suppressed meter reading result Z1 is marked so that it can be distinguished from normal meter readings.

Use

Dependencies

Example

Concrete examples of these operations are:

  1. RM( F->C, F )     Use C with meter reading reason+value of F
  2. RM( F->Cd, F )     Use Cd with meter reading reason+value of F
  3. RM( F->Cr, F )     Use Cr with meter reading reason+value of F
  4. RM( F->R, F )     Use R with meter reading reason+value of F
  5. RM( P->C, ' ' )     Use C with meter reading reason P
  6. RM( P->Cd, ' ' )     Use Cd with meter reading reason P
  7. RM( P->Cr, ' ' )     Use Cr with meter reading reason P
  8. RM( P->R, ' ' )     Use R with meter reading reason P

In cases 1 to 4, final meter reading F is marked as suppressed, and in 5 to 8 periodic meter reading P.

F and P are now irrelevant to meter reading and billing, since the meter reading reason and meter reading on which billing is based were already transferred to the target meter readings, C, Cd, Cr and R.

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