Is there a way to find version for customizing objects?

hi
Since we dont have version management for customizing objects like we have for programs or r/3 repository is there a way or some uitlity to find the version of customizing objects?
~Suresh

Hi
   SAP default will provide Version Management na.
go to se 38 -> ur program -> Utilities -> version management.
Otherwise VSS(Visual Source Save ) is a tool used for version management.
Check for VSS whether it is there in your company.
Regards,
kumar

Similar Messages

  • Is there a way to register declaratively a custom object into WL JNDI

    Is there a way to register declaratively a custom object into WL JNDI. (either through Admin console, or config.xml)
    This is how we are doing it inside jetty environment config file.
    JNDI name is enterprise/cms/PerforceEnv, and the reference object is com.enterprise.content.repository.scm.PerforceSettings.
    <Configure class="org.mortbay.jetty.webapp.WebAppContext">
    <New id="PerforceEnv" class="org.mortbay.jetty.plus.naming.Resource">
    <Arg>enterprise/cms/PerforceEnv</Arg>
    <Arg>
    <New class="com.enterprise.content.repository.scm.PerforceSettings">
    <Set name="executablePath">${p4.exe}</Set>
    <Set name="port">${p4.port}</Set>
    <Set name="user">${p4.user}</Set>
    <Set name="client">${p4.client}</Set>
    <Set name="debug">${p4.debug}</Set>
    <Set name="password">${p4.password}</Set>
    <Set name="sysroot">${p4.sysroot}</Set>
    <Set name="sysdrive">${p4.sysdrive}</Set>
    </New>
    </Arg>
    </New>
    </Configure>
    Thanks

    right click on the element on element panel on the right and choose rename. Or rename on the left panel on the top. You can give them any name you like just do not start with a number or special character.

  • Is there a way to find the class objects memory size?

    Hi Friends,
    Please help.
    Is there a way to find the number of Objects created and total size?
    For example:
    class AgeRecord
    int start;
    int end;
    AgeRecord(int start, int end)
    this.start = start;
    this.end = end;
    In a loop if I create 1000 objects, how will I get the total memory size
    Thanks and Regards
    JG

    You might find this useful...
    package forums;
    http://weblogs.java.net/blog/dwalend/archive/2007/11/the_thing_about.html
    http://forums.sun.com/thread.jspa?threadID=457279&start=30&tstart=0
    http://www.velocityreviews.com/forums/t364574-size-of-boolean-type.html
    The JLS doesn't specify the size of a boolean, leaving it upto the JVM
    implementor to define. Sun's JVM stores booleans as:
    (1) a boolean is-an int; i.e. a signed 32 bit twos-compliment integer.
        At face value, this is an innordinate waste of space, but Java uses a
        32-bit stack frame, and most (modern) CPU's use a 32-bit word anyway,
        so the wasted space is worth the CPU cycles, and it's simple.
    (2) a boolean[] is-a byte array, using 1 byte per element, rounded up to the
        nearest 8, plus 8 bytes for the array-object itself.
        For example: boolean[] bools = boolean[100];
        100 mod 8 = 4; so that'd be 104 bytes + 8 bytes = 112 bytes.
        So, let's dis/prove the contention by experiment.
        1,000,000 mod 8 = 0 so 1,000,000 + 8 bytes for the array = 1,000,008
    class BooleanArraySizeTest
      public static void main(String[] args) {
        final Runtime rt = Runtime.getRuntime();
        System.out.println("The contention is that each iteration should use 1,000,008 bytes.");
        try {
          long before, after;
          final int TIMES = 32;
          boolean[][] bools = new boolean[TIMES][];
          for (int i=0; i<TIMES; i++) {
            before = rt.totalMemory() - rt.freeMemory();
            int n = 1000*1000-(TIMES/2)+i;
            bools[i] = new boolean[n];
            after = rt.totalMemory() - rt.freeMemory();
            System.out.print(n);
            System.out.print('\t');
            System.out.print(after-before);
            System.out.println();
        } catch (Exception e) {
          e.printStackTrace();
    999984 used=1000000 bytes
    999985 used=1000000 bytes
    999986 used=1000000 bytes
    999987 used=1000000 bytes
    999988 used=1000000 bytes
    999989 used=1000008 bytes
    999990 used=1000008 bytes
    999991 used=1000008 bytes
    999992 used=1000008 bytes
    999993 used=1000008 bytes
    999994 used=1000008 bytes
    999995 used=1000008 bytes
    999996 used=1000008 bytes
    999997 used=1000016 bytes
    999998 used=1000016 bytes
    999999 used=1000016 bytes
    1000000 used=1000016 bytes
    1000001 used=1000016 bytes
    1000002 used=1000016 bytes
    1000003 used=1000016 bytes
    1000004 used=1000016 bytes
    1000005 used=1000024 bytes
    1000006 used=1000024 bytes
    1000007 used=1000024 bytes
    1000008 used=1000024 bytes
    1000009 used=1000024 bytes
    1000010 used=1000024 bytes
    1000011 used=1000024 bytes
    1000012 used=1000024 bytes
    1000013 used=1000032 bytes
    1000014 used=1000032 bytes
    1000015 used=1000032 bytes
    ENVIRONMENT:
      Microsoft Windows [Version 6.0.6000]
      Copyright (c) 2006 Microsoft Corporation.  All rights reserved.
      C:\Users\Administrator>java -version
      java version "1.6.0_12"
      Java(TM) SE Runtime Environment (build 1.6.0_12-b04)
      Java HotSpot(TM) Client VM (build 11.2-b01, mixed mode, sharing)
    */Cheers. Keith.

  • Is there a way to find the serial number in these files so that I can reinstall the full version?

    I had to restore from backup to a new hard drive, and only have part of my Adobe Photoshop installation. Is there a way to find the serial number in these files so that I can reinstall the full version?  I have only part of the documentation so this is the best way I see to get the full version back.

    Hello brad,
    you did purchase your product from these firms like Amazon, so you didn't get a serial number, only a code with which you can request a serial number from Adobe. Please have a look at http://helpx.adobe.com/x-productkb/global/find-serial-number.html. (Start here: How did you purchase your product?)
    The following part, so I just see at least, ceased to exist on my Adobe website, everything takes place in the link from above. I leave it as an info yet, it might still fit for you. For this purpose, please click your way through to your Adobe Store and find the button "Get Serial Number". Fill in the form and after a while you will get the real serial number.
    Additionally you should have a look at Adobe's database, to see what's stored/saved about your accounts. Here you will find general infos about your Adobe Account.
    On the other hand, if necessary and for further questions click through http://helpx.adobe.com/contact.html and if "open" please use the chat, I for may part had the best experiences. I quote from Adobe's employee Preran: The chat button is activated as soon as there is an agent available to help.
    Hans-Günter

  • Is there a way to find out, whether the student or the full version is currently installed?

    Hi everyone!
    First of all: Merry Christmas!
    A longer text with some background information is following. My question will be at the bottom.
    My computer is a good boy and it didn't disappoint me for quite a while now.
    I had once installed the student version (german) of CS3 extended on this one.
    Then, after having removed the student version some time later when needed, I have re-installed the full version.
    This time, however, it was in english and it wasn't the extended version either.
    After the software has accepted my serial id, I was quite content. It felt much better in english and I was able to use photoshop to the fullest once again.
    Today, I have gotten my hands on the upgrade version to CS5 (again in english and not extended, but that's all I need).
    After the installation guide has told me, that there are no programmes installed which are compatible to the upgrade, I was confused.
    I have realised that my current CS3 version was still the extended one, even though it was in english and it wasn't the student version either (at least, that's what I believe, because there were no "activate"/"deactivate" buttons in the help menu where it used to be in the german student version before).
    So while doing an upgrade to CS5, I had to chose CS3 extended from the list and had to type in the old student's version serial number.
    Nothing else worked, even though I've tried to chose the CS3 version in combination with the other serial number, which belong to the full version both.
    Now to my question:
    Is there a way to find out, whether the student or the full version is currently installed?
    (Other than looking at the box of course, that would be quite trivial. I am worried if the installation guide hasn't removed all components thoroughly.)
    Thanks in advance,
    Happy holidays,
    Jeff

    Thanks for the reply!
    That's what I thought as well. However, that wasn't the case. Whether it's the educational or the full version, both splash screens looked the same.
    At least for the CS3 version.I know how I was quite confused about that in the past when I'd realised that.
    The CS5 splash screen didn't say anything about a student version, but I was able to deactivate the application. I thought this was possible for the student version only.
    I've tried using the adobe clean program like suggested, but that didn't work either. The installation guide of CS5 still didn't bother asking for an older version.
    I.e.: It still used the educational serial number from before.
    After reinstalling windows on my pc, the installation guide finally wanted to know about my CS3 again.
    However, it told me, that the serial number of the full version in combination with CS3 is not valid. Just like it did before.
    Maybe it's because the full version was made in the USA and the CS5 upgrade version was made in Austria - Ireland?
    That would be really frustrating.

  • I have an iPad1 which I have reset and am preparing to give to a kid.  I now find that I can't reinstall many apps as they now seem to require IOS 6 or greater.  This is IOS 5 and can't be upgraded.  Is there a way to find the older versions of the apps?

    I have an iPad1 which I have reset and am preparing to give to a kid.  I now find that I can't reinstall many apps as they now seem to require IOS 6 or greater.  This is IOS 5 and can't be upgraded.  Is there a way to find the older versions of the apps?

    One of these links may help:
    iOSSearch - search the iTunes store for compatible apps.
    Vintapps 3.1.3 - paid app.
    Apple Club - filter apps by iOS version.

  • Is there a way of finding out what lists in sharepoint are being looked up for document templates etc

    Hi,
    I am currently in the middle of setting up SharePoint sites and have come across many lists that have not been updated for a while. I am wondering is there a way of finding out what lists are being used and what lists aren't being used for example I would
    like to find out if a list is being used for a look up.
    Josh
    J Burns

    I don't think there any such option available OOTB, however you can use PowerShell to get such information e.g.
    $web = Get-SPWeb http://localhost
    $f = $web.Lists["Contact"].Fields["Customer"]
    $f.ListsFieldUsedIn()
    $web.Dispose()
    Check this link: http://sharepoint.stackexchange.com/questions/45574/is-a-list-being-used-as-a-lookup-for-some-web-part-in-the-site-collection
    Mark ANSWER if this reply resolves your query, If helpful then VOTE HELPFUL
    INSQLSERVER.COM
    Mohammad Nizamuddin

  • Is there a way to find the Time Duration for applying a Patch?

    Dear Legends,
    Is there a way to find the Installation or Applying time can be gauged for a PATCH, so that it will be useful to provide the DOWNTIME of the server.
    Thanks in Advance
    Regards,
    Karthik singh

    karthiksingh_dba wrote:
    Dear Legends,
    Is there a way to find the Installation or Applying time can be gauged for a PATCH, so that it will be useful to provide the DOWNTIME of the server.
    Thanks in Advance
    Regards,
    Karthik singhNot until you test the patch and install it yourself on one of the instances. Once you apply the patch, you can check the patch log file or the patch analysis report or AD_BUGS table.
    https://forums.oracle.com/forums/search.jspa?threadID=&q=Patch+AND+Analysis+AND+Report&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    You can run the patch with apply=n but this will let you to test the patch before applying it only.
    http://docs.oracle.com/cd/E18727_01/doc.121/e12148/T531058T531065.htm#adptpptpbai
    http://docs.oracle.com/cd/E18727_01/doc.121/e12148/T531058T531062.htm#adptpaucla
    Thanks,
    Hussein

  • Is there any way to find out what a specific line of data usage was for?

    There is a line on my bill for 97 MB of usage while I was bowling?  I was not using my phone.  How can I find out what it was doing for that specific charge?

    Just like you said earlier
    3.  Re: Is there any way to find out what brush is applied to a path?
           imagecollection     Apr 7, 2015 6:01 PM  (in response to Silly-V)   
    The skill of scripting in Illustrator is to (due to necessity) find the most difficult way to achieve the simplest of tasks...
    so to retort I say this;
    “I suppose it is tempting, if the only tool you have is a hammer, to treat everything as if it were a nail.”
      ― Abraham Maslow, Toward a Psychology of Being

  • HT1665 Hello. Is there any way of finding a list of accessories which hold "made for iPhone" certification?

    Hello. There are a lot of new accessories available for iPhone 5 and iPhone 4 / 4S. Is there any way of finding a list of accessories which hold "made for iPhone" certification? I do not want to buy any accesories which may be harmful for my iPhone.

    Here is the start of the setup:
    Click on the Wi-Fi Options button and provide the needed info:
    Click on the OK button. Now check the Internet Sharing box to turn it all on. If the port box you checked is no longer checked, then uncheck Internet Sharing, check the port box again, then check the Internet Sharing box again.

  • Have received an email from apple to say my ID has been used to download an emoticon package for £15.99 - it was not me. is there a way to find out which device it is? and to get my money back? ta

    have received an email from apple to say my ID has been used to download an emoticon package for £15.99 - it was not me. is there a way to find out which device it is? and to get my money back? ta

    It is a phishing attempt. Do not respond. Do not divulge any personal or financial information. You can use the address below to forward the suspect email message to Apple.
    [email protected]
    The link below has information to help identify fraudulent emails.
    http://support.apple.com/kb/HT4933

  • Is there any way to find out the dependency information for column of view?

    Does Oracle provide some view / table / pl/sql pkgs to find out the dependency information for column of view ?
    For example, there are two table mytable1 (col1 varchar2(10), col2 date) & mytable2 (col1 varchar2(10), qty int), and there is one view myView as
    select mytable1.col1, col2, qty from mytable1 inner join mytable2 on mytable1.col1 = mytable2.col
    Can I get some information such as myView.col1 is come from mytable1.col, myView.col2 is come from mytable1.col2, myView.qty is come from mytable2.qty
    ?

    I can get the information about the columns list in table/view from ALL_TAB_COLUMNS table, but I wish to know the column in the view is come from which original table's column.
    Is there any way to find it out from Oracle meta data / through any PL/SQL packages ?

  • TS4006 My kid misplaced her iPad, we can't find it for almost three months already. It is connected to our other iDevices by 'Find My iPhone/ Mac' and the iPad show still offline until now. Is there any way to find the last location before it was off ?

    My kids misplaced her iPad, we can't find it for almost three months already. Check using 'find my iPhone' it show the iPad still OFF. Is there any way to find it last location before it was OFF ?

    Simply stated that is design. If you want to suggest a change, there is a feedback section elsewhere on this site.
    Barry

  • Pages '09 family or single user version--is there a way to find out?

    I purchased iwork '09 but honestly, I can't remember if I bought the single user or the family edition.  Is there a way to find out?  I have the serial number of course but can't find the receipt--either in Apple purchase history. 

    Did you purchase a retail box or a license from within the trial? The retail box version of iWork '09 does not require a serial number. If you bought the license from within the trial you should have kept the e-mail you received. Unfortunately, Apple has "cleaned out" purchase histories older than 18 months so it is up to the consumer to keep this stuff. The e-mail would say whether it was a single-user or family-pack license.
    Mine is the retail box family pack & the "About Pages" window doesn't give any indication. Considering the Mac App Store version is much, much less expensive if you bought all three iWork '09 apps than even the single-user retail box, I wouldn't worry about it.

  • Hi I have a new mac book pro. I am swopping over from an imac. An authorizethis computer message has come up for an old itunes account. I have no idea what the password is. Is there a way to find out or transfer to my new account?

    Hi I have a new mac book pro. I am swopping over from an imac. An authorize this computer message has come up for an old itunes account. I have no idea what the password is. Is there a way to find out or transfer to my new account?

    Let me see if I've gotten this right! You want to remove an account from BOTH machines? Do this for your new machine first, then for the other.
    Click the Apple logo on the top left of the screen, System Preferences, Users and Groups (under Systems), unlock the lock in the window if its locked (you need to know the password), select the user that you wish to remove, and click the - sign next to the + sign for Login options. A window will pop up with some options. Select Delete this user and securely, and click 'Delete user'.
    After this, do an update from the App Store.
    Thats all there is to it.
    For the other machine repeat the process except for one thing. Before you delete the user in this case YOU, you will have to give Administrator priviledges to your son bu checking the box 'Allow user to administer this computer'.
    Do NOT do anything from Finder ... if you dont know how to fix the consequences of the problems caused.
    There is no need to unauthorize your iTunes account on your new machine. Do it on the old machine though.

Maybe you are looking for

  • Brand-new to BPEL

    Hi, I just started looking into BPEL today. I have something in the request: <xsd:TransactionDatetime>2010-02-04T09:30:47.0Z</xsd:TransactionDatetime> In the BPEL file, I have the "switch" statement as follows. <switch name="Switch_7"> <case conditio

  • Macbook pro 15" late 2011ram upgrade

    Hello, i have a macbook pro 15" late 2011 which came with 4gb ram and am thinking of upgrading with this http://www.crucial.com/ProductDisplay?urlRequestType=Base&catalogId=10151&catego ryId=&productId=11645&urlLangId=-1&langI- or this http://www.cor

  • Delta  enabled  generic data source not generating delta

    Hi Experts, I am simply clueless bt where I went wrong.Please have a look and explain. I first created a z table in r\3 with one field as timestamp. Then I created a delta enabled datasource for this table, in the delta enabled field I selected Times

  • Sematic Error: You need to modify your classpath, sourcepath, bootclasspath

    In my *.jsp file, when I use <%@ page import="dkcDataSearch.*, java.util.*, oracle.jdbc.pool.*" %>, I get: *** Semantic Error: You need to modify your classpath, sourcepath, bootclasspath, and/or extdirs setup. I changed <%@ page import="dkcDataSearc

  • REFERENCING CHECKBOX VALUES?

    I am totally new to this Numbers' language. I've got a cell with a checkbox. When checked, how do I reference it? I've set up another cell that references the checkbox cell, whether it is checked or not. But I don't how to reference it... This doesn'