How do you garanti integrity of ESR Content.

Hi,
suppose you put an interface into production, you want to be sure to keep the ESR content of this interface
unmodified , until you need to change it again ... exp for a bug fix or a new version.
We can put objects non-modifiable in a software component version but then again.. anybody can switch it back to modifiable and make changes.
Basically, you are not garanteed that no one changed the software component since you put it in production.
Is there a best practice to garanti that your ESR content is not modified... can you search who modified a software component version since a certain date...
How do you do it ?
Thanks.

Hi Stefen,
it would be great to have history for all elements of a software component at the same time ...
This way , you could see what has changed in the software component since the last release in production.
I'm curious what kind of rules do people use in PI... do you keep a separate file documenting all changes made to a software component ?
Do you have only one person who is allowed to set the objets to modifiable.
Thanks.

Similar Messages

  • How do you create a  table of contents on pages?

    How do you create a table of contents on pages?

    Hi Megan ..
    See page 102 >   http://manuals.info.apple.com/en/pages_userguide.pdf
    You may want to save that PDF file. It will come in handy.

  • HT201274 How do you cancel the "erase all content and settings" process?

    I started the "erase all content and settings" process and its seems to be taking forever, please how do i cancel the "erase all content and settings" process?

    Welcome to Apple Communities
    Try to turn off your device holding the Sleep button. Then, turn on, connect it to your computer and restore with iTunes

  • HT1338 How do you turn off HTML voice content?

    How do I turn off HTML content?

    Just what do you mean? If Flash based then install a Flash blocker browser extension/plug in.
    You can also turn off/disable JAVA and Java Script since those can initiate action like an audio player. There are browser extensions/plugs that will all selective JavaScript blocking

  • New apple TV - how do you stream if all your content is on a laptop?

    I'm currently using the older Apple TV and have all my content on its hard drive. I want to upgrade to the new Apple TV for the Netflix feature. The problem is that all my content is on my Macbook Pro and I don't want to keep it on all day for streaming. I need access to all my iTunes music, photos and videos.
    Is there any other solution aside from keeping the laptop open all the time? Is there any way to stream with the laptop on but the screen closed? Or is there any way to utilize my Apple router+external backup drive somehow?

    A MacBook Pro can run with the screen closed without problems. Unlike the old iBooks, MacBooks do not vent significant heat through the keyboard. An MBP needs to have an external monitor, keyboard and mouse to run with the screen closed, though, which may make it impractical for you.
    Regards.

  • How do you write any kind of content you want into a new file using Java?

    I know this is extremely basic, but I have absolutely no idea how to do this!
    How can I create a brand new file on my machine, this new file containing literally ANYTHING I want: String content; Image content, Excel content, Whatever content.. literally anything on the planet I can come up with..??
    I have tried everything I can think of to no avail and have exhausted every online tutorial I could find both here and via Google, to no avail. I can't figure it out, and this is all I have so far:
    * FileDownloader.java
    * Created on January 10, 2007, 3:47 PM
    * To change this template, choose Tools | Template Manager
    * and open the template in the editor.
    package FileTools;
    import java.io.*;
    import java.net.*;
    * @author ppowell-c
    public class FileDownloader {
        public static void download(URL url, File file) throws IOException {
            InputStream in = url.openStream();
            FileOutputStream out = new FileOutputStream(file);
            byte[] b = new byte[1024];
            int len;
            while((len = in.read(b)) != -1) {
                out.write(b, 0, len);
            out.close();
        public static void download(String path, File file) throws IOException {
         download(new URL(path), file);
        public static void download(String path, Object contents) throws IOException {
         ObjectOutputStream out = new ObjectOutputStream(new FileOutputStream(path));
         out.writeObject(contents);
         out.close();
    }This code fails to download contents into a new file in the case whereby I want to create a new .ico Icon file with the contents from ImageIcon.getImage() as an example, which is what I want to do right now.
    Thanx
    Phil

    beyond any mortal being? In PHP it's extremely easy,
    it's just three lines:
    <?
    $fileID = @fopen('/path/to/your/file', 'rb');
    @fputs($fileID, $contents);  // $contents can be
    literally anything, even anobject!
    @fclose($fileID);
    The thing here is - what is in $contents? I personally don't have a clue how to manually create the contents for a .bmp file for instance - I don't know what should go where in order for a .bmp reader to be able to recognize the file as a "real" bitmap (.bmp) file. I can, however, just put anything I want - anything at all into a file, write it out, calling it a .bmp file. Will it be a .bmp file? No, of course not. So, what is in $contents?
    ~Bill

  • How do you scroll multiple buttons/interactive content???

    Hi, I'm having a lot of trouble trying to figure out how to
    make multiple buttons(my content) scroll through the use of an
    invisible scroller that works on rollover. I've figured out how to
    make text and movie clips scroll but not buttons. Please
    help!

    Take a look at this tutorial and see if it helps

  • How do you backup ZenV Plus audio contents on

    So I've loaded my ZenV Plus to the hilt with audio by ripping directly from CD to the Player using Creative Media Explorer, is there a way I can now backup my player's contents back to my PC?

    Hi Megan ..
    See page 102 >   http://manuals.info.apple.com/en/pages_userguide.pdf
    You may want to save that PDF file. It will come in handy.

  • ESR - How do you import standard SAP Models

    Hi,
    We've recently upgraded to PI 7.1 and I'm looking to model some integration scenarios.
    I have been reading the following help
    http://help.sap.com/saphelp_nwpi71/helpdata/en/73/70bfcc163b48b0bb5edb6cdd860766/frameset.htm
    Under the section - Modeling Guide for model types in the ES Repository - there is the following note
    Finally, the different models are a good way of documenting the whole process of an application and make it easier to enhance software later.
    Note
    SAP already works internally with the modeling environment, including a unification and standardization process (Governance Process), to increase the level of reusability. SAP delivers the models that were produced by this process as ESR content to aid the understanding of the SAP application.
    End of the note.
    I'm wondering if there is a way to import these models so I can view them.
    Regards,
    John

    Hi John,
    After the upgrade, if you drill down the SAP Standard Software Component Versions in the ESR you'll notice some of the models that SAP shipped with the upgrade. You can start looking at those to get a good idea of how SAP has used them.
    The other alternative is that if you import XI Content from Service Marketplace that you migh require for building Enterprise Services for a specific scenario you may have, SAP Models used to produce that Enterprise Service/s are shipped with the XI content. You can browse through those as well.
    Regards, Trevor

  • When I go to my downloads folder on my dock and click the file all the content shows up but as soon as I go to open it in the finder, I get a blank window. Has anyone else had this problem, if so, How do you fix it.

    When I go to my downloads folder on my dock and click the file all the content shows up but as soon as I go to open it in the finder, I get a blank window. Has anyone else had this problem, if so, How do you fix it. I also cant delete anything from this folder because of it. Any help would be greatly appreciated.

    Hey Allen,
    I am having the same issue here in September.  How did yor situation get resolved.  My iPad Siri works great.  My iPhone 5 Siri has been out of comission (OOC) for almost a month and I am beginning to get a little frustrated since Siri works so well in July....ANY assistance would be highly appreciated... Thanx

  • I have a 120gb Classic that has no space left on it. i am going to buy a larger gb capacity ipod as soon as i get clearer instruction on how to get the old ipod content to the new ipod. How do you get content from one ipod to the other?

    how do you get content from one ipod to the new one? my content is on an external hard drive not on my pc and i have run out of space on my 120gb classic. can you get old ipod content to new? my itunes has only got short cuts, the real content is on an external drive? can this be done?? please help

    If the content is on an external drive, but your library knows where to find it, then it should all work. Connect your device, make some selections for what to put on it, and sync. If, on the other hand, your current iPod is the only place holding some of your media then see this user tip: Recover your iTunes library from your iPod or iOS device.
    tt2

  • How do you run to Drives on the same screen. I installed a ssd and a hhd to my mac but i can only view the content of the drive only if i boot of that drive. Im try to have my ssd for fast boots and hhd for my music,movies etc. Please help.

    I installed a samsung 840 pro SSD to my primary slot and relocated my 1.5 TB HDD to a data double where my optical drive was. I transfered my apps and Mac OS X to my SSD for fast boots and all my itunes movies, music, Iphoto etc to my HDD. I rebooted off my SSD then seen all the data on my HHD itunes movies, music, iphotos etc i cannot view on my SSD. So my question is how do you view all the content on both the ssd and hdd on the same screen with having to boot off one or the other?

    No, what I'm saying is that once you boot into OSX, you should be able to see both drives listed.  If you don't then either OSX is hiding the other drive because it sees it as a boot drive and is trying to protect the contents from novice users or there's another problem.  If it's the first thing (i.e. it's a protection thing), then your only option would be to boot into the old drive, copy off all your personal data to an external backup drive, then reboot into the SSD and go into Disk Utilities and wipe/reformat the second drive so that you can see it as a regular secondary drive.  Then when you see it as that, you can copy your data back to it.
    Be carefull poking around in Disk Utility as you can easily lose your data.  It's possible the Mac just isn't mounting that second drive because it sees it as another boot drive.  Whatever you do, don't accidentally erase it without getting a copy of your data off of it because you obviously don't have that on your SSD now.

  • How do you transfer the content from an iPhone to a PC? I have to use a PC for a while and don't know how to put my stuff on to there from my phone

    How do you transfer the content from an iPhone to a PC? I have to use a PC for a while and don't know how to put my stuff on to there from my phone

    If you're talking about music and movies an i-device was not designed for unique storage of media. It is not a backup device and media transfer was planned with you maintaining a master copy of your media on a computer which is itself properly backed up against loss. Syncing music and movies is one way, computer to device, updating the device content to the content on the computer, not updating or restoring content on a computer. The exception is iTunes Store purchases which can be transferred from a device to a computer.
    iTunes Store: Transferring purchases from your iOS device or iPod to a computer - http://support.apple.com/kb/HT1848 - only purchases from iTunes Store
    For transferring other items from an i-device to a computer you will have to use third party commercial software.  See this document by turingtest2: Recovering your iTunes library from your iPod or iOS device - https://discussions.apple.com/docs/DOC-3991

  • How do you get your email content to display?  Mine shows in preview but not when I open the email, How do you get your email content to display?  Mine shows in preview but not when I open the email

    How do you get your email content to display?  Yesterday, I suddenly could only see the content in preview.

    Clear the cache and the cookies from sites that cause problems.
    "Clear the Cache":
    *Tools > Options > Advanced > Network > Offline Storage (Cache): "Clear Now"
    "Remove Cookies" from sites causing problems:
    *Tools > Options > Privacy > Cookies: "Show Cookies"
    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.org/kb/Safe+Mode

  • How do you limit the content of Launch pad screens

    How do you limit the content of Launch pad screens - mine is cluttered with many applications - which are all valid - but many are so raely used they are causing me to have two screes - I want one screen possibly half filled. Can anybody help...

    I believe you need to manually delete them one at a time..
    Are the emails from an IMAP account(s)

Maybe you are looking for

  • All-Day Events in Month View

    When I have more than two all-day events (Just one day) that are in different categories in one day, only two show. The others are hidden and you have to open the week or day calendar to view them. When the events are regular events there is not a pr

  • Starting up classic

    Is there a way of loading classic directly on a new mac except for using the emulator. This way not all my classic program work but they all work on my old ibook. Other wise why is there an option to change appearance in classic as if you choose any

  • Display Images using READ_IMAGE_FILE in 10g forms

    Hello all, i have a simple question that I'm trying to resolve really quick. I've created a field on a form in 10g forms that is of IMAGE type. I've given it a name and has given it a FILE_TYPE of GIF. I've put some code in a POST-QUERY trigger of a

  • Strange makeDirty behaviour

    Hi, I'm noticing some strange behaviour while using makeDirty as follows: main() {      DataSet myDataSet = new DataSet();      myDataSet.myData.dataValues[1][1] = someValue;      pm.makePersistent(myDataSet);      // query for and retrieve myDataSet

  • Problems installing Adobe Flash Player 14.0.0.125.

    Can not get my MacBook Pro 17" to install Adobe Flash Player 14.0.0.125.  Our iMac installed it. The system hangs forever looking for resources