cancel
Showing results for 
Search instead for 
Did you mean: 

REG: DC Development

Former Member
0 Kudos

Hi,

What is the basic difference between local DC and Inactive DC.

And what are the ways to create LOCAL DC.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Prasanthi,

Local DC

-


Local DC exist on your System only.

For creating Local DC in the NWDS go to File --> New -->Development Component Project --> A Window Opens --> Expand Local Development --> Select MyComponents --> Click on Next Button --> Provide vendor & Name of the DC and select Web Dynpro for Type --> click on Next Button and Click on Finish.

InActive DC

-


When you are Developing something through JDI (NWDI), you will have InActive DC.

If you want to do some changes in code then you can do these changes through inactive dcs. Whatever changes you do in inactive DCs and until you check-in that activity. other developers cannot have those changes.

In summary, inactive DCs contain intermediate code which is not ready to deploy on Development server yet.

Hope now you are clear with Local DC and InActive DC.

Regards,

Roop Kumar.

Edited by: Roop kumar Annavarapu on Sep 8, 2008 3:15 PM

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Local DC is on your System only.

Inactive DC is one which is loaded from Server(NWDI) to local machine where in you can make chenges and can activate the changes back to server.

For creating local DC go to File>New>Development Component Project>Local Development>My Component-->Click next then give name of DC and select Webdynpro click next and finish.

Hope this helps

Regards

Prajakta

PradeepBondla
Active Contributor
0 Kudos

Hi,

Local DC is the Dc which resides in your local machine

Inactive DC is the DC which you last checked in successfully. this will araise when you use NWDI. any one in the team (having DTR login for the server) can import the DC from inactive DC's and can work on his /her local machine.

to create a local DC you can directly do this from NWDS selecting Developement Component from the menu.

http://help.sap.com/saphelp_nw04/helpdata/en/5f/0db14033c7b94ee10000000a1550b0/content.htm

PradeeP