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

ABAPGit - Doubts Prior PoC for Implementation

Former Member
0 Likes
1,291

Hey Friends!

I'm currently looking for a more "distributed" ways of working with ABAP development, and whatever activity possible in SAP - and I'm specially interested in using the "branching" concept, to enable concurrent development in the same object for posterior merging / releases.

However, I have a couple of doubts:

- Does working with AbapGIT mean I'll have to disable Transport Management?

- Does AbapGIT work together with SM CHARM ?

- Since AbapGIT seems to work based in Packages, can I have the same object in more than one "Project"? Does it need to be in more than one "package" as well? What's the best way to work this point?

Thanks in advance, folks!

Rodrigo

5 REPLIES 5
Read only

pokrakam
Active Contributor
969

Paging lars.hvam 🙂

Read only

larshp
Active Contributor
969

No, no and no 🙂

I dont recommend using abapGit instead of transport management. Transport mgt handles a lot of objects not yet supported in abapGit

CHARM, well, abapGit adds objects to transports as normal, but not directly integrated in charm

Same objects: no, we are limited by the functionality in the SAP kernel. Branching in SAP usually means another system in the landscape

Read only

Jelena_Perfiljeva
Active Contributor
0 Likes
969

And graham.robinson 🙂

Read only

GrahamRobbo
SAP Mentor
SAP Mentor
0 Likes
969

Hi Rodrigo,

to add to Lars response - why don't you just have a go? I understand you need to better appreciate where abapGit can fit into your developer processes. There is no better way to understand something than to give it a go. Install abapGit (it takes less than 5 minutes) and start small - with a simple little project just to get the feel for what it can and cannot do. Also look at the issues list to see what enhancements others would like to see. Maybe you could contribute a few ideas of your own or even take on some of the issues yourself?

Cheers

Graham Robbo

Read only

969

Hi Graham!

I already have installed it, but still going through some issues with our basis colleagues to make it work - probably I'll get it working through this month in a Sandbox - looking forward to see what we got! 🙂

Thanks for the contribution!