cancel
Showing results for 
Search instead for 
Did you mean: 

Workflow of maintenance plan

vivek_varun2
Active Participant
0 Kudos

Hi all,

I need to  trigger a mail  2 days before, whenever a maintenance is going to be due. I could not find any workflow for it.

what are the possible way to achieve this.

Thanks

Vivek Varun

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member220863
Active Contributor
0 Kudos

Hi Varun,

You can use the standard business object for maintenance order for your requirement and modify as per the need by giving own logic(such as order type and Plan date-2Days).

Please check with Workflow consultant for detail.

Regards,

Sunil

Former Member
0 Kudos

Hi Vivek,

1) In this case, you have to take ABAP help. Following tables you can consider for the custom code.

EQUI Equipment master data

ILOA PM Object Location and Account Assignment

MHIO Call Object from Maintenance Order

MHIS Maintenance plan history

MPLA Maintenance plan

2) T-code - SCOT where you define email domains.

3) You cal use STVARV transactions to maintain parameters for email ID's and use this parameters to trigger an email.

Regards,

Amol

vivek_varun2
Active Participant
0 Kudos

Hi Amol,

Can you help me with BADi or user exit which I can use and in which t code I need to  activate BADi.

As I think there need to schedule a job  in background which will check the which technical object maintenance is going to be due after next 2 days.

Thanks

vivek varun

Former Member
0 Kudos

HI Vivek,

Check with ABAP'er for following BADI's.

BADI_EAM_EXIT_DUE_DATE_TIME   

BADI_EAM_EXIT_IPRM0002       

BADI_EAM_EXIT_IPRM0003        

BADI_EAM_EXIT_IPRM0005        

I think one of this can be used to accommodate your requirement.

Regards,
Amol