cancel
Showing results for 
Search instead for 
Did you mean: 

MAM25 operationList code

0 Kudos

Hello everybody,

I need to filter some WorkOrder operations from the list of operations. Where in the code can I specify the operations to be displayed in the Operations List? Does anyone know when is the exactly moment the view get those operations to be displayed?

thanks and regards

Marcos Vilela

Accepted Solutions (0)

Answers (3)

Answers (3)

0 Kudos

Hi,

I need those operations in MAM25 SR4 but I don´t wanna show them in the operationList. I´m trying to find in MAM code where can I remove those operations from the operation List. I couldn´t figured out how does this list work. I´m in processLoad() at operationList.java but I couldn´t filter those operations. Any help???

thanks and regards

Marcos Vilela

Message was edited by: BASIS NETWEAVER

Former Member
0 Kudos

Hi,

You can also check the code where Operations are handled,

Method Name : processLoad

File Name OperationList.java

I hope you can refer to the code and process it,

Regards

Deepak

Former Member
0 Kudos

Hi,

you can limit the operations to be displayed by the Order profile you have created at Server.

Goto:

<b>SPRO --> Plant Maintenance & Customer Service --> Maintenance & Service Processing --> Mobile Asset Management --> Determine Order Processing</b>

Here in the order profile, which you would have created for the MI User, change value the attribute

<i><b>Operation Display = "Only Internal Operation"</b></i>

This way you will only see the relavent operations.

Hope this will help,

Deepak