cancel
Showing results for 
Search instead for 
Did you mean: 

To send mails for PM notification

former_member211671
Participant
0 Kudos

Hi Team

We have requirement to send mail when PM notification is saved to user Reported by (QMNAM) and user Partner (PARNR) for that we searched badi , we are facing issue that at the time of notification save, we have notification number and from there we have ObJNR but when we are passing it to IHPA table to find PARNR at that time we are not finding any value as notification is not created yet. How we can implement it.

Regards

Ramesh Kumar

Accepted Solutions (1)

Accepted Solutions (1)

peter_atkin
Active Contributor
0 Kudos

Ramesh Kumar,

Assuming that you are using user-exit QQMA0014 (notification SAVE event), then the data is held in memory and can be found in internal table (SAPLIPAR)XIHPA[]

You can either use field-symbols to get this data, or have a look in function group IHPA (via SE80) for a suitable function module to retrieve the data.

PeteA

Answers (0)