cancel
Showing results for 
Search instead for 
Did you mean: 

Check pm-order/pm-notification user status changes

Former Member
0 Kudos

Hello experts

We have been looking for BADI or UE in which we can check whether a user status has been changed in equipment, functional location, pm-order, and pm-notification.

We founf none.

Does anybody know of a way to have this information?

Best regards

Shlomo Assouine

Accepted Solutions (1)

Accepted Solutions (1)

former_member478182
Active Participant
0 Kudos

Hello Shlomo

The below user exits might be helpful:

Equipment: IEQM0003 Additional checks before equipment update

Functional location: ILOM0001 Additional checks before saving a functional location

Order: IWO10009 PM Order: Customer Check for 'Save' Event

Notifiation: QQMA0014 QM/PM/SM: Checks before saving a notification

You can check more detail information in T-code SMOD.

Regards,

Jane

Former Member
0 Kudos

Hi,

I am not sure as to what you actually need but in each of the user exits stated you can use

the Function Module STATUS_READ to read system status or user status

Note : The user statuses should appear with type "E" and system statuses with type code "I".

For more information look into Function Module STATUS_CHANGE_EXTERN or STATUS_CHANGE_INTERN to change user status or system statusCheck in SE37 for documentation

regards

pushpa

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi ,

Normally you can check in this way :

For Maint Order -->Blue Icon >Extras Menu>Change documents -->For ALL Here check ALL Changes and History of User and System Status Changes .. and this data is stored in JCDS etc also look into JEST ..

Try the same with others like Notifications etc..

regrds

pushpa

Former Member
0 Kudos

Hi

Thank you.

This issue is a known one.

What I am looking for is BADI or User Exit in which, during the SAVE, I can know if the USER STATUS has been changed.

I want to do some validity checks concerning the new STATUS.

Best Regards

Shlomo Assouline