cancel
Showing results for 
Search instead for 
Did you mean: 

Can MI Development take place on WAS Java?

Former Member
0 Kudos

Hi Experts,

I have the following servers:

1. MI Dev (WAS ABAP + Java)

2. NW Developer Workplace (WAS Java)

I want to use the NWDS installed on NW Developer Workplace system to test my MI Developments. Could someone tell me how can I achieve that?

Or, I HAVE to deploy the MI application on the WAS ABAP + Java system.?

Thanks,

Shobhit

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Shobit,

Yes. You can use the NWDS installed on NW Developer Workplace system to test your MI Developments.

Go to the 'Mobile Development Manual' in the 'Help' section of your NWDS or refer to following link

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/21eba3a7-0601-0010-b982-92f...

But it will always require WAS ( ABAP + Java) as a middleware.

Hope this helps.

Regards,

Rahul

Message was edited by:

Rahul Gavande

Answers (1)

Answers (1)

satyendra_dhar
Active Participant
0 Kudos

Hi Sobhit,

You can use NWDS installed on NW Developer workplace, Create an MI app using it and export it as a war file.

Then start NWMAdmin and created a .sda and deploy this sda into WAS(java).

Press reload from the NWMAdmin.

Now this application will be available on both WAS(java+abap) and you can use it for assigning it to MobileClient.

Regards,

satyendra

Former Member
0 Kudos

Thanks Satyendra and Rahul!!