Easy Question: Copy pcui_gp/xssfpm from DTR track to local development

Hi Experts,
I have to create one custom Web Dynpro program in Local Development. For this program, pcui_gp/xssfpm and pcui_gp/xssutils are needed.
NWDI is configured. I can see pcui_gp/xssfpm and pcui_gp/xssutils in one of the DTR tracks. I am not allowed to do any development in DTR track.
I have to carry out development in Local Development. How I can copy pcui_gp/xssfpm and pcui_gp/xssutils from DTR track to Local Development.
Regards,
Gary

Hi Gary ,
-go to Development Configuration perspective in NWDI.
-go to inactive DCs.
-right click on the components you need.
-choose create project from the context menu.
then it will be shown in your local development
regards,

Similar Messages

  • How to copy a file from application server to local system

    Guys,
    Need to copy a file from application server to local system.Is there an FM for the same.
    Tried searching for it but couldn't find anything useful.
    Code snippets will be highly appreciated.
    Warm Regards,
    P.
    Moderator message: very frequently asked and answered question, obviously you did not search thoroughly, all points removed.
    Edited by: Thomas Zloch on Dec 3, 2010 4:48 PM

    hi,
    You can use the transactions CG3Y or through program u can do like this..
    DATA: BEGIN OF IT_FILE OCCURS 0,
                    LINE TYPE STRING,
               END OF IT_FILE.
    OPEN DATASET <file_name>  FOR INPUT IN TEXT MODE ENCODING DEFAULT.
            IF SY-SUBRC IS INITIAL.
              DO.
                READ DATASET<file_name> INTO IT_FILE-LINE.
                IF SY-SUBRC = 0.
                  APPEND IT_FILE.
                  CLEAR IT_FILE.
                ELSE.
                  EXIT.
                ENDIF.
              ENDDO.
            ENDIF.
    CLOSE DATASET <file_name>.
    Download it to local system using  FM - GUI_DOWNLOAD

  • Copy custom code from one track to another track

    How can we copy only new code from one track to another track. We don't want to merge the other DCs exisitng between 2 tracks. Is it possible through track connection? Pls give your valuable suggestions.
    Thanks,
    Santha

    HI,
    you just want to copy new code?
    i really dont understand this question.
    but as per my understanding
    1. you can copy a whole track..through track connection.
    2. You can do one thing if just want to copy new code, use NWDS and copy new changes into other tracks DC. it will be good.
    3. there is option for workspace comparision and integration. think of it, if suitable.

  • Easy Question:Select many rows from a table and execute BAPI for these rows

    Hi Experts,
    I have created one WD project. The WD project fetches some records of backend using BAPI and displays in a table. I have to select some rows from the table and then execute BAPI for selected rows.
    How I can select multiple records from the table and then execute another BAPI for selected rows.
    Regards,
    Gary

    Hi,
    In the Node which you binded to the table create one more attribute of type boolean.
    For example your node is as below:
    //Table Node
    TableNode
    > Att1
    > Att2
    > isSelected(boolean) - Newly created attribute for this requirement.
    //Result Node contains the elements selected in TableNode
    ResultNode
    >Att1
    >Att2
    Now in the table create one more Column with Checkbox as tablecell editor. Now bind this boolean attribute to that check box.
    Now in the code you can get the selected rows by user as below:
    for(int i=0;i<TableNode().size();i++)
      if(wdContext.nodeTableNode().getTableNodeElementAt(i).getIsSelected()==true)
        IPrivateTestView.IResultNode element=wdContext.createResultNodeElement();
        element.setAtt1(wdContext.nodeTableNode().getTableNodeElementAt(i).getAtt1());
        element.setAtt2(wdContext.nodeTableNode().getTableNodeElementAt(i).getAtt2());
       wdContext.nodeResultNode().addElement(element);
    Regards,
    Charan

  • Easy question: Limit message size from any channel

    Greetings Jay and SUNWmsgsr gurus,
    Seems like a long time since I've posted in this forum. That's because things are working great! Anyway, I have a need to limit the message size for both outbound and incoming to 20MB. I added sourceblocklimit 20000 and blocklimit 20000 to my tcp_local line in imta.cnf.
    This didn't seem to do the trick. Do you folks have another suggestion? Thanks for your help.
    Sam K.

    you've blocked messages over 20 megs in one channel. You have others.
    tcp_intranet at least. If you have other channels you've created, you will need to add there, too.

  • Copying CLOB data from remote database to local database

    How can i copy a CLOB data from a remote datbase table to a local database table ?
    i have a database link created from my local database to remote database, but looks like i cannot select a clob locator or clob data residing on a remote database through this link ?
    is there any way to do this ? anyone has a readily available code for doing this ? i need this very urgently, your help is greatly appreciated!
    thanks,
    SC.

    Is there a local to your pc database ???? Which is the db version of your pc(if there is)....and your server's database?????
    Simon

  • Build Error while trying to import a dc from the track.

    Hi All,
              I  imported a Java perspective Dc from a track to local developement,
              When i tried to build locally developed dc, but i was getting a build error as
    "error reading C:\Documents and Settings
    .dtc\0\DCs\dc_ext_lib\_comp\gen\default\public\Excel_API\lib\java\Jexcel-install.jar; error in opening zip file"
    There was a error in opening the JExcel file.
    Any Ideas?
    Thanks,
    Anil

    Hi Anil,
    I think the jar file(Jexcel-install.jar) is zipped.Unzip the zar file from the folder......lib/java.
    Or else remove the jar file and import the application into NWDS,then add the jar externally from the NWDS.
    Make sure that the dc does not have any files.
    Once you import the dc rightclick on the prj-.properties-.add the external  jar file or directly place the jar file in java folder.
    Regards,
    Lavanya.G

  • COPY EXCHANGE RATE FROM BASE TO TARGET DOCUMENTS

    After several study and anaylsis based on Note 703028, we conclude this feature is not applicable to our normal practice in Singapore.
    SAP Business One copies the base row Exchange Rate to the target document only if items in the base document are defined with prices in a Foreign Currency which is not set as the System Currency or which is different from the Business Partner's Currency (this is the currency selected in the header of the document for a Multi Currency Business Partner). This prevents a discrepancy between the row total and the document total.
    Since this feature is not desirable in your applications, we would like to feedback to SAP and suggest for improvement. 
    Example
    My Local Currency is SGD, System Currency is EUR, BP Currency is USD.
    Foreign Currency exchange rates:
                        USD                               
    3 Oct 2007    1.4                                    
    4 Oct 2007    1.5 (1 USD = 1.5 SGD)    
    Assuming in Sales Order, BP Currency is USD at exchange rate of 1.4, Document Date 3 Oct 2007.
    Qty     Unit Price    Total Amount (SGD)   
    1        USD1,000    SGD1,400                 
    After copying Sales Order to Invoice on 4 Oct 2007 with BP Currency USD, default exchange rate should be 1 USD = 1.4 SGD
    Qty     Unit Price    Total Amount (SGD)    
    1        USD1,000    SGD1,400                     
    Current system behaviour is not desirable.
    After copying Sales Order to Invoice on 4 Oct 2007 with BP Currency USD, default exchange rate is 1 USD = 1.5 SGD though we choose Copy Exchange rate from Base Document in the Copy Wizard.
    Qty     Unit Price    Total Amount (SGD)    
    1        USD1,000    SGD1,500
    Kedalene Chong

    We have had the same issue.
    The BP pricelist currency is in this case important, not the BP currency.
    The question 'copy exchange rate from base to target document' relates to this currency exchange rate used in the base document to calculate from USD to SGD. If your pricelist is in SGD, then the program will recalculate the target document SGD to the same exchange rate in USD as it was in the base document.
    Because the value of the USD currency has changed, there wil be a different amount on the target document.
    If you donot want a different amount on the target document then the only solution is to make a price list in USD.

  • Need to copy .txt file from FTP server and downloaded on local server directory.

    I need to figure out a way to copy .txt file from ftp server in local server directory using sql jobs.

    Below links will help achieving it:
    https://www.virtualobjectives.com.au/sqlserver/ftp_scripts.htm
    http://www.mssqltips.com/sqlservertip/2884/sql-server-integration-services-ssis-ftp-task-for-data-exchange/

  • How do you copy automation from one track to another?

    How do you copy automation from one track to another? Occassionally I mistakenly blow away a track's automation. I open up an earlier version of the song to try to get the automation. It doesn't seem that you can copy and paste the data. After some struggle, I find a way. Is there an easy way?

    1. Copy the track containing the desired automation to another track. (create a track below it to keep things organized)
    2. Double click on the region and delete the notes.
    3. Now copy the region to the desired track.
    P.S. Of course when Logic asks if you want to copy the automation data you say yes)

  • Easy question I'm sure. imac hard full (500gb) mostly from iphoto. no capacity left. what are my options? I've thought of an external drive of 1tb and then a 2nd external drive of 3tb to back up both???? please help.

    easy question I'm sure. imac hard full (500gb) mostly from iphoto. no capacity left. what are my options? I've thought of an external drive of 1tb and then a 2nd external drive of 3tb to back up both???? please help.

    Those are the options - more space is more space.
    Moving the iPhoto Library is simple:
    Make sure the drive is formatted Mac OS Extended (Journaled)
    1. Quit iPhoto
    2. Copy the iPhoto Library from your Pictures Folder to the External Disk.
    3. Hold down the option (or alt) key while launching iPhoto. From the resulting menu select 'Choose Library' and navigate to the new location. From that point on this will be the default location of your library.
    4. Test the library and when you're sure all is well, trash the one on your internal HD to free up space.
    Regards
    TD

  • HT204318 Copied my iTunes from my Mac to my Windows 7 laptop, now there are thousands of songs missing on the Windows copy with the exclamation point. everything shows up, playlists and tracks, there are just a bunch of songs with exclamation points. how

    Copied my iTunes from my Mac to my Windows 7 laptop, now there are thousands of songs missing on the Windows copy with the exclamation point. everything shows up, playlists and tracks, there are just a bunch of songs with exclamation points. how can i properly sync my iTunes from my Mac to my PC? using iTunes

    nope all my songs are copied and organized into the iTunes library.

  • Copying an entire software instrument track from one project to another

    Hello,
    Is it possible to copy or import one entire software instrument track from one GB 3.0.2 project to another? At the moment I've got to copy a region from one project, open another project, paste it in the 2nd project, and open the other one again (which appears to close the 2nd project) to copy the second region. This is incredibly cumbersome because I can't have both projects open at the same time.
    Has anyone found a less tiresome method to do this?
    Thanks
    Hiranya
    Powerbook 15" Hi Res 1.67 GHz 2 Gb RAM   Mac OS X (10.4.6)  

    The easiest work-around I can imagine is to join all regions of the track and copy that. Another option is to freeze the track, which will turn it into normal audio. You might also add your MIDI parts to the library. That will avoid the need to switch between projects, but does require one or two more actions.

  • AppleTV 1st Gen has my entire music library loaded however my iTunes library was lost when my external hard crashed.  My question is can I copy the content from the AppleTV 1st Gen back into my iTunes on my iMac?

    AppleTV 1st Gen -
    I have a rather complex music/movie library system, as well as the ability to listen/watch the content throughout my house thanks to Control4 - extra vegetables and other various 3rd party equipment.  I moved my entire music library onto an external hard drive to free up space on my iMac...then my dog got tangled in the cord and pulled the external drive from my desk to the floor destroying the hard drive...(yes I've already attempted to have the content recovered by specialists- no such luck.
    My question is... Is it possible to copy the content from the AppleTV 1st Gen back into my iTunes on my iMac?  If so step by step directions would be greatly appreciated!
    thanks to all
    Tom

    Thanks very much I have contacted them via this. Just hope they respond quickly- rather annoing! Greatly appreciated though

  • Importing  pcui_gp  components from  J2ee engine to DTR.

    Hi All,
    I am unable to see the pcui_gp components in the DTR ,I require this in order to get the source code of one of its component.
    Can you please tell me the step by step procedure getting those pcui_gp components from J2ee engine to the dtr or NWDI.
    If there are any documents on pcui_gp components exclusively, please do forward to my mail id [email protected]
    Thansk and Regards,
    Anand.

    Hi Gary ,
    -go to Development Configuration perspective in NWDI.
    -go to inactive DCs.
    -right click on the components you need.
    -choose create project from the context menu.
    then it will be shown in your local development
    regards,

Maybe you are looking for

  • Month doesn't appear in the axis for last 12 months

    Hi ! I have created a graph which gives records for the last twelve months, my formula is: if {Commande.DATE} >= dateadd('m',-12,currentdate) and {Commande.DATE} <=currentdate then {Commande.DATE} At this point everything's fine , I have to create an

  • Smart Playlist

    It appears that several smart playlists have disappeared from iTunes overnight. Is there a way to retrieve them from my Time Capsule backup? Thanks,

  • Memory leak using 10.2.0.3 OCCI client on Solaris 10

    Hi, We are using OCCI client libraries to connect our C++ program to the Oracle Database. The program does a lot of selects, inserts and SP calls. Oracle client and Oracle server both are 10.2.0.3 on Solaris 10. We have been observing a memory leak o

  • Whodunnit? (Win7-Explorer + PS CS4-Thumbnails)

    When I installed Windows 7, there were no thumbnails in the windows explorer for psd-files. Now - without changing or pimping or installing anything except the regular updates - there are thumbnails!!! It looks just like a birthday present from Adobe

  • M&A Scenario for PM

    Hi All, I am faced with a scenario of a Chemical industry client planning for an aquisition and want us to think of important aspects to consider from the Plant Maintenance perspective. The main idea is to identify areas which might take long decisio