How to rename the existing project in NetWeaver

Hi All,
Please let me know the process of how to rename the existing project in NetWeaver.

Hi,
    If you want to rename Development Component (DC) project, here is the procedure..
How to rename local Development Component Projects in Netweaver Developer Studio
Regards,
Uday.

Similar Messages

  • How to import the existing project in the CVS to the weblogic workshop??

    Hi,
    I have a project in the CVS and I want to work with that project in the weblogic8.1 workshop.
    Can anyone help me in importing the existing CVS project/application into the weblogic workshop so that I can check-in, check-out and debug the application.
    Thanks in advance
    Raj B.

    Hi,
        If you want to rename Development Component (DC) project, here is the procedure..
    How to rename local Development Component Projects in Netweaver Developer Studio
    Regards,
    Uday.

  • How to rename the SharePoint Document Library existing file name using Web service

    Hi,
    How to rename the SharePoint Document Library existing file name using SharePoint Web service.
    Is it possible. How could i do it?
    Thanks & Regards
    Poomani Sankaran

    Hi,
    Lists.UpdateListItems Method
    would be helpful for your requirement.
    Here is a blog with code demo for your reference:
    http://blogs.msdn.com/b/knowledgecast/archive/2009/05/20/moss-using-the-list-web-service-to-rename-a-file.aspx
    Best regards,
    Patrick
    Patrick Liang
    TechNet Community Support

  • How to rename the column name in oracle 8i?

    hi,
    Does anyone know how to rename the column name in oracle 8i?My method was drop the relationship key first then delete the old column,finally add the new column.
    Thanks for your replay.
    jing

    There is no facilty to rename a column name in Oracle 8i. This is possible from Oracle 9.2 version onwards.
    For you task one example given below.
    Example:-
    Already existed table is ITEMS
    columns in ITEMS are ITID, ITEMNAME.
    But instead of ITID I want ITEMID.
    Solution:-
    step 1 :- create table items_dup
    as select itid itemid, itemname from items;
    step 2 :- drop table items;
    step 3 :- rename items_dup to items;
    Result:-
    ITEMS table contains columns ITEMID, ITEMNAME

  • How to rename the Target filename.

    Hi...
           I n file to file sceanrio, i need to rename the  existing target file name...
    I have searched in SDN. i have found like we can achive it by batch program.
    can you please help how to do this...?
    Regards,
    Leela

    > We need to chjeck the target directory and filename is present or not.Then we need to rename the target filename with the loctaion.
    Do you mean there will be always only one file at any time?
    You have to write the UDF for Dynamic Configuration in order to rename the file with your location.
    UDF Code
    You have to pass you location name to this UDF in your mapping.
    DynamicConfiguration conf = (DynamicConfiguration) container.getTransformationParameters()
    .get(StreamTransformationConstants.DYNAMIC_CONFIGURATION);
    DynamicConfigurationKey key = DynamicConfigurationKey.create("http://sap.com/xi/XI/System/File","FileName");
    String SourceFileName =  location;
    conf.put(key, SourceFileName);
    return "";
    Note: You have to set the ASMA settings under Advanced Tab in both the adapters.
    Now you second requirement is to first check if target directory and filename is present or not.
    So this UDF has no control to check if file is present or not. The UDF will always write the filename with location.
    Probably to perform this check before writing the file name you can try with
    "Run operationg system command before message processing", otherwise you may have to write an adapter module for this.
    Regards,
    Sarvesh

  • Can we rename the existing z-program in SAP-abap

    Can we rename the existing z-program in SAP-abap. If yes, than how it can be done. But actually we don't want to copy the code from the existing z-program to the new one which will be created. We just want to make rename the existing z-program in SAP-abap. Please suggest, how it can be?
    Edited by: akg.amit on Oct 20, 2010 7:40 AM

    Hi Amit,
    In SE38 Open the program with old name. Press the RENAME button. In the Target program field provide the new name of program name. This new name for program should not exist in your system. Click on the Rename button. It will give a pop-up where it ask if you want to rename any includes in that program. I assume you dont have any includes in the program. So press the Rename button again without selecting the "Include" check box. Now it will ask for the Transport request. Provide your Transport request number. The program will be renamed.
    Regards,
    Immanuel.

  • How to import the old project to new project in P6

    Hi new guy here.Sorry if this thing have been posted before.I am kinda new here.
    I just wonder if can I import an old project to new project in P6?
    I have already finished with the project,but then as something happened I need to make it as a new project.So how can I used all the information I have on the old project to be transfer to the new one?
    If can how?I need to change certain things like date,resource,etc.
    Thanks

    hello.
    there are other more elaborate (and depending on size and scope of modifications, possibly useful) options including Methodology Management, but to keep it simple, try the following:
    if you have an initial baseline of the existing project, restore it and go from there. let me know if you need help on that.
    if not, copy-paste the existing project and manually adjust the newly created one. you can use "global changes" and/or "fill down" (see help and/or available related posts for this) to clear progress data such as actual resource/ expense units and costs, then activity start dates (in this order).
    make sure you baseline your projects before you start imputting actual data.
    good luck.

  • How to run the ejb project in j2ee server

    How to run the EJB project.
    I give like
    java conveterClient converterClient.jar
    here conveterClient is class file name and converterClient.jar is deployed file
    like wise i give some exception is come
    give some help pls friends

    Navigate to the "DBOrders" module in the catalog, right click on the "ORDERS" database below and click "Export Schema Stucture". That will produce a file containing the DML needed to create the database

  • How to edit the existing data in the XML file from java programming.

    Hi all
    i am able to create XML file with the sample data as below from java programming.
    i need sample code on how to edit the existing data in the XML file?
    for example
    <?xml version="1.0"?>
       <mydata>
               <data1>
                         <key1>467</key1>
                        <name1>Paul</name1>
                        <id1>123</id1>
              </data1>
              <data2>
                         <key2>467</key2>
                        <name2>Paul</name2>
                        <id2>123</id2>
              </data2>
        </mydata>
    i am able to insert the data in the XML.
    now i need sample code on how to modify the data in the above XML file from the java programming for only key2,name2,id2 tags only. the remaining tags data in the XML file i want to keep same data except for key2,name2,id2 which are i want to modify from java code
    Regards
    Sunil
    [points will be always rewardable]

    hi
    u need a parser or validate the xml file for to read the xml file from java coding u need for this
    xml4j.jar u can download this file  from here
    http://www.alphaworks.ibm.com/tech/xml4j
    or we can use the SAX(simple API for XML)
    some sample applications for this
    http://www.java-tips.org/java-se-tips/javax.xml.parsers/how-to-read-xml-file-in-java.html
    http://www.developertutorials.com/tutorials/java/read-xml-file-in-java-050611/page1.html
    http://www.xml-training-guide.com/e-xml44.html
    let me know u need any other info
    bvr

  • How to erase the existance of a Time capsule

    Hi,
    I would like to know how to erase the existance of a Time capsule, like it never existed, because sometimes I can see remains of my old network, and I'd like to know how to reset all this,
    sincerely

    Welcome to the discussions!
    You will want to do two things to get the TC back to total factory defaults:
    1)Return all configuration settings to factory defaults
    2)Erase your disk. (Do this only if you want to erase all of your backups).
    Power down the TC for a few minutes
    Hold in the reset button and KEEP holding it in as you plug the power back in
    Release the reset button after approximately 10 seconds
    Your configuration is now reset to factory defaults.
    To erase the disk:
    Open AirPort Utility, click Manual Setup
    Click the Disk icon at the top of the setup pane
    Click the Disks tab just below the icons
    Click Erase. Choose your erase options only if you want to erase all backups.
    That's it.

  • How to make the entire project in the project server 2013 reschedule؟

    How to make the entire project in the project server 2013 reschedule ?
    Because item %compelet related to reschedule
    In this photo it is known there are no items update project

    Hi,
    In PWA, you do not have the feature to update the project plan in one click, meaning marking as completed the work before the status date or reschedule after the status date the remaining work. Either you have to use Project Pro, or edit individually the
    assignments with the actual work (if not comming from timesheets) and remaining work.
    Hope this helps,
    Guillaume Rouyre, MBA, MVP, P-Seller |

  • How to Rename the technical name and description of an infocube?

    Hi,
    How to Rename the technical name and description of an infocube?
    Thanx in advance,
    Ravi.

    Ravi,
    You cant change the Technical name of the cube but you can change the description of the Cube. If you want to have a Cube with the same properties and with different Techname and Description better you do copy from the base cube and rename as per your requirement.
    Regards,
    Gattu.

  • [HTML DB] How to use the existing database table?

    [HTML DB] How to use the existing database table?
    I installed Oracle 10g database in Computer A(Windows 2000), and I already create all the tables with data and the data size is about 300MB.
    In Computer B(Windows 2000), I installed HTML DB 1.6.
    How can I use /get the existing database table (in computer A) for HTML DB?
    Could anyone help me on this? I am newbie and I need some detail instructions. or Where can I find the examples.....
    Thanks

    Well I guess if you wish to retain that architecture, i.e. HTMLDB on one machine and your data on another, you will have to establish database links to access the data. Oracle documentation will describe how to achieve that.

  • How to find the existing START ROUTINEs in Transfer Rules in whole system ?

    Hi all,
       How to find the existing Start Routines in Transfer Rules in BW System, please ?
       I know that we could find from the Transfer Rules.
       Is there any way to find instead of looking at Transfer Rules for <b>each</b> InfoSource?
    Thanks,
    Venkat.

    Hi Venkat
    You can find it in these tables
    RSTRAN
    RSUPDROUT
    RSAROUT
    RSAABAP
    RSAABAPINV
    Thanks
    Tripple k

  • 10g -  how to rename the dashboard

    hi, experts, how to rename the dashboard?
    do we need to reset security after the rename?

    Hi,
    1) Log into presentation service with Administrator, go to Settings > Administration > Manage Presentation Catalog.
    2) It opens a window; in this window you find option Show Hidden Items. Select this check box.
    3) Now you will be able to Navigate to the Shared Folders and the group folder under which you have created the dashboard.
    4) Select _Portal folder (this will only appear when you select Show Hidden Items options)
    5) It displays the list of dashboards under this folder. Now select Rename option corresponding to the dashboard that you want to rename.

Maybe you are looking for

  • Lock ups, beach balling 13" MBP

    I go a new 13 inch MBP. Sometimes it locks up and i get the spinning beach ball for 10/15 seconds. Anybody else with this problem?? Thanks

  • Is it possible to use an exact phrase and a wildcard in the same query

    I am building an address finder, and i have an option where the user can enter part or a full uk postcode. There is a ctxcat index on the address field. I am having a problem searching for part of the postcode, if i enter 'ZZ1 2*' it finds all ZZ1 an

  • Error while creating UI component.

    Hi all, In Mobile perspective I am able to create service component but when I create Mobile ui component I am getting the below error. Software Component does not support selected Development Component Type. Required DCs are located in an SC that is

  • Multiple a/c assgt SRM PO - Error in process

    Hi all, SRM 5.0 SP 12 ecs When I create a purchase order with mutliple a/cassignment in SRM and order it,it gets replicated to ECC with the indicators "Confirmation-Related Invoice Verification" and "Confirm Performance of Service/Goods Receipt " che

  • How to get reults in the calling program that are returned by an API consol

    Hi, I am using a SPARQL query in a java program that is using a external API. The results are returned on console. I need to get results into some variables in my program so that I can use those further. There are 2 types of results returned; say one