cancel
Showing results for 
Search instead for 
Did you mean: 

Notification Shortcomings

former_member188029
Participant
0 Kudos

Hello Experts,

I need to add some more functionality to my Q1 notification setup:

Please:

* Direct me to the table (if this is how it's done)  to add names for partners internally (Plt) and externally (Customer)

* Add an action button in action box to create RMA (action box exists)

* Creat auto email from workflow

Much Thanks

Verroz

Accepted Solutions (0)

Answers (1)

Answers (1)

vivek_tembe
Active Participant
0 Kudos

Dear Verroz

For database you can create custom table or append structure of QMEL via Z field

For workflow in quality notification please refer to the link
http://help.sap.com/printdocu/core/print46c/en/data/pdf/BCBMTWFMQM/BCBMTWFMQM.pdf
It is an 104 page document by SAP

BADI for change functions in action boxes
NOTIF_ACTIONBOX

BADI for Saving additional data
NOTIF_EVENT_SAVE_QT

SMOD (SAP enhancements)
QQMA0001 (QM/PM/SM: User Subscreen for Notification Header)

QQMA0014 (QM/PM/SM: Checks before saving a notification)

former_member188029
Participant
0 Kudos

Thanks,

As I read,

Please advise system says no Tx exists for QMEL

former_member188029
Participant
0 Kudos

Dear Verroz

For database you can create custom table or append structure of QMEL via Z field

For workflow in quality notification please refer to the link
http://help.sap.com/printdocu/core/print46c/en/data/pdf/BCBMTWFMQM/BCBMTWFMQM.pdf
It is an 104 page document by SAP

BADI for change functions in action boxes
NOTIF_ACTIONBOX

BADI for Saving additional data
NOTIF_EVENT_SAVE_QT

SMOD (SAP enhancements)
QQMA0001 (QM/PM/SM: User Subscreen for Notification Header)

QQMA0014 (QM/PM/SM: Checks before saving a notification)

former_member188029
Participant
0 Kudos

Thanks for the high level...

Can you direct me to the step three from page 10...

"Activate linkage between triggering events and workflow template"?

(for workflow template)

not standard task

Thanks

vivek_tembe
Active Participant
0 Kudos

Dear Verroz

I meant that QMEL is a table in ABAP dictionary for Quality notification (SE11 transaction)

There are field for customer like KUNUM (Account number of customer)

Vivek

vivek_tembe
Active Participant
0 Kudos

Dear Verroz

Following are the details

Set up
- Workflow template is accessed via OOCU (Event linkage: triggering events)

- Here all the events are activated for business object BUS2078 which are

A) Notification created, B) Notificate activated, C) Notification in process again

- Workflow template 24500047 is linked to task TS24500068 (Putting notification
in process), task TS24500066 (Execute tasks), task TS24500067 (complete notification)


Example of a quality notification workflow process (QM01/QM02) is

- Create notification of required type

- Assign co-ordinator with SAP user id (Goto --> Partners --> Co-ordinator)

- Co-ordinator gets e-mail "Process quality notification"

- Co-ordinator creates a task (Electrical/Mechanical Malfunction) and assigns "User responsible (Task owner)"

- Task owner gets email to "Complete task"

Regards

Vivek Tembe

former_member188029
Participant
0 Kudos

This is very good and it worked beautifully. 

Now... my Func. Spec. says it's to be sent auto after saving the Q Notification. and auto when completed.

Howe can I set this up.

Much thanks and points to you Vivek

Verroz

vivek_tembe
Active Participant
0 Kudos

Dear Verrazano

The mail is sent due to the workflow configuration

Hope the Q notification emails are working to your satisfaction

Vivek Tembe