cancel
Showing results for 
Search instead for 
Did you mean: 

How to Move WD Java Application to SAPUI5 Platform

0 Kudos

Hello All,

We have some WD Java applications which are using the Adaptive RFC2 Models to call the data. What are the step by step approach to move these applications to SAPUI5.

Regards,

Mayank Saxena

Accepted Solutions (1)

Accepted Solutions (1)

former_member182372
Active Contributor
0 Kudos

wrap rfc fm into odata serrvice

develop sapui5 app and consume those services

0 Kudos

Hey Maksim,

Thank you so much for your quick reply. I will start search for any how to guide for Wrap RFC into Odata service. But If you have it handy it would be great.

Regards,

Mayank

daniel_ruiz2
Active Contributor
0 Kudos

hi Maksim,

WD is stateful while UI5 and OData will work in a stateless manner.. sometimes it wouldn't be as simple as "wrapping an RFC" into an OData.

Cheers,

Dan.

Answers (1)

Answers (1)

nishantbansal91
Active Contributor
0 Kudos

Dear Mayank,

First you have to do the modularization of your complete code. Because it could happen that logic might be written in the Controller itself.

First you have to check all the code and place that code into classes or function module according to your convenience. As per my opinion, go with classes and call the classes method into the function module for the better utilization of OOPS concept.

Thanks and Regards,

Nishant