cancel
Showing results for 
Search instead for 
Did you mean: 

Access to Java mapping code?

Former Member
0 Kudos

Hello Guru's, Is there an easy way to view the Java code that is the result of a graphical mapping? Also does anyone know the directory where SAP ultimately stores the .jar files that get produced as a result of the graphical mappings. Your help is much appreciated.

Accepted Solutions (1)

Accepted Solutions (1)

MichalKrawczyk
Active Contributor
0 Kudos

Hi Shaun,

>>>Also does anyone know the directory where SAP ultimately stores the .jar files that get produced as a result of the graphical mappings

sure we know:

SID\DVEBMGS10\j2ee\cluster\server0\temp\classpath_resolver

you'll find all the mapping jars you need inside this folder:)

>>>Is there an easy way to view the Java code that is the result of a graphical mapping?

yes - just decompile those jars and you can see all the code - no other way to see it

Regards,

michal

Former Member
0 Kudos

Hi Michael

I want to access the source code.But Iam unable to find the path that you have specified,can u please help me in finding this path.

Answers (1)

Answers (1)

stefan_grube
Active Contributor
0 Kudos

When you have a PCK installation, you can create the mapping here and download it.

You receive a .cim file, which you can open with Winzip.

Among other stuff, you can extract the Java Source.

Regards

Stefan