cancel
Showing results for 
Search instead for 
Did you mean: 

Source Control

Former Member
0 Kudos

Can someone tell me who typically sets up or configures Source Control on the system?

Is this a Basis activity?

I'm not clear on this activity. Is this version management for the ABAP code?

thank you in advance.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello,

Source control is not the version management of your ABAP programs, this is done automatically and versions are kept in the SAP database.

Source control is used when it comes to Java developments on a J2EE stack, example for a portal.

For J2EE developments the basis team should setup some source control.

This is part of the NWDI setup, source control is part of NWDI (via DTR) :

[http://help.sap.com/saphelp_nwce71/helpdata/en/45/400d6d477f1196e10000000a1553f7/content.htm|http://help.sap.com/saphelp_nwce71/helpdata/en/45/400d6d477f1196e10000000a1553f7/content.htm]

After proper setup of NWDI for java developments by the basis team, the Java developers can use the source control to store the different java versions of their developments.

I hope this can help.

Wim

Former Member
0 Kudos

hi

Unlike other programming languages (technologies) Java, C++, for ABAP, the source resides inside the database and the version management is controlled by SAP internally. Any changes is therefore automatically documented.

R

Answers (0)