cancel
Showing results for 
Search instead for 
Did you mean: 

2 questions regarding Devlopment component (DC)

Former Member
0 Kudos

I started working with DC's, but I have two problems:

1. How I can change my old Web-Dynpro Project into DC Project from type web dynpro?

2. How I can duplicate one DC project to two different DC projects with different names. When I try to change the .project xml file I get a warning when try to deploy the project?

Thanks

Omer

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Omer,

regarding your first question, have a look at the following link: http://help.sap.com/saphelp_nw04/helpdata/en/42/c8204dd57f136fe10000000a1553f7/frameset.htm

To cut a long story short:

- create a DC of the type WD

- copy your packages into the new DC

- Reload DC project

- create your public parts if necessary

- check that all required jar-files are imported (as DCs)

- Build your DC and try it out

To your second question:

Create a second DC project and copy your packages or separate delevopment objects

Tina

Answers (1)

Answers (1)

Former Member
0 Kudos

When I try to copy only the packages, I had a problem while trying to deploy the application to the server (in both cases).

I think the solution is to copy & paste the component and create the rest as new (application,dictionary,project refernces,etc...)