Is it Possible to Create an Equipment from a template - changes when th etemplate changes

A Reference Functional Location structure is a good template for a a Functional Location structure. For an equipment or equipment hierarchy there isn't a real equivalent. More Functionality is required than creating an equipment with Reference to an existing one. E.g. you have a fleet of vehicles that all have inspection points - copying a template equipment will create a new vehicle with the same inspection points - but what happens if you need to add an inspection point to all the vehicles that were copied from the template.
Does anyone know of standard functionality to do this?

Reference Equipment is also an Equipment, not like the concept of Reference Functional Location.
You can have separate category as Reference Equipment, in which you can create Reference Equipment in IE01.
While creating actual equipment, just put that Reference Equipment number, in IE01 then all the details will be copied including measuring points.

Similar Messages

  • HT204053 the only way to creat an icloud account is with a ipad, iphone or imac. is it possible to creat the account from my windos PC? i already downladed i cloud, and i have an Apple ID but Not an Icloud account/

    the only way to creat an icloud account is with a ipad, iphone or imac. is it possible to creat the account from my windos PC? i already downladed i cloud, and i have an Apple ID but Not an Icloud account/

    Isa Garduño wrote:
    the only way to creat an icloud account is with a ipad, iphone or imac Apple computer.
    As you already knew, no, you cannot create a new iCloud account from anything but the above devices.
    http://support.apple.com/kb/HT4436

  • Is it possible to create foreign key from composite key in other table.

    SQL> desc PRODUCT_CONFIG_OPTION;
    Name Null? Type
    CONFIG_ITEM_ID NOT NULL VARCHAR2(20) --composite primary key
    CONFIG_OPTION_ID NOT NULL VARCHAR2(20) --composite primary key
    CONFIG_OPTION_NAME VARCHAR2(100)
    DESCRIPTION VARCHAR2(255)
    SEQUENCE_NUM NUMBER(18)
    LAST_UPDATED_STAMP TIMESTAMP(6)
    LAST_UPDATED_TX_STAMP TIMESTAMP(6)
    CREATED_STAMP TIMESTAMP(6)
    CREATED_TX_STAMP TIMESTAMP(6)
    SQL> DESC PRODUCT_CONFIG_ITEM;
    Name Null? Type
    CONFIG_ITEM_ID NOT NULL VARCHAR2(20)
    CONFIG_ITEM_TYPE_ID VARCHAR2(20)
    CONFIG_ITEM_NAME VARCHAR2(100)
    DESCRIPTION VARCHAR2(255)
    LONG_DESCRIPTION CLOB
    IMAGE_URL VARCHAR2(255)
    LAST_UPDATED_STAMP TIMESTAMP(6)
    LAST_UPDATED_TX_STAMP TIMESTAMP(6)
    CREATED_STAMP TIMESTAMP(6)
    CREATED_TX_STAMP TIMESTAMP(6)
    SQL> desc product;
    Name Null? Type
    PRODUCT_ID NOT NULL VARCHAR2(20)
    PRODUCT_TYPE_ID VARCHAR2(20)
    PRIMARY_PRODUCT_CATEGORY_ID VARCHAR2(20)
    MANUFACTURER_PARTY_ID VARCHAR2(20)
    FACILITY_ID VARCHAR2(20)
    INTRODUCTION_DATE TIMESTAMP(6)
    SUPPORT_DISCONTINUATION_DATE TIMESTAMP(6)
    SALES_DISCONTINUATION_DATE TIMESTAMP(6)
    SALES_DISC_WHEN_NOT_AVAIL CHAR(1)
    INTERNAL_NAME VARCHAR2(255)
    BRAND_NAME VARCHAR2(100)
    COMMENTS VARCHAR2(255)
    =========
    CREATE TABLE PROD_CONFIG_PROD_CONFIG_OPTION (
    PRODUCT_ID VARCHAR2(20),
    CONFIG_ITEM_ID VARCHAR2(20),
    CONFIG_OPTION_ID VARCHAR2(20),
    PAGE_NUM_TO NUMBER(18),
    ALTERNATE_PAGE_NUM_TO1 NUMBER(18),
    ALTERNATE_PAGE_NUM_TO2 NUMBER(18),
    ALTERNATE_PAGE_NUM_TO3 NUMBER(18),
    LAST_UPDATED_STAMP TIMESTAMP(6),
    LAST_UPDATED_TX_STAMP TIMESTAMP(6),
    CREATED_STAMP TIMESTAMP(6),
    CREATED_TX_STAMP TIMESTAMP(6),
    CONSTRAINT PK_PROD_CAT_CONFIG_MOD PRIMARY KEY (PRODUCT_ID),
    CONSTRAINT FK_PRODUCT_ID FOREIGN KEY (PRODUCT_ID) REFERENCES PRODUCT(PRODUCT_ID),
    CONSTRAINT FK_CONFIG_ITEM_ID FOREIGN KEY (CONFIG_ITEM_ID) REFERENCES PRODUCT_CONFIG_ITEM(CONFIG_ITEM_ID),
    CONSTRAINT FK_CONFIG_OPTION_ID FOREIGN KEY (CONFIG_OPTION_ID) REFERENCES PRODUCT_CONFIG_OPTION(CONFIG_OPTION_ID) )
    TABLESPACE DATA_SMALL
    i try to create this table if i omit 3rd foreign key constraint then table successfully created.but including trd foreign key constraint it return error "ORA-02270: no matching unique or primary key for this column-list"
    i checked everything is it possible to create foreign key from composite key in other table.

    And
    CONSTRAINT FK_CONFIG_OPTION_ID FOREIGN KEY (CONFIG_ITEM_ID,CONFIG_OPTION_ID) REFERENCES PRODUCT_CONFIG_OPTION(CONFIG_ITEM_ID,CONFIG_OPTION_ID)
    ?

  • Is it possible to create an activity from the Agenda?

    Hi Experts,
    We noticed that it's possible to create a note from SSC1 Tcode but not an activity.
    When we create an activity (appointment), it appears in the agenda but  we can't manage to create it from the agenda.
    Is there any possibilities ?
    Many Thanks
    Laurent

    Hi,
    You can create the activity by double clicking on appointment calendar.
    Go to Tcode : crmd_order and select calendar tab.Double click on any time of the calendar and select the appropriate transaction type for activity.
    Then you will be able to create the activity.
    If helpful kindly reward me.
    Thanks & Regards,
    Anirban

  • Is it possible to create an account from Switzerland ?

    Is it possible to create an account from Switzerland ?

    Sure - Switzerland is on the list of countries supported for purchasing a subscription.  You can sign up for a Free or Paid account from Switzerland, in general for purchasing a subscription you just need to have a credit card with the billing address in any of the following countries: In which countries is FormsCentral available for purchase?
    Thanks,
    Josh

  • Possible to create an object from a String?

    Hi,
    is is somehow at all possible to create an object from a String ?
    If we have etc.
    String txt = "Carrot()";
    Is it then possible to somehow cast that String and interpret it as a class type that it should make an object of ?
    Like
    new txt; - would then give me the same as new Carrot(); ?
    Hope you understand what i mean.
    Martin From... :-)

    Class.forName("some.package.Carrot");

  • Error on creating a subsite from custom template with full control

    I have a site collection and a subsites A and B on it, there is a group 'Managers' that has Read permissions on
    site A. This group has Full control permissions on site B, and I have a solution with custom site definition, lists and feature event receiver that breaks permissions for certain list and sets Read permissions for group 'Visitors'. This list
    is being created when site was created by my custom site definition. But when I try to create a site from this template I get 'Access denied'.  I checked logs, and they say that site was created, every method in my receiver is executed without errors
    but later I see messages about deleting this site. But if I am a
    site collection admin everything works. And another fact is that if I create site without activating feature with event receiver and after creating site I
    manually activate the feature everything works fine. Any ideas?

    Hi,
    For a better troubleshooting, I suggest to do as follows:
    1. Rescope your features so that web application related activity are performed by a web application scoped feature.
    2. Disable the security setting  via PowerShell or a console app.
    function Set-RemoteAdministratorAccessDenied-False()
    [System.Reflection.Assembly]::LoadWithPartialName("Microsoft.SharePoint") > $null
    [System.Reflection.Assembly]::LoadWithPartialName("Microsoft.SharePoint.Administration") > $null
    # get content web service
    $contentService = [Microsoft.SharePoint.Administration.SPWebService]::ContentService
    # turn off remote administration security
    $contentService.RemoteAdministratorAccessDenied = $false
    $contentService.Update()
    Set-RemoteAdministratorAccessDenied-False
    Best regards
    Dennis Guo
    TechNet Community Support

  • HELP with Problem creating a page from a template Suggestions PLS.

    Nadia was kind enough to give me step by step in creating a template the right way.
    Problem is why won't it work?
    1) I create a page exactily like I want the templete to look.
    2) I save the child page as a template.
    3) I go to FILE>NEW>Page from template, look at the template on the insert on the right and it is just as I would expect it to be. The update is checked on change. I say ok and what appears on screen is I have lost all my formatting. When I look at the code, creating a page from the template causes the process to change the location of (for instance) the background image gif file from ...images/background.gif to the full location name starting the string at the C:/ all the way to ...background.gif. Therefore, the created page from the template loses all of its formatting.
    How do I fix this problem????

    Okay, here I go again with this problem step by step.
    1) Created a basic page that has a header, body and footer: www.goodimage.com and saved it as maintemp.html .
    2) I saved maintemp.html in the normal place where all the html are stored because as I was creating the template it told me I needed to save the page I was working on. So I decided to store it as an html until as it was layed out. Then I went to FILE/SAVE AS TEMPLATE storing it as maintemp.dwt.
    3) Then I created an edItable area called BODY.
    4) Then I did a FILE/SAVE AS TEMPLATE or tried to. As part of this process it wants to know if I want to UPDATE LINKS. If I do then the links will reference the template folder (but it is the DW default - hmmm what do I do) When in doubt take the default. So I did.
    5) So now I have a nice looking template called maintemp.dwt with one editablel region. So I feel pretty good until I suspect the next problem I have been fighting all along will appear. I select FILE/NEW PAGE FROM TEMPLATE and I see goodimage site, and my template called maintemp and a nice picture of it on the right screen part. Also update page when template changes is checked. Then I select to do the action.
    6)  Upcomes an unformatted screen caused by the links not being correct. I save the page as index.html to see if it will correct itself. I does not correct itself. So the index.html page is not formatted even after I closed down DW to see if that would help. It didn't. So I could go in and manually update the page but what a mess that would be.
    7) So I will go back to create a page from the maintemp.html with the UPDATE LINKS turned off. Using maintemp.html to create a template just like in step 2). When UPDATE LINKS is not selected then the template falls apart and is unusable.
    I HAVE WASTE ABOUT THREE DAYS ON THIS ONE PROBLEM AND I HAVE BUT A FEW MORE HOURS TO GET IT DONE. ONCE THIS WORKS IT WILL GO FAST. I AM TIRED OF BEING TIRED BUT MAYBE THAT IS CAUSING MY PROBLEM. ANYWAY, PLEASE HELP AS I AM AT A LOSE.
    HLOWER

  • Is it possible to create a contact from information in a spreadsheet?

    I have a numbers spreadsheet with name, address, phone numbers, email address, etc. for 100 people. Is it possible to create cards in my Contacts without retyping the information?

    Well, this is much easier than I thought.
    As long as you have a Numbers file structured as follows:
    (you can have more info, i.e 2nd tel# email, etc)
    In Numbers, File->Export to->CSV FIle
    Then in Contacts, all you need to do is File->Import, and select the csv file,
    and you'll be given a choice of how to fill in the data to Contacts:
    First, Backup (Contact->File->Export...->Contacts Archive), so if somthig goes wrong with the import, you can start over at square one.

  • Is it possible to get the image from the i pad when mirroring via Apple TV to fill the screen instead of appearing as a screen within a screen?

    When mirroring, is it possible to get the image from the ipad to fill the screen on the TV instead of appearing as a screen within a screen?

    Welcome to the Apple Community.
    No, the iPad has an aspect ratio of 4:3, a TV has an aspect ratio of 16:9, to fit one into the other is impossible without distorting the picture. If your TV has a zoom feature, you may be able to use this to fill the screen a little more to your liking, but this will result in cropping top and bottom.

  • Possible to "create" new record from queries

    hi ,
    is it possible that i can get a "new" record using queries instead of thru pl/sql ?
    i have the following table :
    tbl1 :
    id time1 time2 type
    1 07-10-2006 03:00:00am 07-10-2006 04:00:00 am A
    1 07-10-2006 04:01:00am 07-10-2006 04:45:00 am B
    1 07-10-2006 04:50:00am 07-10-2006 07:00:00 am A
    tbl2
    id time type
    1 07-10-2006 05:00:01am K
    notice that tbl2 record falls between time1 & time2 of tbl1's 3rd record and i want to create a "new" record in tbl1 from tbl2
    the final results would be :
    id time1 time2 type
    1 07-10-2006 03:00:00am 07-10-2006 04:00:00 am A
    1 07-10-2006 04:01:00am 07-10-2006 04:45:00 am B
    1 07-10-2006 04:50:00am 07-10-2006 05:00:01am A
    1 07-10-2006 05:00:01am 07-10-2006 07:00:00 am K
    tks & rgds

    What happens if the time from tbl2 is not include into any interval from tbl1 ?
    Anyway, you can try something like following - with MERGE -, but it will work only in case of the time from tbl2 is include into an interval from tbl1 :
    SQL> select * from tbl1;
            ID TIME1               TIME2               T
             1 07/10/2006 03:00:00 07/10/2006 04:00:00 A
             1 07/10/2006 04:01:00 07/10/2006 04:45:00 B
             1 07/10/2006 04:50:00 07/10/2006 07:00:00 A
    SQL> select * from tbl2;
            ID TIME1               T
             1 07/10/2006 05:00:01 K
    SQL>
    SQL> merge into tbl1 a
      2  using (select b.rowid rwd, b.id, b.time1, c.time1 time2, b.type
      3         from   tbl1 b, tbl2 c
      4         where  b.id=c.id
      5         and    c.time1 > b.time1
      6         and    c.time1 < b.time2
      7         union all
      8         select null rwd, c.id, c.time1, b.time2 time2, c.type
      9         from   tbl1 b, tbl2 c
    10         where  b.id=c.id
    11         and    c.time1 > b.time1
    12         and    c.time1 < b.time2) d
    13  on (a.rowid=d.rwd)
    14  when matched then update set a.time2=d.time2
    15  when not matched then insert (a.id, a.time1, a.time2, a.type) values (d.id, d.time1, d.time2, d.type);
    2 rows merged.
    SQL>
    SQL> select * from tbl1;
            ID TIME1               TIME2               T
             1 07/10/2006 03:00:00 07/10/2006 04:00:00 A
             1 07/10/2006 04:01:00 07/10/2006 04:45:00 B
             1 07/10/2006 04:50:00 07/10/2006 05:00:01 A
             1 07/10/2006 05:00:01 07/10/2006 07:00:00 K
    SQL> Nicolas.

  • Is it possible to create video material from the new Apple Maps app? Has anyone attempted this?

    I'm interested in creating a mini movie/video of key locations on Apple maps. Can you plot, rotate 3D, flyover a number of locations to tell a story and then download it as a movie? Anyone attempted this?

    Unless you deleted the previous version, it is retained in the iWork 09 folder in Applications.
    Apple no longer supply the previous version of Keynote (it was part of iWorks 09), but it can be purchased on eBay as a DVD disc.
    If you want to remove Keynote 6, right click the icon in Applications and select move to trash.
    Keynote 6.1 works well, it has some issues with converting from older version files and has some features missing from the previous version but it is usable and stable, I use it every day without any problems.
    Keynote 6.1 does have an inspector, its the side panel on the right.
    If it is not in view, click either the Format, Animate or Setup buttons top right on the Keynote tool bar.

  • Is it possible to create data control from wsdl when complextype is used

    Getting DCA-40015 error when trying to create a data control from WSDL file.
    The error clearly says complextype is not supported . just trying to see if there are any workarounds . because creating data control will save time in developing user interface by dragging and dropping the the data control in jsf page. jdeveloper webservice tester is able to create user interface for me based on wsdl when i run it , trying to develop the user interface using jsf pages
    oracle.adf.model.adapter.AdapterException: DCA-40015: Failed to create the structure for schema element "result". The complex type definition of the element is not supported.

    Hi,
    I could reproduce what I did:
    - created WebService from custom Pojo Model
    - Made sure all entities implemented serializable
    - In the WebServices Wizard, I created XML representations for my entities
    - tested with OC4J WebServices tester
    - Built ADF data control from WSDL file of deployed WebService
    - Created dependency t project containing the POJO entities
    - Selected result.xml of each method exposed in the WebService project
    - In the structure window, selected "item" (result-->item)
    - changed Bean class to my entity class name (absolute name)
    This showed my entity in the DC palette
    Frank

  • Is it possible to create a multiclip from different formats?

    Hello,
    I have footage from 3 cameras: 2 HDV (1440x1080) from Sony Z7 and 1 HD (1920x1080) from Sony EX-3. I could not find a way to create a multiclip in FCP 7; I get the message: The video frame sizes don't match. Is there a way to do after all? Maybe if I change the codec and frame size of the HD material and render it according to HDV, would that work?
    thanks a lot
    y

    Yes, that's the way to go. To be able to make a multiclips all sources must be in the exact same codec en specifications.
    If you want to output to tape at the end, then stay in HDV. Otherwise I'd recommend to transcode the HDV to match the EX3 footage...
    Rienk

  • Is it possible to creat a playlist from the 'Up Next' list?

    That may seem odd, but the reason is this.
    For our labs I'd like to crate playlist that play files from our shared libraries.
    Cut down on the piracy of our vast music collection in our university music dept.

    If I'm may quote secret agent Maxwell Smart. "Missed it by that much."
    You answer to my question is 100% correct and that function is pretty cool. Good to know!
    However, this feature allowed me to discover that what I wanted to do does is not possible. Up Next can contain songs from a shared library (wich I find to be an outstanding extension of iTunes networked functionality). However, it does not provide for the ability to put content from a shared resource into a playlist. This is probably a fairly straight forward possibility, technically speaking, but doubt Apple will put too much effort into this at this time.
    Thanks for answering the question that I asked! kudos to you Steve.

Maybe you are looking for

  • High volume Printing for GLM?

    I understand from various sources GLM can support high volume label output provided the correct enhancements and support packs are installed and configured.  This may include updates to WWI.  We are currently running ECC6 EHP5, SAP_BASIS 10, EHSM 3,

  • Adding loops to the loop browser.

    I'm using mac os 10.4.11. I have placed all my loops on an external hard drive. 1) Are only apple loops allowed to be added or aiff loops in general as well? 2) when adding loops to the loop browser should one add an entire folder if they are in a fo

  • What browsers work with iWeb 08?

    Specifically, no windows browsers work with my site. Safari for Windows does, but no other browsers do. Why is this the case? Is there a way to set iWeb to publish as a windows compatible site? If there is no way to cure this problem, the application

  • Com.adobe.ProcessingException: Requested update ZCI-003 could not be found.

    Hi Please assist with the following ADS call error as per webdynpro application dump for an adobe interactive form. The dump happens on drop downs and buttons on the form. The ADS is on Netweaver 7.01 EHP1. The layout on the form is ZCI but the scrip

  • Flex 2 14" Do I really need remove keybord for upgrading RAM

    Hi all, I just want to know if I really have to remove the keyboard for installing a 2nd DIMM of RAM. I read the HMM but it doesn´t make sense for me. Can anybody confirm that it is really absolutely necessary? Best Patrick Solved! Go to Solution.