Sapass

 Simplify SAP R/3 development with Excel VBA/VB RFC  
Home> UserExit>QBCK0003



Index

QBCK0003

Customer Functions in SAPLQBCK
This module makes it possible to run an extended check of whether goods issue is allowed or not.
It is called up after the standard checks with the current data.

Parameter:

  • I_CONFIRM_ZG:
    Receipt of quality certificate needs to be confirmed if the value is initial (other value: receipt already confirmed)
  • I_FIRST_GR:
    First goods receipt for a purchase order item
  • I_QMAT_AKTIV:
    QMAT is active for this GR (material requires inspection)
  • I_MSGART_ZG:
    Error type after certificate check ("E","I","W")
  • I_MSG_ZG:
    Error number (<> message no.; see documentation for QBCK_QM_GR_CHECK) after certificate check (0 = o.k.)
  • I_TQ08:
    Current TQ08 record
  • I_TQ04A:
    Current TQ04A record
  • I_QINF:
    Current QINF record
  • I_LFA1:
    Current LFA1 record (vendor)

  • Function/Program:
    • EXIT_SAPLQBCK_003: Enhanced QM Inspections at Goods Receipt

02-Oct-2005