Table of Contents

Version 7.1

Download Version 7.1

Tested SAP B1 versions

  • SAP B1 9.3 PL01 (MSSQL 2012 and HANA 122.05)

Note: Older and newer SAP B1 versions will usually also work, but haven't been specifically tested in this version.

The stored procedures for goods receipt labels have changed:

  • The stored procedure (SP) now only has 1 parameter: SQL = @luid, HANA = p_luid
  • Existing customized stored procedures will need to be adjusted
    • Remove unneeded parameters
    • Data needs to be retrieved from the ASN table (PMX_ASND) or the stock table (PMX_INVT).
      • When the customized SP using the view 'PMX_SSCC_GOODSRECEIPT_LABEL', there is no change in retrieving the data, as this view does this.
    • In doubt, refer to our default SP/label for examples.
  • The report will also need to be changed (Perform verify database) to remove the unneeded parameters.

7.1.1.20

DB version: 622

DB Branch version: 0

7.1.1.39

DB version: 622

DB Branch version: 0

7.1.1.60

DB version: 622

DB Branch version: 0