‎2009 Mar 27 5:57 PM
Hi ABAP guys,
Does anybody of you know, if it is possible to separate bugfixing and ongoing development somehow in a 3-system ABAP stack landscape?
The question is if there is a way to do ongoing development (e.g. for the next release) and bugfixing on the same development objects in the same dev. system without transporting the ongoing development to the next system.
In Java development it would be done by creating a separate track. Can you use versions to do that or is there any other possibility or do you need to set up a second dev. system?
Thanks and regards,
Martin
‎2009 Mar 27 6:50 PM
‎2009 Mar 27 6:01 PM
how about using clients? say 100 for ongoing 200 for project work... but retrofitting changes one to another is always a hassle to deal with
‎2009 Mar 27 6:05 PM
Development is usually client independent. Therefore I guess using a different client does not solve the problem.
‎2009 Mar 27 6:20 PM
‎2009 Mar 27 6:50 PM
‎2009 Mar 27 6:52 PM
Hi, Martin
I don't know that it is good or not for your scenario, but what if you create a copy for new release and continue bug fixing with the old one.
Sorry if not Suitable for you,
Best Regards,
Faisal
‎2009 Apr 02 8:32 AM
Thanks for your answers. At least I know now that it is not easily possible.