Automatically update Equipment Hierarchy when confirming service order

Hi Gurus,
When I confirm the service order, the old part needs to be replaced by the new part. The requirement is that this replacement is done automatically in the equipment hierarchy after confirming the service order. ie.Equipment should get automatically updated in the equipment hierarchy. How to configure this?
Best Regards,
Dhanabal

Hello,
As you confrim the labour and maerial, the Equpment hierarchy will not get replaced by the new one. You need to go for an enhancement. Cehck with your ABAP consultant with a detailed requirement.
Prase

Similar Messages

  • To automatically update material availability information in service orders

    u2022     Develop a utility/program for customer support to automatically update material availability information in service orders using IW32 and IW72 Tcodes.

    hi answered
    Edited by: raghu k on Jan 11, 2011 5:29 PM

  • IW45 changes cancellation of confirmed service orders

    Hi Every one,
    User is trying to cancel a confirmed service order using Transaction code IW45. When he cancells the service order it is showing the posting date is past date( order confirmed date). Not current date.
    But when we do the cancellaton of production orders and goods issue against service orders it is showing current date ( default ).
    As per user requirement the cancellation of confirmed service order should display the current date not past date.
    Since IW45 is a standard process , then the user requirement is the cancellation of service orders posting date should be the current date but not the service order confirmed date( Past Date ).
    Please let me know is there any possibility if so how??

    Step 1 Request
    November 19, 2012: Empty box shipped. need send for 10 days i not send phon  and i want send again iphon for reparing ,haw to make again for sent ?

  • HT203175 My Windows XP recently had an automatic update and now when I open iTunes, I receive the message "This copy of iTunes is corrupted or is not installed correctly.  Please reinstall iTunes."  I have never had problems in the past.  Is this a real m

    My Windows XP software recently had an automatic update and now when I open iTunes, I receive the message "This copy of iTunes is corrupted or is not installed correctly.  Please reinstall iTunes." 
    I have not used iTunes for several weeks so the issue may not be related to the last Windows XP automatic upgrade.  I have never had problems with iTunes in the past.  Is this a real message or perhaps a virus?
    Before I reinstall iTunes, any thoughts?

    It's a real message.
    Let's try a repair install of iTunes.
    Restart the PC first.
    If you're using Vista or 7, now head into your Uninstall a program control panel, select "iTunes" and then click "Repair".
    If you're using XP, head into your Add or Remove Programs control panel, select "iTunes", and click "Change". Select "Repair" and click "Next" as per the following screenshot:
    Can you launch your iTunes now?

  • I want the system automatic update my UDFs when the OnHand was changed.

    I added two UDFs in table OITW to count the warehouse OnHand by CASES and Bottles. I want the system automatic update my UDFs when the OnHand was changed.  Is there any way I can do it in database level instead in the application (too much places involved).

    There is few ways how to do this:
    - triger as David said, but I dont recomend it through SAP policy
    - in stored procedure transaction notification  by adding or updating document update your user field
    - create job in SQL server which in specific interval recalculate the changes of onhand and update your user defined field
    - create addon which will be over functiuonalities which may change the onhand value
    I think that from SAP is possible only Addon, but the easist way is trigger and if you dont need it just in time but for example every 10 seccond, the better is job which cannot fail the standard SBO transaction (triger may and may be unsafe).
    Hope it helps
    Petr

  • Forgot whether automatic updates are included when you update Flashplayer.  Update was fine, just didn't see where to click to get automatic updates.

    Forgot whether automatic updates are included when you update Flashplayer.  Update was fine, just didn't see where to click to get automatic updates.  Please advise whether I need to do anything or not.  Thanks.

    If you are using Windows:
    You must be logged in from an Administrator account not a Standard account.
    Click on START, then Click on CONTROL PANEL, then be sure the View is set to Large Icons not Category.
    Click on the Flash Player Icon. The Flash Player Control Panel should come up.
    Click on the UPDATES tab. Now you can verify or select automatic updating.

  • Update default tile when Notification Service is WNS

    Hi,
    I have Windows Phone 8.1 Silverlight project.
    When I using WNS (Notification Service) I cant update default tile.
    When Notification Service is MPN I use:
    var findTile = ShellTile.ActiveTiles.FirstOrDefault();
    if (findTile != null)
    findTile.Update(new FlipTileData
    BackgroundImage = new Uri("isostore:/Shared/ShellContent/image123456789.jpg", UriKind.Absolute)
    and everything works great.
    How can I update default tile when Notification Service is WNS?

    I already know how :)
    private async Task UpdateWideTile()
    var tile = CreateWideTile();
    Windows.Storage.StorageFile file = await Windows.Storage.ApplicationData.Current.LocalFolder.CreateFileAsync("myImage.jpg", Windows.Storage.CreationCollisionOption.ReplaceExisting);
    using (var storageStream = await file.OpenStreamForWriteAsync())
    tile.SaveJpeg(storageStream, 310, 150, 0, 100);
    XmlDocument tileXml = TileUpdateManager.GetTemplateContent(TileTemplateType.TileWide310x150Image);
    XmlNodeList tileImageAttributes = tileXml.GetElementsByTagName("image");
    ((XmlElement)tileImageAttributes[0]).SetAttribute("src", file.Path);
    var tileNotification = new Windows.UI.Notifications.TileNotification(tileXml);
    TileUpdateManager.CreateTileUpdaterForApplication().Clear();
    TileUpdateManager.CreateTileUpdaterForApplication().Update(tileNotification);
    Hi undertaker,
    I'm glad that you have solved it, thank you for sharing your solution here:)
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Automatically update Data Flow when table column is added

    Hi, I have identical SQL Server databases on Server A and Server B, and I'm trying to create an SSIS package that will update its own Data Flow task when I've added a new column.  
    When I open the SSIS package up in Data Tools after adding the column, I get the following warning: 'The external columns for OLE DB Destination are out of synchronization with the data source columns. The column "TestColumn" needs to be added to
    the external columns.'  So the package know when it's out of sync with the db.  
    Is there a way to automatically update the external columns?
    Thank you!

    There is a Dynamic DTS task commercial product of CozyRock
    Another possibility is to generate an updated version of the package programmatically either with BIML http://www.mssqltips.com/sqlservertip/3124/generate-multiple-ssis-packages-using-biml-and-metadata/
    or via .net code http://msdn.microsoft.com/en-ca/library/ms345167.aspx
    Arthur
    MyBlog
    Twitter

  • SCCM 2012 R2: Forefront Endpoint protection via automatic updates only work when manually triggering automatic updat rule

    Hi,
    I followed this manual to configure forefront endpoint protection on clients: http://www.windows-noob.com/forums/index.php?/topic/6106-using-system-center-2012-configuration-manager-part-6-adding-the-endpoint-protection-role-configure-alerts-and-custom-antimalware-policies/
    Now in short: everything works fine ... as long as I trigger the audomatic deployment rules.
    Current situation:
    1. ADR ran fine (3:30 this night)
    2.Software update group is NOT ok
    3.I run ADR manually (right click on ADR, run)
    4.software update group is ok (green icon)
    Then virusupdates are succesfull. This means that clients only update their virus definitions when I manually run the ADR-rule.
    I'm missing something here.
    Please advise.
    J.
    Jan Hoedt

    Probably this issue: http://social.technet.microsoft.com/Forums/en-US/c6109678-785b-4c6d-9cb4-c9dfc1e34b2e/sccm-2012-automatic-deployment-rule-not-executing-updates-for-scep?forum=configmanagerapps
    Iow: wsus updates were scheduled at 3, automatic update rules at 3:15, probably sync wasn't done yet so it doesn't find updates. "The day after" updates are marked as expired.
    Jan Hoedt

  • In the Student and Teacher plan for $19.99 monthly, does it automatically update the programs when need to be?

    I currently have the cloud but the previous plan I purchased does not allow automatic updates, therefore I still have CS6, I am hoping with purchasing a new plan it will automatically be able to update the programs when they need to be updated.

    There are updates and upgrades.
    The Cloud app will automatically apply minor updates.
    Upgrades e.g. CC to CC 2014 have to be separately installed by the user whenever you are ready to install the major version upgrade.

  • Equipment Customer to CS Service Order Customer

    Dear all,
    In my equipment master record i have filled my customer field.
    What i need is to fill my CS order customer field from equipment master record, when i enter my equipment in order.
    Is it possible? How?
    thanks

    John
    You need to select the checkbox for your customer partner function in the following IMG Node:
    Plant Maintenance and Customer Service
    - Master Data in Plant Maintenance and Customer Service          
    -- Basic Settings
    --- Partners
    Copy Partner Functions to Master and Movement Data
    PeteA

  • Automatically Trigger a Idoc when a sale order Document is changed

    Hi Experts,
    Currently Idoc is pushed manually through sale order change transaction " VA02 " menu path
    " extras - > output - > header - > edit "
    I have done the nace settings for output types & condition records . Now that the Idoc gets triggered automatically
    when a document is created in VA01 transaction. Is there any other settings required such that the IDoc can be sent automatically once the document is changed and saved through VA02 transaction also.
    Or do I need to process the IDoc through user exit of VA02. Kindly advice how to proceed with it.
    sathish
    Moderator message: duplicate post locked.
    Edited by: Thomas Zloch on Mar 17, 2011 12:48 PM

    In Partner profile(WE20), you can make one mor entry similar to  existing record with check box enable, under Message control tab.means maintain the below details, Application, message type, process code and enable the change check box.
    After making entry in WE20, you can change sales order and save the application.It may work.

  • Picked serial number pop-up window when confirming transfer order

    Hi :
    I used to be able to see picked serial number pop-up window when I was confirming the transfer order via lt12, but now it doesn't come after system refresh, is there any setting to trigger it?

    Hi Allen
    Can you tell me how you were able to close this issue. Thank you.

  • Automatic updation in  PO when info record change

    Dear All,
    We have a scenerio where we purchase copper components from one vendor. The rates are changed on every 15 days.
    i.e. from 1-15th the rates are x, and from 16th-30th the rates are y. The supplier sends material on new price on 16th, irrespective of pending order as per old price.
    Can we have some sort of facility so that pending orders price of some specific items get updated, as soon as we change in info record.
    Suggest some solution.
    Thanks in Advance,
    Ishu

    Hi
    In PO, ie) in ME21N.....Item Details -
    > Condition Control Tab -
    > You can see the "Pricing  Date Category" Field......
    If it is not found there....then,
    Goto -
    > OLME -
    > PO -
    >  Define Screen Layout at Document Level -
    > Choose Field Selection key "NBF"  and go into details -
    > Choose Field Selection Group "Quantity and Price"  and go into details -
    > There you maintain the "Pricing Date Control" field as Optional Entry or as Required Entry as per your requirement and SAVE...
    Now you can get the Pricing Date Category field in PO...
    Reward if useful
    Regards
    S.Baskaran

  • Where we have to update the hierarchy when weusing sql server as repositary

    Hi,
    we are using sql server as repository and EIS as interface between sql server and essbase and we run the batch in EIS and the data is uploaded in to Essbase.
    Now we want to change the hierarchy and done changes in sql server and running the batch,it is throwing the error
    The error is IS ERROR member load terminated with error.
    Thanks

    PROBLEM: What if the backup data from the production site is in Incremental data backup and it will be transferred using FTP? I have no idea in this type of backup.
    How to restore it from 2000 to 2012?
    Well incremental backup is called differential backup and there is no different process to restore it. To restore differential backup you have to first restore FULL BACKUP which initiated differential backup
    only after that you would be able to restore differential back
    As you are already aware and have written in your question that you first need to restore backup on SQL Server(SS) 2008 R2 (you can also use SS 2005 or SS 2008) and then on SS 2012.
    The restore process would be
    1. First restore full backup on SS 2008 r2 ( the one, immediately after which diff backup was taken)
    2. Then restore latest Diff backup. If you have taken multiple diff backup after full backup mentioned in point 1 you only have to restore latest one or the last one.
    Now when you have migrated DB to 2008 r2. Just take full backup and restore it on 2012. Again if you have full and diff backup from 2008 r2 you would have to restore first full and then diff backup on 2012.
    Please mark this reply as answer if it solved your issue or vote as helpful if it helped so that other forum members can benefit from it
    My Technet Wiki Article
    MVP

Maybe you are looking for

  • Segmented COA : Add a new GL

    How do I ADD a NEW GL account, in a SEGMENTED COA ?

  • Need an information using java.sql in jsp

    I found that there is a 'dataset' like architecture in .NET, is there any 'dataset' like substance in our java, if it is means can you give me some ideas for using it in jsp, give me some example for saving a record in the mysql database. very urgent

  • Windows Operating System; Version: 6.1.7601.18409; Event ID: 36888; Event Source: Schannel; AlertDesc 10; ErrorState10

    The computer consistantly freezes for about one to two seconds over and over, making it difficult to navigate through web pages.  I have looked at the Event log and this is the only consistent error that has taken place that falls in line with this i

  • Mail Database Corruption?

    I've heard of such a thing happening. Does anyone have any insite into what these messages mean inside the mailaccess.log file? Jun 27 00:08:37 mail reconstruct[16856]: DBERROR db4: PANIC: fatal region error detected; run recovery Jun 27 00:08:37 mai

  • Updating Crystal Assemblies in VS 2013

    I recently converted a project from VS2010 to VS2013.  The project was using CR assemblies 13.0.2000.0 in VS2010 and I would like to update to version 13.0.10.1385.  However, I am unsure of really how to go about doing this update.  I downloaded and