cancel
Showing results for 
Search instead for 
Did you mean: 

To restrict creation of PM notification

former_member211671
Participant
0 Kudos

Hi Team

While notification creation we are using work center as Partner, user requirement is if work center is deleted then notification can not be created currently notification can be created for such cases, how to implement it.

Regards

Ramesh Kumar

Accepted Solutions (1)

Accepted Solutions (1)

peter_atkin
Active Contributor
0 Kudos

Then have a look at user-exit QQMA0014 via transaction SMOD or BADI NOTIF_EVENT_SAVE via SE18.

PeteA

former_member211671
Participant
0 Kudos

Hi Peter

Here we are facing one issue the value of field PARNR is numeric like 10000000 which is stored in IHPA, But partner name is stored as nomenclature Plant code/Work center , we have requirement to put check on deleted work centers so notification can not created for those partners which have deleted work centers as their names, how we can get value of work centers from partner name and put validation on deleted work centers to restrict notification creation.

Regards

Ramesh Kumar

former_member211671
Participant
0 Kudos

Hi Peter

We are not putting work centers directly in partner field,work center name is in partner name.

Regards

Ramesh Kumar

Answers (3)

Answers (3)

peter_atkin
Active Contributor
0 Kudos

Have a look at user-exit QQMA0014 as stated above.

PeteA

former_member211671
Participant
0 Kudos

Hi Peter

Partner field is already mandatory.

but system allow notification to create for locked or with deletion flag work centers used as partner, we want to restrict it.

Regards

Ramesh Kumar

peter_atkin
Active Contributor
0 Kudos

Ramesh,

Make the partner mandatory in the partner determination procedure (SPRO).

Alternatively, have a look at user-exit QQMA0014 via transaction SMOD.

PeteA