cancel
Showing results for 
Search instead for 
Did you mean: 

Source Code Maintenance for Multiple Customers

former_member187563
Contributor
0 Kudos

Hello All,

We have developed a product in Web dynpro for java and it is already being used by one customer. We are using all the NWDI features and have the source code for this product on NWDI track.

But now the requirement is to use the same product for some other customer without affecting the previous customer.

How can we use the same product for different cutomers using NWDI. Please note there can be changes specific to once customer or common to both the cutomers.

So what will be the best approach for this kind of scenario apart from maintaining different tracks for different customers as we send the SCA files to customers. So we can have different source code on different tracks and then create the SCA for that particular customer.

Please share your views and suggestions, it will be really helpful.

Regards,

Ujjwal Kumar

Accepted Solutions (0)

Answers (2)

Answers (2)

siarhei_pisarenka3
Active Contributor
0 Kudos

You may have two different NWDI tracks for two customers. The SCA/DC names and whole structure of folders shall be the same between the tracks. This will make easier comparing these tracks between each other if you ever need to synchronize them.

Regards, Siarhei

Former Member
0 Kudos

Hi

Alternative A -

--------------------

1. Create a new SCA (eg SCA2)  as suggest. Create a new DC('s).

2. Check out your files from SCA1.

3. Go to explorer view and copy the project

4. Paste. Check in.

Once you have a new DC in SCA2, do whatever changes needed.

In principle, copy and paste should work well.

Alternative B - NWDI

--------------

1. Go to SCA1 and export (a file of type SCA)

2. Import this file while creating a new SCA.

3. Change name

regards

Yuval