cancel
Showing results for 
Search instead for 
Did you mean: 

Maintenance Plan and frequency assigned link

shubham_gupta9
Participant
0 Kudos

Hi,

I need to link Maintenance Plan, Maintenance Item, Task List Group & Group Counter linking with Frequency assigned to Task List operation with Maintenance Strategy for development of Z- Report.


I tried to link with PLKO, PLPO, PLAS, PLWP & T351P, but fields named Counter, Node, Sequence are not getting linked, or data fetched is not correct.

Kindly suggest how to fetch this data.

Regards..

Accepted Solutions (1)

Accepted Solutions (1)

MTerence
Active Contributor
0 Kudos

Hi Shubham,

If you need to determine through Maintenance plan

1. Table MPLA - List of Maintenance plans

2. Table MPOS - Pass the Maintenance plan and get the list of Maintenance items

     Here you can get Equipment / Group / Group Counter

3. Pass the group / group counter to table PLKO to get the header details (Group / Group Counter / Counter)

4. Pass the group / group counter to table PLAS to get the node for each operation (Group / Group Counter / Node / Counter) These nodes represent the operations

5. Pass the Group / Nodes to Table PLPO to get the list of Operations details

6. Pass the Group / Group Counter / Nodes to PLWP to get packages. Here you need to collect the package number and Strategy (filter out deleted items to get the actual assigned packages)

7. Pass the Package number and Strategy to get the assigned packages. For unit conversion, refer below

Regards

Terence

shubham_gupta9
Participant
0 Kudos

Thanks Maria,

I was working with same logic..issues faced :

  1. Nodes fetched from PLAS is different from Node in PLWP for a Group / Group Counter
  2. Counter fetched from PLKO is not in PLAS Table, Task list having two Operations.

Please suggest..

MTerence
Active Contributor
0 Kudos

Hi Shubham,

1. Check for the deletion indicator in PLAS table, make sure you pass group / group counter and nodes in PLWP. Also, if the operation does not have packages, the nodes will not be available in PLWP table.

Please share screenshot of what issue you have.

2. I suspect on Deletion flags only, else it will have the counter. Check whether you pass the value in Group counter or counter. You need to check what counter is not populating and check the task list

Regards

Terence

shubham_gupta9
Participant
0 Kudos

Hi Maria

Please check screenshot as below:

1.PLAS

2. PLWP

3. PLKO

4. PLPO

5. Task List

Please suggest...

Thanks in advance..

MTerence
Active Contributor
0 Kudos

Hi Shubham,

I feel the order of checking the tables is incorrect. You need to check PLPO after checking PLAS, else you wont get the nodes.

First thing is the Task list you display is 3802 and in the tables you are checking for 3801

Regards

Terence

shubham_gupta9
Participant
0 Kudos

Hi Maria,

Sorry for posting wrong images.

Below are Images for 3802

1. PLKO - I get counter for Group & Group Counter

2. PLAS - For fetching node for Group, Group Counter & Counter

3. PLPO - For fetching Operations for nodes.

Issue - There are two Operation in Task List, but here its showing only single node and single operation in PLPO Table

Please suggest.

Kindly also suggest how to fetch maintenance cycle for Single Cycle Plans??

Thanks in Advance...

Regards

peter_atkin
Active Contributor
0 Kudos

Table MMPT holds the single-cycle data.

PeteA

MTerence
Active Contributor
0 Kudos

Hi Shubham,

In PLPO, what are the input parameters you passed ? You need to pass the nodes corresponding to group counter 1 in PLAS table.

There should be another node in PLAS

Regards

Terence

shubham_gupta9
Participant
0 Kudos

Hi Maria,

I passed Group, Group Counter, Counter and Task List Type in PLAS table & fetched NODE for this selection criteria. Please correct if anything else need to be passed in PLAS..

I checked again, for this selection criterion, there is single node..

Two nodes "1" for different task list types.

Please suggest..

Thanks

shubham_gupta9
Participant
0 Kudos

Thanks Pete..

In MMPT its in SI Unit, How can we do Unit conversion...

Regards

Answers (1)

Answers (1)

peter_atkin
Active Contributor
0 Kudos

Shubham Gupta

How about using IP19 with the following selected:

  • From/to date into the future
  • With maintenance plan (checkbox)
  • With maintenance item (checkbox)
  • With task list (checkbox)
  • With further dates (checkbox)
  • Tabular (radio-button)

Then display the Due Package column.

PeteA

shubham_gupta9
Participant
0 Kudos

Hi Pete,

I need to give logic for Z- Report.. I am searching logic for maintenance plan types:

1. Single Cycle Plan - MMPT table has maintenance cycle in SI unit - How to convert SI Unit??

2. Strategy Plan - Not able to find correct cycle in above mentioned tables ....

Kindly help.

Regards..