cancel
Showing results for 
Search instead for 
Did you mean: 

Task List type E in Planning Tab of PM Order

Former Member
0 Kudos

Hello Experts,

I have one Query. If no Task List is assigned to PM Order, then in PM Order planning tab, why Task List type is showing as E (Equipment Task List) always? Is there any significance?

Regards,

Chintan

Accepted Solutions (1)

Accepted Solutions (1)

Rekha_DR
Developer Advocate
Developer Advocate
0 Kudos

Hello,

Hello Chintan,

Take a look at the report

SAPLCOIH- include 'LCOIHO1T' module

MODULE TRANS_INIT

* Plantyp vorbelegen mit 'E', falls leer (für FHM benötigt ???)

  IF CAUFVD-PLNTY IS INITIAL.

    CAUFVD-PLNTY = Y_PLNTY_E.

  ENDIF.

CAUFVD-PLNTY is the field that is holding the value 'E' . There is no SPRO customizing but in the program it is assigned .

The comment in German says , this field has to be filled for the purpose of PRT . I hope this answers your question WHY .

PRT are tools / Equipments . So the field is filled with type 'E' which is Equipment task list and not 'T' which is task list for Functional location.

Regards,

Rekha

jogeswararao_kavala
Active Contributor
0 Kudos

REKHA,

With that explanation, this discussion does not stop there and does not answer fully the 'why?'. Because the why will arise again when this field will be  overwritten by some tasklist details, then it will not be necessarily 'E'. Now we need to explain the PRT logic after this over-writing, which happens almost in 100% of the Orders. In other-words, the significance of 'E' to be explained keeping in view its very temporary existence.

KJogeswaraRao

Former Member
0 Kudos

Hello Rekha,

I am still not clear why this field is to be displayed as E for the purpose of PRT? As I know, PRTs are linked to Order operations. Then what is the linkage of PRT with Task List in Planning tab?

Answers (3)

Answers (3)

Rekha_DR
Developer Advocate
Developer Advocate
0 Kudos

Hello Chintan,

Take a look at the report

SAPLCOIH- include 'LCOIHO1T' module

MODULE TRANS_INIT

* Plantyp vorbelegen mit 'E', falls leer (für FHM benötigt ???)

  IF CAUFVD-PLNTY IS INITIAL.

    CAUFVD-PLNTY = Y_PLNTY_E.

  ENDIF.

CAUFVD-PLNTY is the field that is holding the value 'E' . There is no SPRO customizing but in the program it is assigned .

The comment in German says , this field has to be filled for the purpose of PRT . I hope this answers your question WHY .

jogeswararao_kavala
Active Contributor
0 Kudos

This reply matches with what I said above.

jogeswararao_kavala
Active Contributor
0 Kudos

Hello Chintan,

Though your question is good, I do not see any significance to this vale 'E' without other values (Group and Group counter). All the three values in this screen-area make sense. Without those two values, it is equal to 'all empty fields'. Then, when we talk about your question, why this field was not kept blank?, Only thing comes to mind is: Some technical constraints in the program must have forced the programmer to chose some value here temporarily. Otherwise as I said (and you too know that) it has no practical significance.

Regards

KJogeswaraRao

shubham_gupta9
Participant
0 Kudos

Hi Sir,

Please check config

PM & CS => Maintenance & Service Processing => Maintenance & Service Order => Functions & Settings => Default Values for Task List Data and Profile Assignments

In this, for the plant & order type combination, select Operation Selection check box.

Or IN PM Order

"Extra"=>"Settings"=>"Default Values"=>"Control" and then select and save "operation selection" from tasklist transfer list.

This may solve your Issue.

Regards

Shubham

Former Member
0 Kudos

Hi Shubham,

I think that setting is relevant when you select Task List in Maintenance Order.

But my query is if I haven't selected any Task List in Order and also Order is not created from Planning, then why Task List type is displaying as E in Order Planning tab? What does its significance? Only Task List type is displayed as E. Group and Group Counter are blank.

Regards,

Chintan