SAP ABAP Function Module CMS_PRODUCT_UNIT_CONVERSION (Conversion of the reported quantity from reported UOM to base UOM)
Hierarchy
BBPCRM (Software Component) BBPCRM
   CRM-CHM-POS (Application Component) Point of Sale
     CMS_BL (Package) Business API's for CMS
Basic Data
Function Module CMS_PRODUCT_UNIT_CONVERSION Conversion of the reported quantity from reported UOM to base UOM  
Function Group CMS_PROD_BL   Product API's for CMS  
Program Name SAPLCMS_PROD_BL    
INCLUDE Name LCMS_PROD_BLU10    
Parameters
Type Parameter Name Typing Associated Type Default value Optional Pass Value Short text
Exporting EV_BASE_UNIT TYPE CMST_QUANTITY_UNIT Unit of measure in which the product is sold
Exporting EV_OUTPUT TYPE CMST_QUANTITY Quantity
Exporting EV_NUMERATOR TYPE CMST_PRC_NUM Numerator for Conversion to the Base Unit of Measure
Exporting EV_DENOMINATOR TYPE CMST_PRC_DEN Denominator for Conversion to the Base Unit of Measure
Importing IV_PRODUCT_ID TYPE CMST_PRODUCT_ID Product
Importing IV_INPUT TYPE CMST_QUANTITY Quantity
Importing IV_UNIT TYPE CMST_QUANTITY_UNIT Unit of measure in which the product is sold
Importing IV_BASE_UNIT TYPE CMST_QUANTITY_UNIT Unit of measure in which the product is sold
Importing IV_LOGICAL_SYSTEM TYPE CMST_LOGICAL_SYSTEM Logical system
Exception CONVERSION_NOT_POSSIBLE TYPE
Exception PRODUCT_NOT_FOUND TYPE
               
Processing Type
Normal Function Module  
Remote-Enabled Module BaseXML supported
Update Module Start immediately
Immediate Start, No Restart
Start Delayed
Coll.run
JAVA Module Callable from ABAP  
Remote-Enabled JAVA Module  
Module Callable from JAVA  
History
Last changed by/on SAP  20040219 
SAP Release Created in 400