cancel
Showing results for 
Search instead for 
Did you mean: 

How do we maintian code repository for SAP PO

0 Kudos

Hi All - Is there a way we can store all our custom written Java code (Java mapping, adapter modules, udf) somewhere on NWDS? Many times developers write these Java mapping/adapter modules on their own workplace of NWDS on their local machines and deploy them to PI/PO servers directly, This causes problems later as there is no source code available for any one else to edit or modify the code if needed. One way of overcoming this problem is to have a common NWDS workplace (stored somewhere on the server and accessible to all developers) to have common repository of all the custom code, Are there any better ways of handling this?

Accepted Solutions (0)

Answers (2)

Answers (2)

junwu
Active Contributor
0 Kudos

nwdi can manage all of these.

Muniyappan
Active Contributor
0 Kudos

You should be able to get the code as long as you have the archive. check the reply of vadim.klimov

https://archive.sap.com/discussions/thread/3518494

I think, for bpm only it is required to store in central place ie NWDI. but for udf, java and adapter module you can get the code after decompiling the archive.

for java map and adapter module, you can ask the team to include the source code always in the jar file.