cancel
Showing results for 
Search instead for 
Did you mean: 

Compatibility of object types like screens, Reports with SAP Cloud Platform ABAP Environment

sPatil
Participant
0 Kudos

Hi,

As development object types like 'Reports, Screens, WebDynpros' are not available on SCP, then my question is-- If customer wanted to replicate their screens, webdynpros or reports from on-premise ABAP to SCP ABAP environment then how that can be achieved?

Thanks in advance!

Accepted Solutions (0)

Answers (1)

Answers (1)

Andre_Fischer
Product and Topic Expert
Product and Topic Expert

Hi Sourabh,

customers will have to develop OData service based on the RESTful ABAP programming model. When they add appropriate annotations they can leverage SAP UI5 UIs that are based on SAP Fiori Elements and that are just generated. Without annotations they can use SAP Web IDE to develop SAP UI5 applications as frontends for their OData services.

To leverage existing coding we recommend to carve out the functionality being used to create, update and delete data so that it can be reused in the new OData Service implementations.

Regards,

Andre

sPatil
Participant
0 Kudos

Hi Andre,

Thank you for the answer. I am novice to this domain & looking for some reference material/blogs to get more understanding on this topic. Will you help/guide me by providing such reference; since primary objective is to 'how to convert/transform the custom object types like screens/webdynpros (or any other object type which is not supported by SCP), when we come onto the SCP?'