2023 Dec 07 2:12 PM
Hi Team,
Answer First: I want to create a custom CDS view and ship it to multiple clients using the SAP public cloud.
Rationale: Is there any method/way, that we can use to create a CDS view in an on-premise system(Maybe using Eclipse ADE), Save it in a transport request, and ship it to the Public Cloud(clients using the Public Cloud)?
Our main goal is to create a custom CDS View and ship it to our partners.
Thank You,
Devavrat Somvanshi
2023 Dec 08 8:20 AM
Hi,
as in Public Cloud, all development has to be cloud ready, not all development options of on-premise systems are available in there and therefore a direct transport between on premise and public cloud is not possible.
But you can bring your existing development into a public cloud system, then push it to a git repository and give access to your customers to this repository so that they can pull your development into their 3SL.
This scenario is called Multi-Off and you can find it documented in here: https://me.sap.com/notes/3334794
Kind regards
Karin
2023 Dec 08 8:15 AM
Hello devavrat_somvanshi , If the CDS view is created to be compliant with ABAP Cloud readiness check, you can use abapGit to transport it to SAP S/4HANA Cloud Public Edition or SAP BTP ABAP Environment.
https://developers.sap.com/tutorials/abap-environment-abapgit.html
Regards,
Siva
2023 Dec 08 8:20 AM
Hi,
as in Public Cloud, all development has to be cloud ready, not all development options of on-premise systems are available in there and therefore a direct transport between on premise and public cloud is not possible.
But you can bring your existing development into a public cloud system, then push it to a git repository and give access to your customers to this repository so that they can pull your development into their 3SL.
This scenario is called Multi-Off and you can find it documented in here: https://me.sap.com/notes/3334794
Kind regards
Karin