Main Order TECO when Sub-Order is open

Dear All,
I just wanted to clarify if we can do TECO of Main Order when Sub-Order is open? If we can control this using any settings.
Presently it is not allowing to do TECO of Main Order as long as Sub-Orders are open.
Regards,
MLN Prasad

The Main Order Cannot be set to TECO If any sub order exists for the Main Order and have not been completed. When Teco-ing the main order without having completed the sub order the system would show you the following message: Open Sub Orders Exist for the Order (IW 189). To avoid this for example if you want to allow the Technical Completion of the Main Order with its sub orders as open, then
Go To SPRO-->Plant Maintenance -> Maintenance and Service Processing-> Maintenance and Service Orders-->Message Control
Here look for the message IW 189 and change its category from E (Error) to W (Warning) or No Message. This would solve your problem.

Similar Messages

  • How to block production order creation when maintenance order is generated.

    Hi All,
    Kindly share how to block production order generation when maintenance order is generated.

    Integration between PP module and PM module
    PP/PM Workcenter Integration
    There are many threads & documents available. Please do some search.

  • Sales Order Confirmation when sales order goes for Credit Block

    want Sales Order to be Confirmed , i e Schedule line Confirmation , when sales order goes for Credit Block
    How i can Achieve this?
    Even when set for Sales Document typpe credit check as 'D' and credit group as ;03; ie at Goods Issue still order is not getting confirmed.

    I am not sure, why you want schedule line to be confirmed for credit blocked sales orders. Re-confirm with the client.
    There are controls when defining delivery blocks.
    Goto IMG - Log.Execution-Shipping - Deliveries- Define delivery blocks( check menu path in system, may not be same as shown here).
    Select 01- credit block " untick" from "Confirmation" Column.
    Now test with & see how ti works.
    Regards,
    Reazuddin MD

  • Determination of Production Order Type when Planned Order is Converted

    Hi SAP Expert,
    Is there anyway to determine the Production Order type by Sales Order type when the planned order from APO is converted? Currently, all the planned orders converted from APO will be a Normal Production Order.
    The requirement as example below:
    >> If Sales Order Type = Normal Sales Order, then the converted Production Order type = Normal Production Order
    >> If Sales Order Type = Replacement Sales Order, then the converted Production Order type = Rework Production Order
    Thanks.
    Regards,
    Hooi Chia

    Hi Pascal,
    Our requirement is exactly same as yours. Can you please elaborate more on ZXCOXU13? I can see the function module suggested by Santosh in the SAP Note but I couldn't find any details regarding ZXCOXU13.
    Thanks.
    Regards,
    Hooi Chia

  • Create PM Sub order from maintenance plan

    Hi all,
    Scenario is:
    Right now client is making seperate order for related equipments like for motor,pump.and issuing the permits for them seperately.
    But is there any way to generate order and related sub orders from maintenance plan for these related equipments,so that they can issue permit in single main order for all the related equipments using sub orders.
    Is there any user exit for generating sub order from maintenance plan.
    Thanks
    Rachit Bhutani

    Hiii
    You can also use the path as follows.
    Open the order in change (IW32 Transaction code) for which you want to create the sub-order.
    Then follow the path as Order -
    > Create Special -
    > Suborder.
    This will bring you on suborder creation screen (IW36) there superior order is copied from the order for which you have entered on this screen.
    Regards

  • User exit for maintenance order TECO

    Hi
    1. I want to restrict system not to do TECO of maintenance order until it is CNF
    2.During creation of notification user has to enter either functional location or equipment
    Can any one pl tell me the name of user exit? also how can I find out the name of relevant user exit in t-code smod or cmod?
    thnks in advance
    rgds
    rajib

    Hi Rajib,
    For your 1st question i would suggest you to use user statuses  to prevent order TECO unless the order status is CNF. For example you may create as follows:
    Status  Status   Desc                         lowest   highest
    no
    1         OSOO  Outstanding order              1      2        -
    Initial Status
    2         REL     released                              2      4       
    3         PCNF   opn partial confirm              2      4      
    4         CNF     opn confirm                         2      4      
    For all Statuses (1 to 3) forbid the business transaction "TECO" and permit it for Status 4.In this way unless the status of order is "CNF" you will not be able to Complete the order.
    For the 2nd question you may check user exit IWOC0001/QQMA0014 and consult with an ABAPer to write a code to check your condition.
    Regards,
    S.Basu

  • User status profiles for work orders and sub-orders

    Hi Experts,
    I have the following question regarding status profiles for SAP PM work orders (but I guess it relates to all user status profiles).
    Customizing
    A status profile is defined for order type "PM_A", which contains an authorization key "OP" for certain user states (to be set by the ordering party)
    Situation
    The ordering party A creates an order of type PM_A for contractor B, and B then creates a sub-order of type PM_A for contractor C
    Problem
    - If I assign the authorization key "OP" only to roles of party A, then party B can't set the user states reserved for the ordering party (correct for the order A->B, but not for the sub-order B->C)
    - If I assign the authorization key "OP" to roles of party A and party B, then B could set certain user states reserved for the ordering party in the order A->B, which is also wrong
    Question
    Is there a way to restrict sub-orders differently than "non-sub-orders", or do I have to create a "sub-order order-type" for each order type, in order to assign them different status profiles and authorization keys?
    Thanks a lot!

    hi
    since you have 3 roles to be assigned to the same order type with different authorization ,it is better you create an seperate order type for sub order and assign the user status with authorization for B and C
    regards
    thyagarajan

  • Sales Order Text to Production Order Text

    Dear Experts,
    When creating a sales order in VA01, I added in some comments in the item level Texts tab.
    How can I configure the system so that when a production order is created from this sales order, the comments entered in the sales order will be automatically populated in the Long Text tab of Production Order header.
    This is because during the creation of sales order, there may be certain comments and/or instructions that need to be passed to the production line. We want the texts to flow through to the production order automatically.
    Any ideas?
    Thanks in advance.

    Hi,
    The problem is solved.
    In SD side, there's a transaction VOTXN. Change the configuration for Sales Order Item.
    Add a Text ID 0006 (Production Memo) in Textprocedure with Access Sequence 21 (Material Sales).
    In Access Sequence 21, map Text Object VBBP (Sales Order Item Text) to ID 0006 (Production Memo).
    Save it.
    When you create your sales order, in the item text level, you'll be able to see an additional text type of Production Memo. Enter your text here and save the sales order. When production order for this Sales Order is created, Production Memo tab will automatically appear (as mentioned by Peter earlier).
    Thanks.

  • Copy purchase order text to production order text

    Hello,
    purchase order text should be copied to production order text so that the end user can see and edit the text before saving the production order. I'm trying to do it with exit PPCO0006. I can read the purchase order text with read_text but cannot show it on prod order long text tab page. And cannot save it because the production order does not have a number yet.
    How should this be done? If I copy the text to clipboard can it be pasted to production order long text somehow? Or is there a long text object in production order which I could call and insert the text in it? Or what?

    Hi,
    The problem is solved.
    In SD side, there's a transaction VOTXN. Change the configuration for Sales Order Item.
    Add a Text ID 0006 (Production Memo) in Textprocedure with Access Sequence 21 (Material Sales).
    In Access Sequence 21, map Text Object VBBP (Sales Order Item Text) to ID 0006 (Production Memo).
    Save it.
    When you create your sales order, in the item text level, you'll be able to see an additional text type of Production Memo. Enter your text here and save the sales order. When production order for this Sales Order is created, Production Memo tab will automatically appear (as mentioned by Peter earlier).
    Thanks.

  • Deletion of Purchase Requisition when PM order is TECO

    When a Purchase Requisition (PR) is created from PM order using control key PM03, after approval of PR, Purchase Order (PO) is issued. After completion of maintenance job and acquiring services or material procured against PR which has been created from PM order, PM order is Technically completed. When order status is set as TECO, PR got deleted. This behaviour of deletion of PR when order is TECO is not normal and not required. Does any body can have reason for this deletion of PR and solution to fix this problem.

    This is standard behavious in the PM/CS order.
    To stop the MM guys getting "confused" (poor things...), maybe you need a warning message when TECOing an order to say that there are open PRs without PO (see user-exit link at the top of this forum).
    PeteA

  • Planned orders are created when Production order is open

    Hi Everyone
    We have Make order and Make to stock scenarios in the system for various products. When Production order is still open ( Fully confirmed with C015 and partially delivered), system assuming that order is completed and created a new planned order for the undelivered quantity against Sales order.
    As per my knowledge MRP shouldn't create new planned orders when old production order is still incomplete. The old production order has status REL, PDLV and CNF.
    Any help is appreciate and it is our production issue
    Regards
    Prasad

    Hi,
    is the order marked as completely delivered on the Warehouse view? Have you reached the under delivery tolerance for this order with your partial delivery from production? If yes, this would be the reason why the system thinks that a new order is required
    Regards
    Thomas

  • I ordered the full creative cloud on sunday and received an order number but still can't open any of the programs. When i check the status of my order online, it says it can't find it. Is this normal after 3 days?

    I ordered the full creative cloud on sunday and received an order number but still can't open any of the programs. When i check the status of my order online, it says it can't find it. Is this normal after 3 days? I tried asking in a chat window instead of the forum but no one answered and after about ten minutes my screen restarted and closed the chat window down. It seems a little frustrating not knowing what happened to my order and not being able to contact anyone. Is all this usual with Adobe or are they just having technical problems this week?

    Does your Cloud subscription show on your account page?
    https://www.adobe.com/account.html for subscriptions on your Adobe page
    This is an open forum, not Adobe support... you need Adobe staff to help
    Adobe contact information - http://helpx.adobe.com/contact.html
    -Select your product and what you need help with
    -Click on the blue box "Still need help? Contact us"
    -or by telephone http://helpx.adobe.com/x-productkb/global/phone-support-orders.html

  • When I try to open my Yahoo mail in safari, I get a message which states:" In order to use Yahoo mail, please turn Private Browsing off. Please go to Settings Safari Private Browsing, and turn off" The problem is my ipad does not a Private Browsing switch

    When I try to open my Yahoo mail in safari, I get a message which states:" In order to use Yahoo mail, please turn Private Browsing off. Please go to Settings>Safari>Private Browsing, and turn off" The problem is, my ipad does not a Private Browsing switchat this location.

    With iOS 7 on the iPad, you turn Private  Browsing on and off by tapping the URL field.  The screen that  opens up has your bookmarks on it.  In the bottom left corner is a hot button marked 'PRIVATE'.  Tap on the word 'PRIVATE' to turn private browsing on or off.  Yeah, there aren't any instructions anywhere that I can find to do this, and if you follow Yahoo's instructions, they don't work.  This doesn't happen with the previous Apple OS, and you can restore your iPad to the older OS. 

  • [svn:fx-trunk] 12878: When sub-components don' t have a tabIndex and when VideoPlayer instance does, assigned tabIndex to each inner-component to ensure that they appear in the correct tab order with other components on the stage .

    Revision: 12878
    Revision: 12878
    Author:   [email protected]
    Date:     2009-12-11 19:07:40 -0800 (Fri, 11 Dec 2009)
    Log Message:
    When sub-components don't have a tabIndex and when VideoPlayer instance does, assigned tabIndex to each inner-component to ensure that they appear in the correct tab order with other components on the stage.
    QE notes: none
    Doc notes: none
    Bugs: n/a
    Reviewer: Gordon
    Tests run: checkintests
    Is noteworthy for integration: no
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/spark/src/spark/accessibility/VideoPlayerAccImpl.as

    Michael,
    "Michael Caughey" <[email protected]> wrote in message news:413f0af6$1@mail...
    If I'm doing something wrong what is it? Obviously there is something
    different about how I configured my environment a year ago.What happens if you bring down ms02?
    Regards,
    Slava Imeshev

  • Digital Signature when order TECO

    Hello,
    I have a requirement now where order TECO need to sign-off.  This is requirement by the industry.  What i am thinking of is using digital signature to achieve this.
    I know digital signature can be configured for operation sign-off as explain [here.|http://help.sap.com/erp2005_ehp_03/helpdata/EN/da/49d9c433ff4985b2484b7b911123cf/frameset.htm] I don't need digital signature at all operation.
    What i want is the digital signature when i TECO the order.  Is this possible using standard/configuration or do i need to go into development?

    Dear Chin,
    It si not possible through standard SAP Customization.
    As per standard SAP Customization (Activating EHP4 Business node for Electronic signature for PM Order) which is at the combination of PM Order type and Planning Plant - But this will be for PM Order operation confirmation though it will check at the time of doing TECO of PM Order.
    It can be achieved using enhancement - by calling the gigital signature screen in PM Order TECO exit.
    I already tried the same using the enhancement by creating new screen and checking the signature password while doing PM Order TECO.
    I hope this will help you.
    Regards,
    Rahul

Maybe you are looking for