cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Where do the dictionary objects for /dmo/* exist?

kg2020
Explorer
0 Likes
2,878

Tutorials: https://developers.sap.com/tutorials/abap-environment-persistence.html
--------------------------

Write here what you need help with ...

How do you get the /dmo namespace and their respective dictionary objects into an on-premise HANA system?

View Entire Topic
Andre_Fischer
Product and Topic Expert
Product and Topic Expert

Hi Kunal,

as described here

SAP-samples/abap-platform-refscen-flight at On-Premise-2020 (github.com)

you have to use the report ZABAPGIT instead of the ABAPGit Eclipse PlugIn that only works for Steampunk systems.

Kind regards,

Andre

mvoros
Active Contributor
0 Likes

There is actually an unsupported way how to use Eclipse plugin with on premise system.

https://github.com/abapGit/ADT_Backend

It works fine for me.

kg2020
Explorer
0 Likes

Hello Andre,

The information you provided got me half way there, however, I cannot activate the objects downloaded in SAP-samples/abap-platform-refscen-flight at On-Premise-2020 (github.com). I get a bunch of errors.

I'm on version 1809. Is it supposed to be compatible with it?

Thanks for the info.

Andre_Fischer
Product and Topic Expert
Product and Topic Expert
0 Likes

No, it is not supposed to be compatible with 1809. The ABAP RESTful Application programming model only became available as of 1909 and there the framework is still in its early stages.