SAP ABAP Data Element CFB_SCALE_MODEL_CLASS (Name of Scale Model Class)
Hierarchy
SAP_APPL (Software Component) Logistics and Accounting
   PP-PI-CFB (Application Component) Consumer Products for Food & Beverage
     CFB_GENERAL (Package) CFB General (DDIC)
Basic Data
Data Element CFB_SCALE_MODEL_CLASS
Short Description Name of Scale Model Class  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type SEOCLSNAME    
Data Type CHAR   Character String 
Length 30    
Decimal Places 0    
Output Length 30    
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 Class 
Medium 18 Scale Model Class 
Long 20 Scale Model Class 
Heading 30 Scale Model Class 
Documentation

Definition

Controls that the weight measured by a scale is read.

Use

The scale model class is an ABAP class that is specially developed for controlling the selected scale model. The various scale models or scale controllers available on the market usually support different communications protocols. You must therefore implement a specific scale model class for each scale you want to connect that has a specific communications protocol. To standardize the interface to the scale model classes, these scale model classes are created as inheritors of superclass CL_CFB_SCALE_MODEL_SUPER, which defines the required methods.

In Customizing for Scale Connection under Define Scale Control, enter the names of the required scale model classes for the relevant scales. In the standard system, the Goods Receipt: Weigh function then has access to these scales. The scale model class CL_CFB_SCALE_MODEL_OPC_1 is delivered in the SAP standard system. This class supports specific scale models that are controlled using the OPC communications protocol.

Dependencies

Example

History
Last changed by/on SAP  20110901 
SAP Release Created in 606