Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Objects version management

Former Member
0 Likes
398

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

2 REPLIES 2
Read only

Former Member
0 Likes
365

Hi,

You can transport the development package to the target system or just make another copy and make changes as required.

Cheers

VJ

Read only

Former Member
0 Likes
365

FM 'SVRS_GET_VERSION_DIRECTORY_46'

Gives the version of given program from the said destination. Check this FM.

Regards,

Prakash.