cancel
Showing results for 
Search instead for 
Did you mean: 

Create quality notification in transaction PLMD_AUDIT on button corrective and preventive action

former_member147380
Participant

Hi,

I have a requirement to call created quality notification QM01 from transaction PLMD_AUDIT when corrective and preventive action button is clicked from the question list. And also notification number should be displayed in action field.

Document flow in quality notification should show linking between quality notification and Audit.

Please suggest me the enhancements or BADIs available to achieve this.

Thanks,

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member198406
Contributor

Hi Deepa,

You can use BADI : PLM_AUDIT_ACT_LINK.

You need to use the method GET_CREATE_MENU to create menu for corrective action (this will allow you to get menu on right click on CAPA from PLMD_AUDIT)

Then you need to Use another method to create object CREATE_OBJECT which creates a notification. Notification business object type is BUS2078.

Also, Run transaction SE18 >> put BADI name and click on display to display the BADI >> then click on menu Go to >> Sample Code >> Display (see the screenshot)

This sample code can help you a lot. I have implemented the similar solution using this.

Regards,

Dipeshkumar Bhavsar

former_member185450
Active Contributor

Hello Deepa,

PLMD_AUDIT Is a transaction code used for Audit management purpose, not sure why you are asking the quality notification here with corrective and preventive actions..could you please let us know what is the purpose of having Quality notification link to the audit management..

please refer the below usefull blog for the full demonstration of Quality audit management

https://blogs.sap.com/2013/04/09/audit-management-step-by-step-to-create-an-audit/

Regards,

Venkatesh..

former_member147380
Participant
0 Kudos

This is required because user should be able to initiate quality notification from audit record management to manage corrective action.

Whenever button is clicked there should be a popup screen with notification type should be able to created notification. need to pass the texts from question to notification.

former_member185450
Active Contributor
0 Kudos

Dear Deepa,

Thanks for sharing the details..

as per my knowledge standard SAP doesn't have that function in audit management through PLMD_AUDIT transaction code.

if required please coordinate with ABAPer for making the screen enhancement / Exit to call the QM01 Screen internally i.e. through this option user can be able create the quality notification by clicking the new icon (which we will provide in the PLMD_AUDIT

please refer the below thread which explains how to do the screen enhancement

https://blogs.sap.com/2013/04/15/screen-enhancement-in-audit-management/

Regards,

Venkatesh..