‎2006 Aug 09 1:49 PM
Hi ABAP-ers,
I have a dev.class with bunch of all kind objects in it
and is released for one customer. I have to upgrade, change or even delete some objects in same class for another customer(new version). Because I need both versions, how can I easily manage them, is there any tool. I don't like to check object by object, it would be to complicated. Any idea, program ????
thx
mario
‎2006 Aug 09 2:34 PM
Hi,
You can transport the development package to the target system or just make another copy and make changes as required.
Cheers
VJ
‎2006 Aug 09 2:42 PM
FM 'SVRS_GET_VERSION_DIRECTORY_46'
Gives the version of given program from the said destination. Check this FM.
Regards,
Prakash.