cancel
Showing results for 
Search instead for 
Did you mean: 

Source code for Standard Modules

Former Member
0 Kudos

Hi Expert,

I have downloaded the SAPXIAFC07_6-10003481.SCA file from marketplace.

i can see many .sda files for each adpater and adapter framework.

i have extracetd 1 .sda file ..aii_adapter_file_svc.jar

But i can see only class file of those, do you know is it possible view the .java file for those .. or i am asking too much :)?

basically i want to check what is the code written for the standard module *MessageTransformationBean" as sometimes it behaves very madly...

Thanks.

Regards

Biplab Das

Accepted Solutions (0)

Answers (1)

Answers (1)

baskar_gopalakrishnan2
Active Contributor
0 Kudos

Jar file might have only compiled classes. If you need source code, search online "java decompiler" tool. Through which you can convert source code from the class files. It is so simple.