PM preventive PM Order confirmation on the basis of object list

Dear Experts,
In paintenance plan I have funtional location.In object list I have 5 Equipments.Now when order is generated there are 4 operations.All the operation is same to all equipments.Is it right.
Now when I am going for its confirmation,I don't know how to do the same on the basis of Equipment i.e object list.Can any one help me out with the steps involved in the same.
Regards,
Rajesh.

Hi ,
1.In your case here we would do confirmation for each order operation and that will be applicable for all the eqpts in the oblect list of the order.
2. If you want to generate separate order with same operations for different eqpts then use maintenance item in the maintenance plan .Thus maintenance order gets generated for each maintenance item in the maintenance plan.The same order would be applicable for the list of eqpts in the object list of maintenance item ..
I hope this would clarify ..
regrds
pushpa

Similar Messages

  • Order by on the basis of last characters of the column

    hi
    i have this type of data in Column
    ABL - Allied Corp. services (XES) - Newyork
    ABL - Allied Corp. services (XES) - Chicago
    SBS - Logistics - Newyork
    ETC..
    As the last characters are for city and i want to perform order by on the basis of city.The naming convention is "the name always contain two hiphens(-)
    and the city name in the last".(means after second '-')
    Regards

    SQL> INSERT INTO dt_test VALUES('ABL - Allied Corp. services (XES) - Newyork');
    1 row created.
    SQL> INSERT INTO dt_test VALUES('ABL - Allied Corp. services (XES) - Chicago');
    1 row created.
    SQL> INSERT INTO dt_test VALUES('SBS - Logistics - Newyork');
    1 row created.
    SQL>
    SQL> select
    2 column_1
    3 FROM
    4 dt_test
    5 ORDER BY
    6 SUBSTR(column_1, INSTR(column_1,'-',1,2) + 2);
    COLUMN_1
    ABL - Allied Corp. services (XES) - Chicago
    ABL - Allied Corp. services (XES) - Newyork
    SBS - Logistics - Newyork

  • Order by on the basis of condition

    I want to make order by in sql query result with condition, if data will b numaric the it should be order by on the basis of to_number else on the basis of to_char.
    Edited by: Siddharth Singh on May 17, 2012 2:24 PM

    Kiran wrote:
    decode(LOWER(trim(col1)), UPPER(trim(col1)),to_number(trim(col1)) ,trim(col1));Did you read my reply to Ankit Rathi? Again, expression can't return values of different type. But in your case it is even worth. DECODE returns datatype based on first decoded expression. Therefore your decode will return number and as a result will fail on very first non-numeric value:
    SQL> with t as (
      2             select '1' col1 from dual union all
      3             select '2' from dual union all
      4             select 'A' from dual
      5            )
      6  select  col1
      7    from  t
      8    order by decode(LOWER(trim(col1)), UPPER(trim(col1)),to_number(trim(col1)) ,trim(col1));
      order by decode(LOWER(trim(col1)), UPPER(trim(col1)),to_number(trim(col1)) ,trim(col1))
    ERROR at line 8:
    ORA-01722: invalid number
    SQL> But even if you would come up with decode where first decoded expression is a string your decode wuold be useless since at the end all values would be converted back to strings. If by numeric OP means strings with digits only:
    ORDER BY CASE WHEN REGEXP_LIKE(col1,'^\d+$') THEN TO_NUMBER(col1) END NULLS LAST,
    col1;For example:
    with t as (
               select '10' col1 from dual union all
               select '2' from dual union all
               select '1A' from dual union all
               select '1B' from dual union all
               select '1C' from dual
    select  col1
      from  t
      ORDER BY CASE WHEN REGEXP_LIKE(col1,'^\d+$') THEN TO_NUMBER(col1) END NULLS LAST,
               col1
    CO
    2
    10
    1A
    1B
    1C
    SQL> SY.

  • Can production order confirm in the future

    Can production order confirm in the future?(T-CODE:CO11N)
    (confirm date & time in the future)

    Dear,
    Yes you can do this go to OPK4 select your order type and plant go in details on first screen you will get field Dtae in future active this tick mark.
    Regards,
    R.Brahmankar

  • Block Order TECO on the basis of operation User Status

    Hi Experts,
    I am trying to restrict the TECO of maintenance order on the basis of order operation status. I have configured the user status profile and assigned it to order operation. This user status profile have two statuses, INCL - Incomplete and another is CMPL - Complete. I have prohibited the TECO for user status INCL. But when I create an order and try to TECO, the system allows me TECO it enenif the operation user status is INCL.
    Could you Pl. tell me, have I missed something in configuration?

    Dattatraya,
    Actually you can control TECO by completion confirmation of order operation as PCNF ( partial confirmation) for operation which you have mentioned in Order. So you can set up in configuration like allow TECO only once CNF ( Full confirmation ) for all operations mentioned in Order.
    For your mentioned scenario , I dont feel based on user status you can stop the TECO, anyway you can check with other experts as well.
    Riyaj

  • Sales order confirmation to the customer through email

    Hi
    I have configured output type z101 for sales document.Here I selected transmission medium 5 for 'External Send' . After that I completed output determination procedure as same steps and  testing purpose I opened VA02 and goto Extras> ouput>Header>Edit>
    here I entered ouput type  ,medium 5(External Send),partner,language.
    My issue is
    Whenever I created(saved) the sales order  then immediately order confirmation goes to the customer emailid. customer email maintained in customer master(xd01).
    Please inform the  what are the required settings using SCOT Transaction.  This is the urgent need.
    Regards,
    Ravi

    Please have a look at the note 455140.
    Also look at the following weblog.
    /people/thomas.jung3/blog/2004/09/08/sending-e-mail-from-abap--version-610-and-higher--bcs-interface
    Message was edited by: Vinod C

  • How do I change the PDF reading order without changing the image color or Lists?

    When I change the reading order in a PDF (created using InDesign), some images are getting darker. Any idea how to change this back (no, CTRL+Z doesn't work) or prevent it from happening?
    On a related topic, my PDF passes the 508 compliance check before I change the reading order, but afterwards the Lists have errors. I cannot figure out how to fix these errors manually.
    Thanks!
    (Topic originally posted in InDesign forum: http://forums.adobe.com/thread/1351206).

    You may have more luck getting a response in the Standards & Accessibility Acrobat forum:
    Standards & Accessibility (tagged PDF)
    Accessibility questions come up only rarely in the InDesign forum and its outside the knowledge of most of our users.

  • Order rows on the basis of score

    I have a table like this format:
    ID
    COL1
    COL2
    1
    i am a boy
    good is male
    2
    i am a good boy
    good is male
    3
    i am a good girl
    gender is female
    Now the user will enter a keyword (in this example, 'good'). Based on that, if the keyword is found in column1, score will be given 2, and if the keyword is found in column2, score will be given 5.
    And at the end, I have to display the ID column based on the score (max score at the top).
    So the results should come like this:
    ID
    SCORE
    2
    5
    1
    7
    3
    2
    How can I do?

    For example like this
    with sample_table as (
                           select 1 id,'i am a boy' col1,'good is male' col2 from dual union all
                           select 2,'i am a good boy','good is male' from dual union all
                           select 3,'i am a good girl','gender is female' from dual union all
                           select 4,'goodie girl','gender is female' from dual union all
                           select 5,'good girl','gender is female good' from dual
    select  id,
    CASE WHEN
             case
               when regexp_like(col1, '(^| )' || :keyword || '( |$)') then 2
               else 0
            end +
            case
              when regexp_like(col2, '(^| )' || :keyword || '( |$)') then 5
              else 0
            end  = 0
    THEN 10
    ELSE
             case
               when regexp_like(col1, '(^| )' || :keyword || '( |$)') then 2
               else 0
            end +
            case
              when regexp_like(col2, '(^| )' || :keyword || '( |$)') then 5
              else 0
            end
    END score
      from  sample_table
      order by score desc

  • Automatic goods issue for outbound delivery, during the transfer order confirmation

    Hello,
    Could you please advise how to realize automatic goods issue for outbound delivery, during the transfer order confirmation in the WMS.
    Now after creation of outbound delivery, i can't post the goods issue. Before i have to make the transfer order and confrim it and only after this i can post the goods issue in the VL02 t-code.
    Could you please advise - what i have to customize that to make automatic GI for outb. delivery (i mean with creation material document) during the TO confrimation.
    Thanks in advance.

    Hi Iiya
    Check the below setting, might be helpful

  • In-process inspection...how to stop the process order confirmation?

    Hi...i'm making an in-process inspection and i want to stop the movement to the next phase or the process order confirmation, until the usage decision is made...how can i make this ?

    Dear,
    You can do this with OPK4 setting here slect your plant and process order type go in details here change the setting to
    Results Rec. (QM) = Error message  if no inspection result exist.
    Regards,
    R.Brahmankar

  • Invoice and Order Confirmation automatic Print

    Hi everyone,
    The user wants the following configurations:
    Automatic printing of Invoices and Order Confirmations to the following printer: #$%$#%#%u2026.this printer is located on the following server: $%$#%$#
    Thanks for prompt response
    Nick

    Hi,
    Try this method and see.
    Ask your Basis to set the LOCAL Printer in SAP.
    Then go to that users computer and set the Default Printer of that Machine to the printer: #$%$#%#%.
    Then once Invoice is saved, SAP will send it to LOCAL Printer in SAP, Then from there it'll automatically direct to the Default Printer of the machine.
    So, for each user you can set the default printer as required.
    We do same when we need to get a PDF output of Invoice. What we have asked was to set the user computer default printer as PDF Writer as & when they want PDF format of the Invoice.
    Same way as mentioned above, it sends to LOCAL, & then to machine default printer (PDF Writer), where you can save the PDF.
    Try and see !
    Best regards,
    Anupa

  • Personnel no in maintenance order confirmation screen.

    Hi,all,
    If I do not assign any personnel no to maintennace work center,is it possible to get the personnel no in IW41/IW42/IW44 screen in "personnel no" field.if possible, please explain how it can be done?thanks in advance.
    rgds
    rajib

    Hi,
    Could you tell me where you will assign personnel no in work center?
    As per  I know this personnel number will be assigned by HR only.
    The Confirmations from, PM interface supports the transfer of order confirmations from  Plant Maintenance (PM), Customer Service (CS), and Project System (PS) to the Personnel Time Management component in the Human Resources (HR) System. Performance-based payments are effected to employees on the basis of such order confirmations.
    The Confirmations from  PM, CS, and PS interface is used for confirmations entered manually in the LO System, and for confirmations collected from a plant data collection system (PDC, communication channels 2, 3, 4, 5). You can enter the confirmations for  PM, CS, PS, and PI as time tickets (hours worked). You can also enter confirmations for PP and PI as time events (start of working time, end of working time).
    Time ticket confirmations from PP and PI are posted as time tickets to the HR Incentive Wages component. Time ticket confirmations from PS, PM, and CS are posted as attendances to the HR Personnel Time Management component. Processing time tickets in HR has no effect on LO.
    Procedure in HR
    1.Call up the account list for the employee in question.
    2.Choose account list  Assigned personnel No. u2013>Create assignment.
    3.Specify a time period, in which a personnel number is assigned to the chosen account.
    If a new validity period overlaps an existing period with the same personnel number, both periods join to become one entry.
    4.Save your entries.
    Regards
    Srinivas

  • Standard Value doesn't carried to Process Order Confirmation

    Dear Experts,
    I was trying to run Process Order Confirmation via COR6N but I found out that the Activities shown are NOT consistent with the Activities set in Master Recipe.  The following are the figures shown in master recipe, process order and order confirmation.
    Master Recipe (via C202)
    Base Qty =1
    Operation/phase = 0020
    1st Standard Value (activity 3 setup) = 1Hr
    2nd Standard Value (acitivity 1 machine) = 2Hr
    3rd Standard Value (activity 11 labour) = 3Hr
    Process Order (via COR2)
    Order Qty = 1,000
    Operation/phase = 0020
    Setup (to be confirmed) = 1Hr
    Machine (to be confirmed) = 2,000Hr
    Labour (to be confirmed) = 3,000Hr
    Order Confirmation
    Operation/phase = 0020
    Machine time (to be confirmed) = 1Hr
    Labour time (to be confirmed) = 2,000Hr
    My question are as follows :-
    1) Why the Machine time NOT same as in Process Order
    2) Why Setup time NOT shown in Order Confirmation
    Does anyone have any idea?
    regards,
    Abraham

    Hi,
    all the master recipe, process order and order confirmation, including the material master are maintained by myself alone.
    Is it due to some parameters are not defined properly such as in the formula key?
    The formula key are defined as below.
    Formula key defined in OP21
    Setup  = SAP005 = SAP_01 x SAP_11
    Machine = SAP006 = SAP_02 x SAP_09 / SAP_08
    Labour = SAP007 = SAP_03 x SAP_09 / SAP_08
    Paramater defined in OP17
    SAP_01 = Setup
    SAP_02 = Machine
    SAP_03 = Labour
    SAP_08 = Base Quantity
    SAP_09 = Operation Quantity
    SAP_11 = Operation Splits
    I'm a bit confused with these formula keys.  Could you explain to me how they work?
    regards,
    Abraham

  • Outbound Order Confirmation - Output control for incomplete sales orders

    Hi EDI Folks,
    I have a simple question. I want to send EDI 855 for only the completed sales orders.
    Whenever inbound sales order is processed and if the order is incomplete. I don't want to send the order confirmation for the order at that point of time. When that order is made complete, then only i want to send the order confirmation (EDI 855).
    How can we do it??
    What is the output determination requirement for this??
    Right now i am using requirement '02' which proposes EDI output for both complete and incomplete sales orders.
    Please respond to the above quesition.
    Thanks and waiting for your reply,
    Creasy Matt

    MxG,
    For both plant and pricing condition functional config was already done. If any of these two fields are missing, the status of sales order will be incomplete.For incomplete orders also, the EDI output is being proposed.
    Now just tell me, in which SAP program, do i have to put the break point?
    Where exactly ??
    Thanks and kind regards,
    Creasy Matt

  • Change Work Center during production order confirmation

    Dear All,
    I must to modeling this situation:
    I created an production order. In routing I used an work center A.
    After I confirmed a half of quantity, the work center A was damaged and I must to change it, with the work center B.
    The system allow this change, but when I checked the costing, the situation isn't real. The system counted the costs just for the work center A, and no for work center B.
    My question is: it's possible to change the work center, during production order confirmation and the costs updated with new cost?
    Thank you for your answer!
    Regards,
    Marian

    once a Order is released, the Process order detaisl for that order is frozen.
    however if you want to do it, change the order status to CRTD after reversing the Movements done.
    Do READ MAster data , this will copy the new Work center , redo the previously done Moevements.
    if the change is long term.
    or
    Just manually add the new work center and do the processing. if the change is temporary.

Maybe you are looking for