Reference object data update in Location tab page of order

Hello
When a  reference object in notification/order is changed, the location and account assignment data is  updated in order location data by standard settings in SAP but any changes to the master data of the existing reference object is not changed in Notification/Order location tab page.
But there is an option that  when you change the data in the technical object and you need the same to be reflected in order location data for which this order has the reference object, we can use the functionality of clicking the right mouse in object list and so the data will be updated in notification/order.
Please explain how to carry out this step "of clicking the right mouse in object list and so the data will be updated in notification/order"..
I have changed the Location data/Account assignment data of techincal object in its master data and now i want that to reflect in Work order.
How to achieve this??

Hi,
Keep the cursor in Equipment field & right click the mouse. You can find the option Update Reference Object Data.
Select that option, you will get updated details in the Notification / order.
Regards,
Maheswaran.

Similar Messages

  • Equipment master data : address in "Location" tab

    Hi experts,
    Can someone tell me what the "address" data (in equipment master data, "Location" tab) are for?
    What is an example of business case which will use that "address"?
    Thanks,
    P.

    Hi,
    It is the same address data that is available on equipment header (Ctrl+F5). It could be the address of where the equipment is located or where it operates. Alternatively it might be the contact details for the equipment owner or maintenance company.
    It is similar to maintaining partners but you can use it as suits the business requirements.
    -Paul

  • Requirement to add new field in Location Tab of Service order

    We have a requirement in which it is needed to add anew field in Location Tab of Equipment and Service order. For Equipment part , we have added the field via Enhancement ITOB0001 and activating the field via "Set View Profile for Technical Objects".
    But for Service order part, we are not able to add the new field in the Location tab , please suggest how can we achieve this.

    Hi Deepika,
    If you are not particular about having it in Location tab use Screen-Exit provided in the Enhancement IWO10018 to add an additional tab to host your custom fields. as under:
    ABAPer will be able to readily follow these steps
    Steps will be,
    1. Create a Data type to capture the your custom values. (SE11)
    2. Include your Zfield (with this datatype) through in the include structure CI_AUFK of the Order Header table (AUFK)
    3. Create a project with Tcode CMOD and assign the enhancement above (IWO10018)
    4. Go to Components and Click on Screen Exit
    5. Here Go to Screen-painter (Blue Arrow named Layout) , Create your Field screen-box, field Text field and field Input field. In the field input field Name you should use the above Zfield details (table-field)
    6.Activate the project CMOD and come-out.
    Run IW31, you will see an additional tab like shown above. But here the field is nothing.
    We haven''t told the system what is to be filled here.
    For this in continuation to the above steps between 5 and 6, insert this step.
    5a. Write your code in Function Exits : EXIT_SAPLCOIH_018 and  EXIT_SAPLCOIH_019  of the same enhancement (IWO10018.)
    Code to be written in exit 18:
    move-corresponding COCI_AUFK_IMP to AUFK.
    Code to be written in exit 19:
    move-corresponding aufk to COCI_AUFK_exp.
    After this exercise your Z-field will be visible in the Enhancement Tab as shown in the picture in the beginning. Now your values will be saving to AUFK table.
    So, this is completely an ABAPer job.
    Hope this information helps you.
    Jogeswara Rao K

  • Planning IOndicator in control tab page-Work order

    How does the system assign the indicator "Unplanned, planned and Immediate" to a work order. What are the fields it considers when assigning the Planning indicator in Control tab page of the work order

    It is based on the configuration settings that you have maintained in SPRO:Go to the transaction OIOS or following the path:
    SPRO> Plant Maintenance and Customer Service>maintenance and Service processing>Maintenance and Service Orders->Define Default Values for Planning Indicator for Each Order Type
    These Indicators could be used for Reporting Purposes in IW 38, you could view how many planned orders, unplanned orders and Immediate Orders were there.
    Regards..

  • Conditon value not updating in CONDITION tab for Sales Order

    Hi Experts,
    Can anyone tell me about this ?
    I have created a Z condition type for VA01 and need to place some value (based on some logic  taken from conditon records).
    I am not able to do this.
    Steps already taken care of.
    !) In VOFM >formula section>conditon value = New routine is created.
    2) in V/08, after selecting the Z condition type Routine number is given in front of the Z condition type.
    Waiting....

    Hi Prabhu,
    I didn't understand the meaning of analyzing the Pricing Procedure ?
    In V/08, I have selected the Z condition type created in the system and than selecting that, navigated to CONTROL folder.
    Now in front of the Z condition type in CALCULATION TYPE field the number of the routine is given (Which is created using VOFM).
    Now what else I need to do?
    Repy@Madhu.
    Yes Madhu. Routine is activated and control is stopping if break point given in the routine. In this routine I am trying to populate a value in its XKOMV internal table's KBETR field but when VA01's main CONDITIONS TABS screen comes the value is not appearing.

  • PM Order reference object

    hi,
    My requirment is that i have changed the WBS element of all the equipments. Noq these equipments are used in some orders. I also want that the new WBS elemment also get updated in the order. One option is that i open each order and do the reference object data update. But that is a lengthy process. Is there any kind of mass maintenance in which i put all the order numbers and all the master data for refernece object get updated.
    otherwise i have to make a BDC or LSMW>

    Of course you can
    Go to IW38, select all the orders where you want to update your reference object - eqpt in your case
    Once you get the list, select all the orders
    Click on your screen menu "Order -> Carry out Mass Change" Ctrl + F11
    On the Popup, choose field you want to replace (use F5 to select the field for change)
    Here you can follow two step
    First time you remove all the Equipments -
    Check Replace only - Enter the Eqpt Id
    New Value with blank and then Execute
    Second time, you give the new value with the equipment id you need & execute again
    Suggest, you can keep the list of workorders handy as on the first run, (if you had selected on the basis of Equipment, you will be pushed to the IW38 selection screen)
    Also try first using the test run

  • Saving the data of all tab pages.....

    i have 3 tab pages, when i enter the data in all 3 tab pages and finally i want save the data of all 3 tab pages by press only one save button........
    how to do this?
    pls help me guys...

    how to store the value which is in page field(:P1_NAME,:P1_SAL...As for this specific question
    BEGIN
      IF ( APEX_COLLECTION.COLLECTION_EXISTS (p_collection_name => 'BOOKING' ) THEN
         APEX_COLLECTION.TRUNCATE_COLLECTION(p_collection_name => 'BOOKING' )
      END IF;
       APEX_COLLECTION.ADD_MEMBER (
                                    p_collection_name  => 'BOOKING'
                                   ,p_c002                   => :P1_NAME
                                   ,p_c003                   => :P1_SAL
    END;

  • Explain DATES, Scheduled Actions & Reference Objects

    Hi Experts,
    In an activity screen can any one explain me about these three blocks?
    DATES, SCHEDULED ACTIONS & REFERENCE OBJECTS
    Dates  (Assignment Block)
    Date Types -
    Date-----Time-Date ToTime To--Duration-Time Unit-All D E
    Planned Completion                                          
    Period
    Planned Date          
    Activity: Planned Total Duration                                  
    Actual Dates                                         
    Activity: Actual Total Duration                             0     Minute     
    Interaction: Actual Dur. Face-to-Face                                   
    What is u201CPlanned completion periodu201D, u201Cplanned dateu201D, u201CActivity: Planned Total Durationu201D, u201CActual Datesu201D, u201CActivity: Actual total durationu201D, u201CInteraction: Actual dur. Face-to-Faceu201D.
    Those all date types almost seems meant same, if there is any difference please explain.
    Scheduled Actions (Assignment Block)
    What is this for?
    Reference Objects (Assignment Block)
    What is Reference Objects? When I click on u201CNewu201D, it shows me Reference Type and Reference ID. What are these used for? What is this used for?
    Thanks & Regards
    Rohan

    Hi Rohan,
    for the first question I can advise to review the customizing of the date profile, transaction spro, CRM->Basic Functions-> Date Management.
    Like the difference between the Planned Date and Actual Date in the Activity management lies in the different date rule used. So for the first one the FM CRM_DATES_ORDERACTUAL_TR is called when it is determined. For the second one the FM CRM_DATES_ORDERPLANNED_TR is called.
    Hope this helps,
    BR,
    Erika

  • Want to change Del Date and Goods Issue date in Delivery scdl tab of PO

    Hi Gurus,
    I am in a situation wherein i need to change the Goods Issue date in Delivery schedule tab of Purchase Order and make it equivalent to Delivery date in the same tab.
    Currently the Goods issue date that is taken by default will always be one day after the Delivery date.
    Where is the control for this???
    Regards,
    Trishul

    Hi Jürgen,
    Thanks for your response. You are right. The Process is STO.
    The delivery has not been created as yet.  Everything is happening while creating the PO. The settings are such that the delivery date will be taken by the system automatically by doing the Availability check and simultaneously the goods issue date will be updated. But it will be one day later to the delivery date. But i want this to be same.
    Incase if i change the Goods Issue date manually, this is the message i get "Goods issue cannot be carried out in the past"
    Message no. V1062
    Please let me know if i am not clear.
    Regards,
    Trishul
    Edited by: Trishul Das on Mar 17, 2009 4:09 PM

  • FRM-41837 Error raising tab page

    Hi,
    I've got a problem with my form. I have four tab pages but in some cases I need to hide two tabs and save the information of the other tabs , when I try to save the data in my enabled tab pages I'm getting the error: FRM-41837 Error raising tab page
    Can somebody help me please?
    Thanks in advance.

    Hi Sarah,
    Here's the deal, I have four tab pages and I need to hide two tab pages because of one or more conditions, the thing is I need to save tha data in my available tabs, I checked the code and I don't have any go_block or go_item sentence in my triggers that could be affecting but I'm gonna check the code again maybe is something else =(
    Thanks a lot for your comments

  • Customer Master tab page "Contact Person"

    Dear All
    In the custome master general Data the * contact person tab page * is not appearing, How to make it appears the tab page
    contact person, since we need to add the contact person name for that customer.
    Please give me the soluation, its very urgent.
    Thanks in advance for your answer.

    Dear Friend,
    This is because of the suppressed entry in the account group creation.
    Go to TC : OBD2 :
    Select your account group and then go to the details in the magnifying options you will find the datails of the sales area ....
    In the sales area go to bussiness partner assignment.
    Radio it to optional entry......
    now create customers...
    reward if useful..
    regards,
    SAP SD

  • Why is the new tabs page not loading?

    My firefox is supposedly up to date but the new tabs page isn't loading nor is the icon in the corner coming up so I can turn it on.

    then please try running firefox in safemode once and see if this is working as intended - maybe one of your extensions is interfering...
    [[Troubleshoot extensions, themes and hardware acceleration issues to solve common Firefox problems]]

  • Tab pages

    Hi,
    I've 3 radio buttons(A,B,C) in the form and 3 tab canvases(tab1, tab2, tab3) with 3 tab pages each.. When user select radio button A, then tab1 canvas displays(with corresponding tab pages) and when user select B radio button then tab2(with corresponding tab pages) displays and so on.. one of the requirement is if there is no data then disable those tab pages. I was facing one issue when i was trying to disable the tab pages. if there is no data for all tabe pages for a particular tab canvas then it says -> FRM-41389: Cannot set ENABLED attribute of last enterable tab page. Is there anyway to achieve this? or any advise? or different solution pls? the requirement is to disable the tab pages if no data, i need to achieve this.
    Thanks for your help

    Presumably one page has to be enabled in each tab set. So make sure the topmost page is left enabled and disable the others. Alternatively you could disable the blocks/fields on the tab pages instead.

  • CHANGING TAB PAGE IN WEB

    Hi all,
    We're working with Developer 6.0, and we have a problem with the
    applet
    viewer, it's this:
    When we try to go to an item of the same data block, but
    distinct
    tab page, the go_item function doesn't works,
    how can we do to go to the destination item.
    Thanks for your help.
    null

    here is how you restore or change your new tab. Thanks to jscher2000 in another post.
    Quoting
    "Here is how you can reset what the tab does. If this setting does not stick, one of your add-ons might be overriding it.
    (1) In a new tab, type or paste about:config in the address bar and press Enter. Click the button promising to be careful.
    (2) In the filter box, type or paste newtab and pause while the list is filtered
    (3) Double-click the browser.newtab.url preference and enter the desired value:
    (i) Page thumbnails (default)
    about:newtab
    (ii) Blank tab
    about:blank
    (iii) Built-in Firefox home page
    about:home
    (iv) Any other page
    full URL to the page
    Press Ctrl+t to open a new tab and verify that it worked."
    I hope this helped you it sure helped me and Thanks jscher2000, you saved me from pulling my hair out.

  • How to avoid clear record when tab pages changes

    Hi All
    I am using oracle forms 10g and db 10g.
    I have created a form with four tab pages. Namely "EXPENSE" , "AMOUNT_DETAILS", "SUPPLIER" , "ACCOUNT".
    When i enter a data in page 1 ie Expense and move to next page page2 "AMOUNT_DETAILS", and enters data in page3 "SUPPLIER" and when i come back to page1 "EXPENSE" and also Page2 "AMOUNT" the data get cleared in Tab pages. There is no data again i need to enter the data manually.
    Can any one suggest me how to avoid this clear data.
    Thanks & Regards
    Srikkanth

    Hi,
    Thanks once again for your quick response.
    I have checked it , i was working with oracle apps.Now i have entered all the datas in the four tab and press save button in the screen at that time also the data get cleared.Can you please tell is there any work around for this.
    regards
    Srikkanth

Maybe you are looking for

  • A problem with a Filter

    I'm not sure whether filters shoud be discussed here - but I'll give it a try. So, I'm having a filter that takes the response, changes it, and then prints it to the client (the way it is shown in the Sun tutorial) out = res.getOutputStream(); respon

  • Child report displays no rows

    I have the drill-down type of report using portal EA 3.0.6.3.3 . for this i have a link from main report to child report (this is a link item created on report), and it work's fine as long as i use this with portal30 user. if i login as some other us

  • Partition ERROR - 1023040 - msg from remote site : need to understand

    hi, I currently have a problem with the partitions between two cubes. Architecture:       80 countries database (source)       1 world database (destination) Process : - The partitions are created dynamically by maxl scripts : spool on to $1; Alter a

  • How to set up printer from ipad?

    how to set up printer from ipad? Johs.

  • Headstart Designer 6i. Install into Production Environment as Client/Server

    Hi, We are using designer 6i with headstart installed. We already have it installed in one 8i database running on an NT server but now we need to deploy it in a different 8i database. The associated documentation relates to a web server enviroment. C