We use cookie to ensure that we give you best experience on our website. With further use of this website you accept the application of cookies.  mehr...  I agree  reject

Function modules of the BEMACON Scales-Adapter for SAP®

The Scales-Adapter for SAP contains two function modules, which realise the access to the Scales-Dispatcher
resp. calcualte the piece count from the gross weight of the material master file.

Interface Z_GET_WEIGHT (weight determination)

  IMPORTING
     VALUE(I_SCALID)   => scale-ID
     VALUE(I_TWEIGHT)  => tare
     VALUE(I_TUNIT)    => tare unit
  EXPORTING
     VALUE(O_WEIGHT)   => Weight
     VALUE(O_UNIT)     => Weight unit
     VALUE(O_ID)       => weighing number of the Alibi Memory
     VALUE(O_DATA)     => scale communication protocol

Interface Z_GET_QUANTITY (piece count calculation)

  IMPORTING
     VALUE(I_MATNR)    => SAP material nummer
     VALUE(I_SCALID)   => scale-ID
     VALUE(I_TWEIGHT)  => tare
     VALUE(I_TUNIT)    => tare Unit
  EXPORTING
     VALUE(O_QUANTITY) => piece count
     VALUE(O_ID)       => weighing number of the Alibi Memory
     VALUE(O_WEIGHT)   => weight
     VALUE(O_UNIT)     => weight unit
back to Scales-Adapter

SAP®, R/3® and ABAP™ are registered trademarks of SAP AG in Germany and other countries.