cancel
Showing results for 
Search instead for 
Did you mean: 

SAP issue , while creating a Service PO through IDOC

0 Kudos

Hello,

Hello,

SAP issue , while creating a Service PO through IDOC using a function module error "Vendor's or manufacturer's QA system inadequate". The quality info record is maintenance for this vendor correctly even then facing this Error . Please help.

SAP MESSAGE NO : 06873

Accepted Solutions (0)

Answers (1)

Answers (1)

JL23
Active Contributor
0 Kudos

The values entered in the PO and of course in the vendor master have to match with your specified requirements from the quality info record.

The check is solely done in function module QBCK_QM_SYSTEMS_COMPARE, see below the parameters that are used in the call and compare if your Q-info record matches with the values that are available for the parameters in this call.

CALL FUNCTION 'QBCK_QM_SYSTEMS_COMPARE'
EXPORTING
i_lifnr = lfa1-lifnr
i_matnr = ekpo-matnr
i_qssys_i = lfa1-qssys
i_qssys_s = mt06e-qssys
i_werk = mtcom-werks
i_revlv = ekpo-revlv
i_ematnr = ekpo-ematn
i_herst = ekpo-mfrnr
i_stat17 = tmppf-mpqin
i_qssysdat_vendor = lfa1-qssysdat
i_date = date