Converting Web Dynpro project into a Web Dynpro DC

Hi
I have a Web Dynpro project created.
Now I want to convert it into a Web Dynpro DC (Development Component).
Could anyone tell me if there is a standard procedure to do this?
Right now, I am following the below procedure:
Copy all the folders under root folder->src-> packages of Web Dynpro project into root folder->src-> packages of Web Dynpro DC.
Rebuild the DC.
But in this procedure I am getting errors (in view code) as the required interfaces (example, IPrivate<<component-name>>.java) are not getting generated when I re-build the DC.
Could anyone help me with this issue?

Hi Aditya,
I have used two way for this and both worked fine for me.
1. While creating DC project at the end there eill be a check box, which when you tick will show your local dynpro project and you can then import that.
2. Create DC project after that copy the component of your local dynpro project and paste it on the option where you can create the component of DC project.
After pasting click next - next so that everything remain in sync.
After that check if you have any compilation error, check them if they are because of some jar files.. you have to add the library files by using the option -> DC Metadata ->DC Definition ->Used DC.
If you got no compliation error, then just rename the component ( again click next) and then deploy.
otherwise you may get deployment error.
Hope this helps,
Thanks,
Namrta

Similar Messages

  • How to convert an NWDI project into a Local project?

    Hi Experts,
    Please tell me " how to convert an NWDI project into a Local project? "
    If you c

    Hi Srini
    1. Copy/Paste Webdynpro components in the new project as was suggested before
    2. Or create new project, copy _comp folder from old project to the new one. But, do not forget to update .dcdef & .project files manually after this. You have to set the correct project name in .dcdef and set the correct local project path in .project.
    BR, Sergei

  • Is there anyone that can convert a GB project into a MIDI file for me, please?

    I don't know how to convert a GB project to midi, and midiO doesn't work with my PSR-E433.
    Can anyone help me?

    I suggest you post your question on Microsofts own forums for their Mac software: http://www.officeformac.com/productforums as Apple discussions only provide support for Apple products

  • Convert FCE HD project into Flash for web?

    I would like to use FCE HD to edit/create some footage and then convert it to Flash so anyone on any platform can view it on the web. Is this possible?

    As an update, I have located the export->'Item Description' feature which exports a plain text description of the DVD project.
    I changed the entry:
    <key>DVDStandardVersion</key>
    <string>HD</string>
    To
    <key>DVDStandardVersion</key>
    <string>SD</string>
    .. now I can open this file with DVD Studio Pro, and I have something similar to my project, but in SD. (I expect some things may be broken by the SD/HD conversion, but those should be quickly ironed out.)
    Message was edited by: fredrickdakine

  • Garageband volume problem after converting project into mp3 formats

    Every time after I convert my music project into MP3 by clicking "send song to i-tune" in GarageBand, the volume of the music always come out to be softer than the original project before its been converted. Is there something I could do to fix that or to boost up the volume after I convert it?

    Boattt wrote:
    Is there something I could do to fix that or to boost up the volume after I convert it?
    http://www.bulletsandbones.com/GB/GBFAQ.html#exportvolumetoolow
    (Let the page FULLY load. The link to your answer is at the top of your screen)

  • Can I convert my VBA project to some sort of batch submitted executable

    Thanks to the help from you all, I have written VBA macros that open huge word documents and pluck out specific information and put it into Excel.  The files I've received have grown in size from 1500 to 3500 pages.  I'm currently running the VBA
    macros by opening the document in word and then clicking "View....Macros...mymacro....Run.  The macro then runs for any where from 10 minutes to 2 hours.
    Is there a way I can convert my VBA project into some sort of executable so that I can "submit" the word file to the executable? Sometimes I run this on a term server.  I'd like to start the job, log off the term server, and then later
    check for the resulting excel file.
    Is there a way to queue up a list of input files for this?

    Hi Denis Backer,
    >>Can I convert my VBA project to some sort of batch submitted executable<<
    Yes, it is possible. We can write an application to automate open the Word documents and run the macro using
    Application.Run. Also we can convert all the VBA project with mange code, however the Office automation is not supported on the server enviroment.
    Microsoft does not currently recommend, and does not support, Automation of
    Microsoft Office applications from any unattended, non-interactive client
    application or component (including ASP, ASP.NET, DCOM, and NT Services),
    because Office may exhibit unstable behavior and/or deadlock when Office is run
    in this environment.
    You can get  more detail about it from link below:
    Considerations for server-side Automation of Office Print Print Email Email
    And here are two helpful links about Office automtaion using C# for your reference:
    C# app automates Word (CSAutomateWord)
    How to automate Microsoft Excel from Microsoft Visual C#.NET
    Regards & Fei
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.
    That is a really curious disclaimer considering the number of options for automation Microsoft itself integrates into its products.

  • How to convert my NTSC project to PAL?

    Hi! I'd like know how i can convert my ntsc project into PAL.
    I need finish a DVD for my client take to ANGOLA and there is PAL system.It is possible? My Encore is 2.0.
    Or It is possible put my NTSC movie into PAL project and let encore transcode the movie? Thank you very much and sorry my english.

    You have several options.
    1 - Create a new PAL project in Premiere Pro. Capture your footage in the usual manner, and as soon as it is in the project, hit the ENTER key to render it.
    2 - Create an NTSC project in Premiere Pro, capture to NTSC DV footage, and export it out again.
    Close project.
    Create new PAL project, import the NTSC clip & then interpret/conform the footage to the project settings.
    3 - Set up an NTSC project, capture footage, export to PAL DV or MPEG-2 from Premiere.
    4 - Use TMPGEnc Xpress 4 - it's standards conversion is very good.
    5 - Use ProCoder, as Ruud suggests
    6 - Use CCE SP if you have it.
    I'd try as many different ways as you can, and view the lot to see what looks the best.

  • How to convert an Application Service into a Web Service

    Hi,
    I am working on SAP Netweaver CE 7.1. I have created an Application Service which returns an output as a List with each elemnt of the list conatining some attributes and a List.
    now I want to convert this AS into a Web Service. how I can do that as teh Developer Studio doesn't allow me to select the method which returns the List.
    Also how should I deploy the Web Service and test the same.
    Please reply ASAP.
    Manish

    To convert your Application Service into a Web Service ,
    1) go to General Tab of your Application Service
    2) check the option Remote Enabled Service , Save Metadata
    3) Right click Application Service and select  WebService New , give name for your Webservice and select Default Configuration type : Simple SOAP or select Basic Auth SOAP if u want your webservice to be password protected , just click next and finally finish
    4) Genearte your project code , build and deploy your application
    5) Then goto webService navigator to test your Web service
    Hope this helps
    Thanks
    Asif

  • Importing web project into Workshop 9.2

    Hi,
    I'm trying to import an existing web project into Workshop 9.2.1 from my Subversion source. Unfortunately Workshop doesn't recognize this project as a valid web project.
    I imported the code project using 'File>Import>Existing Projects' into Workspace.
    Unfortunately, I get the following errors:
    - "The library module reference : beehive-netui-1.0 is not allowed from the classpath of a non-web project, only JAR,EJB, and EAR module types are allowed."
    - "The library module reference : jstl is not allowed from the classpath of a non-web project, only JAR,EJB, and EAR module types are allowed."
    How do I tell Workshop that this project is indeed a web project?
    Does anyone have any suggestions?
    Thanks,
    Derrek

    Wow.... I figured out a workaround (aka Ugly Hack). It seems that Workshop doesn't properly import Portlet projects. Here's how I got around it:
    1. Checkout the code from Subversion
    d:\MyProjects\Project\trunk\MyComponent\
    2. Move MyComponent to a temp directory
    d:\MyProjects\Project\trunk\MyComponent\ --> d:\tmp\MyComponent
    3. Open Workshop and create a new Portal project and PortalEAR project of the same name as the MyComponent projects
    File>New myComponentPortal
    4. Copy over the src and WebContent directories in the SVN directory with the files from tmp.
    d:\tmp\MyComponent\src -> d:\MyProjects\Project\trunk\MyComponent\src
    d:\tmp\MyComponent\src\WebContent -> d:\MyProjects\Project\trunk\MyComponent\WebContent
    5. Refresh Workshop and let the spooky voodoo happen. Viola! Now I've got a running portal project with a SVN connection.

  • How do I convert a word document into a pdf and then upload it to a web site

    How do I convert a word document into a pdf and then upload it to a web site so people can read it from my
    site with Dreamweaver 4?. How can I do this? Can anyone please help? I'm only a newbie. Thanking you in anticipation.

    First you need to install a means of printing to pdf from word.  I like cutepdf writer ( http://cutepdf.com/Products/CutePDF/writer.asp ).  Once installed you will print the doc in word and under the printer selection you choose pdf.
    Once you have the file you put it in your local site folders and upload it using Dreamweaver.  Be sure to link to it from a page so users can get to it and I would recommend giving the link a target of _black so it will open in a new window (see the properties inspector in DW).

  • Can LR Web module converting file name hyphens into underscores be disabled

    Hi,
    I have problems when creating webpages from within LR.
    First I develop the RAW files and converts them to jpegs. Under Lightroom 3 I use the following settings under "Export location":
    Export to: Specific Folder
    Add to This Catalog: ticked
    Existing Files: Choose a new name for the exported file
    This is thus native Lightroom. For existing files the new filenames are generated with a hyphen follwed by a numeric suffix. as follows: for FileName.jpg this would be FileName-2.jpg, FileName-3.jpg.
    Afterwards I use the web module with the TTG Highslide Pro plugin to generate the webpages. For each image on the page there is a link to the original image to download it. It is here where a problem occurs. With the above mentioend naming convention (adding a hypen when files do already exist) there is no problem at all to display the photos nor as a tumbnail, nor in the slideshow.
    When trying to download the high resolution image however a problem occurs. The file can't be found. This is due to the hyperlink pointing to filenames like FileName_2.jpg and FileName_3.jpg. As the image itself is having a hyphen followed by a numeric suffix it can't be found when the link is pointing to that file using an underscore instead.
    So to me that's a little problem as I am not at the steering wheel at any of the two moments where a naming convention is applied; the automatic filename generation at time of export from Lightroom and the change of the hyphen to the underscore when generating the webpage.
    Any Idea how this can be solved? Or having an underscore used by the automatic naming in Lightroom, or using the hyphen (leaving the filename as it is) when generating the webpage with the LR web module.
    I posted that question already at the TTG forum and got the following respnse from Matthew: "Lightroom's Web module converts file name hyphens into underscores. It's not something I have any control over at all."
    Any help would be appreciated.
    Kind regards,
    Patrick

    I have the same problem in that filenames created with (for instance) photographer-place--year_month_day-filename.cr2 are exported by Lightroom 3.4.1 correctly, without change, into jpg versions, but TTG Highslide Gallery Pro (or, rather, Lightroom) forces a conversion eliminating the dashes and replacing them by underscores. TTG states on its website that this is unavoidable in the Lightroom web module, and recommends entering one's wishes in the "File Handling" tab within Lightroom Preferences.
    However, my LR preferences include the standard File Name Generation option "Replace illegal file name characters with: Dashes (-)" so this would indicate that a dash is not regarded by Lightroom as illegal and therefore should be left alone. As is in fact the case on a normal export from a raw cr2 to jpg: no change in Lightroom and therefore no problem. But export via LR via TTG causes an unwanted conversion from dashes to underscores.
    While searching the web I came across this old post http://thephotogeek.com/ttg-web-gallery-client-selections-lightroom/
    which mentions the question as a LR2 bug.
    I then exported a web gallery using LR's standard web template and here too all file names are converted from dashes to underscores, despite what is entered in LR's preferences. So my conclusion is that this remains a LR bug, and no fault of TTG.
    I am delighted with TTG and couldn't do without it, but am still stuck with this issue which shouldn't need to be an issue at all, if only LR would leave things alone.

  • How can I convert a word file into a pdf and then upload to a web site?

    I need to convert a word document into a pdf and then upload it to a web site so people can read it from my
    site. How can I do this? Can anyone please help? I'm only a newbie. Thanking you in anticipation.

    Hi there,
    There's actually an easy streamlined way to do this using Acrobat.com. Here are the steps:
    1. Log in to Acrobat.com with your Adobe ID.
    2. On the left, you'll see a navigation menu that includes the item "Import and Edit". Click that.
    3. Choose the .doc (Word) file you want to convert and upload it to Buzzword.
    4. After making sure that it looks the way you want it to, go to the top menu (still in Buzzword now, not the organizer where all your files live) and click the document menu. There will be an option to "Export" - choose that.
    5. When prompted to select filetype, choose "Adobe PDF" and press OK.
    6. It'll save to your desktop, so now you have to get it into your acrobat.com organizer. To do that, close the Buzzword document by clicking the little "x" in the upper right corner, under the Sign Out button. This'll get you back to your organizer, where you can choose "Import" from the left nav menu again. This time choose your new PDF file.
    7. Select the  file icon in the organizer and click the Share button. Or, select Share  from the file context menu.
    8. Select Allow Anyone With A  Link To Share This Document to set the document to open access, and then  click Copy Embed Code. The necessary HTML code to embed the preview is  copied onto the clipboard.
    9. Open the HTML file and paste  the code into the file. The Flash previewer can display any file type  that you can convert to PDF.
    Hope this helps! Good luck, and let us know how it works out.
    Rebecca

  • Converting a pages document into a .jpg image for web

    I am trying to convert a pages document into a .jpg image for uploading to idisk. When I drag to iphoto, then export, the image is really small even when I use the large size on the jpg photo export. Is there an easy way to do this..... I am trying to upload it to idisk then link it to craigslist.
    Help! It worked a couple of months ago!
    Thanks
    John

    A better way (I think) is to export or Print your Pages document as a PDF & open that PDF in Preview. Use the selection tool to select the area you want. You can crop & save as .jpg, but I recommend going to the File menu in Preview & choosing New From Clipboard to make a new file. This is because some programs, Pages in particular, will always "see" the unselected area & paste the whole thing. I also suggest using .png rather than .jpg. .jpg is a "lossy" format, .png will be much clearer.

  • Converting existing ejb module project into DC

    Hi,
    1. I have created a local Ejb Module Project
    2. Also a web service is created using that ejb(stateless) && deployed on the server.
    3. I want to convert this local ejb module project into DC
    4. I have copied everything from local ejb module project(eg.ejb,classes,virtual Interface & web service dif etc) & pasted in the DC structure.
    5. While creating web service, it shows me a deployment error, regarding web service name (which is already exists).
    6. I can create web service with different name & it works fine,
    but I don't want to use different name for web service.
    7. Is it possible to again create web service with the same name?
    8. Or is there another way for doing this?
    Best regards,
    Nilesh

    Have you tried to undeploy the old project? This should work out.
    \-- Vladimir

  • Convert Web Report to PDF

    Hi all,
    I need a possibility to <b>convert Web Reports</b> designed in WAD <b>into PDF</b>. SAP help portal says: 'You access BEx Web applications and reports in the portal. You can then convert these into PDF files and print them.' (http://help.sap.com/saphelp_nw04s/helpdata/en/03/d8c041a227ca17e10000000a155106/frameset.htm)
    But I haven't found any documentation how to do this...could anyone please help me? Thanks in advance.
    Best regards,
    Dominik

    Hi Dominik,
    You will need to add a URL or button group to your template and use the command wizard to create the command ("Export Web Template"). You should be able to find more information in the SAP Help documentation for SAP NetWeaver 2004s, which I know you already have a link to.
    If you are on a ramp-up project, you should have access also to the Ramp-up Knowledge Transfer (RKT) in the SAP Service Marketplace at service.sap.com/rkt-netweaver. This site contains materials that explain the new features, including the new web items and the command wizard. If you don't have access, check with your SAP consultant for assistance.
    Regards,
    Katie Beavers
    SAP NetWeaver Product Management

Maybe you are looking for

  • Exchange Server 2010 DAG requirement

    Hi i am configuring Exchange server 2010 with DAG. i read that Enterprise level OS must have needed for MS-Exchange DAG but i have 4 Windows Server 2012 standard. can i configure my DAG setup on it? It will be like 4 hyperv DAG Node 1 – Windows Serve

  • JOptionPane.showMessageDialog

    In JOptionPane.showOptionDialog, it is possible to define the button labels using the options parameter (2nd last). This does not appear to be possible with showMessageDialog. The showMessageDialog gives an "OK" button. I want a button labeled "Close

  • Copy of G/L Accounts

    Hi guru's... It is not possible to create each and evey G/L account which are already existing in present system. Then what is the procedure to copy or convert all the G/L accounts from any NON-SAP software to SAP... ? Please explain how the closing

  • Define variable a ROWTYPE based on a table name passed as a parameter

    I am trying to write a procedure that processes rows for tables of differing structures. Table_name is passed as an IN parameter to the procedure. I define a cursor within the function that is defined by a SELECT * FROM table_name. I also need to def

  • Seperate IP address for router?

    I am trying to connect Wi-Fi between my cell phone and computer.  To manually connect the two I must enter an IP address.  My computer IP ends in .2.  The IP address that my cell phone tells me to enter is .3.  Neither address wosrks to connect.  I h