cancel
Showing results for 
Search instead for 
Did you mean: 

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

kg2020
Explorer
0 Kudos
1,505

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?

Accepted Solutions (1)

Accepted Solutions (1)

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 Kudos

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 Kudos

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 Kudos

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.

Answers (1)

Answers (1)

Steven-Mason
Explorer
0 Kudos

It is available on GitHub. You should be able to install it via abapGit as detailed in this page:

https://help.sap.com/viewer/923180ddb98240829d935862025004d6/Cloud/en-US/def316685ad14033b051fc4b88d...

Alternatively, you could do your training work in a trial BTP account that will have all of the /DMO/ artifacts already present.

kg2020
Explorer
0 Kudos

Thanks for your response Steven. Is it possible to put the /dmo/* namespace into our own on-premise S/4 HANA system and deploy from eclipse to on-prem instead of using ABAP on BTP? When I try to add a repo from abapgit I get the message "abapGit is not supported in project [SID]_[CLNT]_user_en. Is it ABAP for BTP only thing?

Steven-Mason
Explorer
0 Kudos

Andre answered it best in his response below. Either use the ZABAPGIT program onPrem or use the unsupported method to use the Eclipse plugin via the GitHub repository that Martin referenced below.