cancel
Showing results for 
Search instead for 
Did you mean: 

Default unit of time in PM notifications

former_member184574
Active Contributor
0 Kudos

Hi PM guru's,

I am relatively new to PM module.

I am creating PM notification through IW21 and when I do this Default unit if time is coming as H as shown below. due to which setting this default time unit is coming as H. If I want to change it to MIN how to do it. Can u guide me.

Thanks

Kumar

Accepted Solutions (1)

Accepted Solutions (1)

jogeswararao_kavala
Active Contributor
0 Kudos

Hello Kumar,

I believe 'H' is standard default. If you want to change this to MIN, you need to put the following one line code in the include ZXWOCU21 of user-exit QQMA0025.


The code is

E_VIQMEL-MAUEH = 'MIN'.


In case you want to set this only for a particular Notification type say 'M2', then the code will be:

IF I_VIQMEL-QMART = 'M2'.
   E_VIQMEL-MAUEH = 'MIN'.
ENDIF.



If you are new to user-eixt, take help of your ABAPer.



Best of luck

KJogeswaraRao

former_member184574
Active Contributor
0 Kudos

Hi,

Thanks for your help. Please check the below screen shots. When I am creating the notification for Breakdown dur. UOM H coming as default but for Repair dur it is not coming.

Now when I enter the start and end date and timings for both malfunction and repair, duration is calculated for malfunction as 1 HR but duration of repair is not getting calculated and I am getting below error.

I checked on this below is details.

Unit  missing in the check table

Message no. IM454

Diagnosis

The unit entered is not contained in Table T006D.

Procedure

Inform your system administrator.

Can u guide me on this... when I go to table T006D UOM for TIME is Sec

How to avoid this error. I need to maintain H as time Unit ???. my question is why this error is coming for only repair and not for breakdown. Can u guide me on this how solve this..

Thanks

Kumar

jogeswararao_kavala
Active Contributor
0 Kudos

Hello Kumar,

First, you have deviated drastically from your titled query. So whatever we discuss on your latest query here will not be found for the members, who search for this topic. So in such cases you should close the original discussion and start a new one with relevant title.

However continuing this thread

Whether you are using enhancement for the Repair fields ? These fields are not there in ECC6.0. If these are enhanced fields (user exit QQMA0001) then you need to check with your ABAPer. Let's hear what other experts say.

KJogeswaraRao

former_member184574
Active Contributor
0 Kudos

Hi,

Thanks for your reply...I am closing this thread and will open a new thread...

Thanks

Kumar

Answers (0)