cancel
Showing results for 
Search instead for 
Did you mean: 

Creating Quality Notification via BAPI

Former Member
0 Kudos
4,052

I am attempting to create a quality notification using BAPI_QUALNOT_CREATE but am running into an issue. I need the ability to link the inspection lot number to the quality notification but I do not see a field for inspection lot in any of the BAPI segments. When i record results using defect codes in SAP, the quality notification that is created has the inspection lot linked to it (in the reference object tab). As there another field within the BAPI that i can use to pass the inspection lot number??

Thanks in advance...

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member

Hi,

I've got the same issue, but all of these bapi's can be used for quality notifications:

BAPI_QUALNOT_SAVE

BAPI_QUALNOT_MODIFY_DATA

BAPI_QNOTIFICAT_CREATE

BAPI_QUALNOT_ADD_DATA

Regards,

shital_lohar
Explorer
0 Kudos

Yes, I achieved my goal using the following function modules in sequence to create quality notifications and update catalog details:(create and modify FM need extra wait time)

  • BAPI_QNOTIFICAT_CREATE
  • BAPI_QUALNOT_MODIFY_DATA
  • BAPI_QUALNOT_SAVE
  • BAPI_TRANSACTION_COMMIT
Former Member
0 Kudos

Try FM QFFE_DEFECT_ITEM_GENER_SINGLE

Former Member
0 Kudos

Brock,

Thanks for the response. I have attempted to use the FM you suggested but still am not having much luck. After I feed the required data to the FM, I am prompted with the error message u201CNo quality notification type maintained for inspection lot type.u201D However in SPRO, under Quality Management -> Quality Inspection -> Inspection Lot Creation -> Maintain Inspection Types, the notification type is defined for each of the inspection types I am using. Is there any additional configuration I may be missing? Thanks againu2026

Harm

Former Member
0 Kudos

Hi All,

I am with the same issue. Could please anyone help us?

Regards,

Rogério Reis