cancel
Showing results for 
Search instead for 
Did you mean: 

Configuration of JAVA SDK

Former Member
0 Kudos

Hi,

If I want to do any customizations in SAP ME, I understand that I need to do it using Java SDK.

1- However, can I acess standard JAVA classes from SAP, save as and modify them using SDK to develop new plugins?

2- Do I need to do these JAVA configurations only on SDK or I can develop JAVA pages elsewhere and import it to SDK later?

I am new to SDK and customizations in ME, so will need a good help on this though the questions might sound silly:)

Thanks anyways.

Regards

Mansi

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi lakade,

You can build your customizations using the API's provided by SAP and use as per your requirements.

Apart from SAP ME SDK, you can build your customizations on NWDS/NWDI too, with Netweaver as the server.

     Another effectuation is using ecliplse to devolop the applications and host it on NW.

NWDS/NWDI usage is recommended by SAP.

Thanks

Anudeep KM

Former Member
0 Kudos

Hi Mansi,

SAP has provided SAP ME SDK framework to customize the SAP Manufacturing Execution (ME) application. Customization includs Activity Hooks, Collaboration Plug-ins, Print Plug-ins, Service Plug-ins, and POD Plug-ins (available in version 6.0 and higher). You need not install any eclipse IDE. It will be installed in the process of SDK installation with all preconfigured projects. For more information go through the below link.

http://www.sdn.sap.com/irj/scn/downloads?rid=/webcontent/uuid/d0bdb867-afb3-2f10-79bd-ab19b2fa4e8a

Thanks

Eshwar