ABAP Samples
   
ERP-Scale simplifies the integration of weighing devices with SAP

To use RFC HU_GET_RFC_DATA from your own ABAP's, there are two steps.
  1. If you have defined packing station profiles in customising (transaction HUPAST_C), then you can use the function module read_packstation to determine the profile based on the hostname of the user's PC
  2. Use the RFC call HU_GET_RFC_DATA in conjunction with ERP-Scale to determine the current weight from the serial device

Determine Packing station profile based on hostname of user's PC

Call to RFC function HU_GET_RFC_DATA

Complete example