cancel
Showing results for 
Search instead for 
Did you mean: 

Transport DCs from Local objects to a track.

Former Member
0 Kudos

All,

I'm working on WDJ using NWDS. Since there was no track set up earlier, I was doing all my development in the path Local DCs->Local Development->My Components.

Now, a track has been set up by the admin team and now I need to move all my developments to the track. But I wonder how to do this.

Can anyone explain me the steps for the same? Are there any inport and export options that i can do for achieving this?

Any help is appreciated!

Cheers,

Sam

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

follow the below mentioned steps to meet the requirement:

Step 1: Create a new Web Dynpro DC project.

Step 2. Go to the Navigator view.

Step 3. Select the local Web Dynpro project to be migrated and expand the project structure down to the source folder: <My_Local_Project-> src->packages.

Step 4. Select all packages and from the context menu choose Copy.

Step 5: Create a new DC project.

Step 6. Now choose the DC project that was just created and expand the project structure in the Navigator view, again down to the source folder.

Step 7 Select the Packages node and choose Paste. The Add Files to DTR dialog box appears.

Step8: Choose OK to confirm your selection.

Step 9: Assign an activity either by creating a new activity or by choosing an existing one.

Step 10:Execute Reload

Step 11: Switch to the Web Dynpro Explorer.

Step 12: Select the project node of the DC project and choose Reload.

Step 13: In the displayed dialog box, again choose Reload.

Step 14 Execute a local rebuild for the entire DC project. Choose the function Rebuild project.

Hope this will resolve your issue.

regards,

amit bagati

Answers (3)

Answers (3)

snehal_kendre
Active Contributor
0 Kudos

HI Mandrake,

If you want to move a webdynpro DC then.

1. create a new DC.

2. copy webdynpro component from old DC to new DC.

3. check for dependencies and add used DC into your new DC.

4. check any mimes objects you are using.

for every step it will ask you to add files into DTR. just say ok

If its a simple java or EJb project then.

1. create a new DC.

2. copy src folder from old DC to new DC.

3 for EJB`s just check deployment descriptors.ie. ejb-jar.xml and persistant.xml . may be you need to copy source i.e. XML source form .i.e source between <disply name></disply name>

and <enterprize bean></enterprize beans>

Former Member
0 Kudos

Hi create a New DC in you track now got to the work directory in you system where the DC is created.

replace the_comp folder of the new DC with the _comp folder of your local DC

Open NWDS log into NWDI and build the new DC and you can see all you code, iviews in the new DC.

Former Member
0 Kudos

Thanks Praveen and Jhansi for the swift response. I'll try as you both have suggested and revert back with more points for sure.

Cheers,

Sam

Former Member
0 Kudos

Hi Mandrake,

Refer the below link:

Migrating Local Web Dynpro Projects to the NWDI

http://help.sap.com/saphelp_nw70/helpdata/EN/42/c8204dd57f136fe10000000a1553f7/frameset.htm

Thanks n Regards,

Jhansi Miryala