cancel
Showing results for 
Search instead for 
Did you mean: 

Development activities of SAP JAVA

AA3
Participant
0 Kudos

Can any one tell me some example applications developed using the JAVA stack of WEBAS.

I am confused on DTR, CMS, CBS and Tracks what are all these

Also i would like to know if anyone can draw a comparison between CMS and CTS (ABAP)

Also how easy is it for a person who worked with BASIS ABAP landscape to pick up activiities on the

JAVA landscape.

-


full points guaranteed -


Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

DTR - Design Time Repository used for storing the code and maintaining the versions of the code.it is similar to CVS in java terminology.

CBS - Component Buid service used to build an application .similar to ANT tool.

CMS - Change Management system used to transport the code to different systems eg: from dev to QA to Prod

In order to make use of above features you need to create a track and change the code,build the code and transport the code and all these components are part of NWDI

Thanks

Bala Duvvuri

Answers (2)

Answers (2)

AA3
Participant
0 Kudos

thanks all

thulasi_td
Employee
Employee
0 Kudos

Hi,

CMS --> Change Management Service (CMS) is part of SAP NetWeaver Development Infrastructure (NWDI). It is used to configure development landscapes and transport software changes for JAVaA projects

CTS is the similart concept in the ABAP system. You can organize, perform, and monitor transports between your SAP Systems using the Transport Management System (TMS).

All information about NWDI can be found @

Regards,

Thulasi

AA3
Participant
0 Kudos

Can you give examples of the type of applications that are developed in SAP using JAVA.

Also Is a TRACK similar to TRANSPORT ROUTE in TMS on SAP ABAP side ?

Former Member
0 Kudos

runtime systems defined in CMS defines the transport route.that means if we define dev,consolidation,qa,prod we are defining route as dev-consolidation-qa-prod

Thanks

Bala Duvvuri

AA3
Participant
0 Kudos

Does that mean, we define the transport landscape in SAP JAVA stack using CMS.

like DEV-QA- PRD ?

Also can you clarify what a TRACK is ?

Edited by: AAL123 on Jun 4, 2009 7:01 AM

Former Member
0 Kudos

Yes we define the transport route in CMS.

check this link

http://help.sap.com/saphelp_nw70/helpdata/en/07/499a1c97fc4440bd6312d93d4010e9/frameset.htm

Thanks

Bala Duvvuri