cancel
Showing results for 
Search instead for 
Did you mean: 

Merge code between dev systems

Former Member
0 Kudos

Can someone please guide me towards SAP's recommendation or best-practice for merging code that was developed in the project dev system to the production dev system.

.

We have changed BSP and Web Dynpro applications in the project system (D4) and now need to merge into the regular production support dev system (D3). Traditionally, the management team has asks developers to copy-paste their programs from D4 to D3. But Web applications cannot be easily copied-pasted, have to use wizards and tools to generate screens, context and views. .

.

What is recommended for merging developed objects from one env to another? Thanks in advance

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

You can easily transport WD development objects between development and production systems:

https://scn.sap.com/thread/192158

Thanks,

Gabor

Szczerbowski
Active Participant
0 Kudos

Hi,

I am not sure about SAP guidelines but what we do in similar situations is an elbow grease re-development of what you did in production.

You can use version control afterwards to check if everything is ok, or maybe Eclipse ADT has some better tools for comparison in this scenario.