on 2017 Oct 09 11:13 PM
Hello,
I am new to development with SAP MII Workbench but I understand it was developed in Java. I am wondering if there is a way to view/modify the underlying Java source code that is created when building transactions in the SAP MII workbench?
The GUI based drag and drop method of programming feels very limiting and I would like more flexibility to be able to modify the code directly. Is this possible?
Thank you
Request clarification before answering.
Not in any practical or supported way. The transactions themselves are stored as xml and you could export and modify the xml but I don't think that would get you what you want. On some level I am sure there is serialization going on but I don't know how proprietary it is and if its worth it to try and RE it to a point that you could develop your transactions directly with Java.
The supported way to inject java into MII transactions is to develop a custom action. The SDK is available on the main MII admin menu under Content Development --> Tools and Archives --> Custom Actions SDK
You can also implement a custom EJB that can be called via the EJB Callback action:
https://help.sap.com/saphelp_mii151sp03/helpdata/en/4c/c8a1028e9b60c5e10000000a15822d/content.htm
Regards,
Christian
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
15 | |
2 | |
1 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.