|
1 |
| -<div align="center"> |
2 |
| - <picture> |
3 |
| - <img width="300" height="120" alt="apm logo banner" src="https://github.com/abapPM/abapPM/blob/main/img/apm_banner.png?raw=true&ver=1.0.0"> |
4 |
| - </picture> |
5 |
| - <p> </p> |
6 |
| -</div> |
| 1 | +<picture> |
| 2 | + <img width="100" height="40" alt="apm logo banner" src="https://github.com/abapPM/abapPM/blob/main/img/apm_banner.png?raw=true&ver=1.0.0"> |
| 3 | +</picture> |
7 | 4 |
|
8 | 5 | 
|
9 | 6 |
|
10 |
| -[](LICENSE) |
| 7 | +[](https://github.com/abapPM/abapPM-Types/blob/main/LICENSE) |
11 | 8 | [](https://github.com/abapPM/.github/blob/main/CODE_OF_CONDUCT.md)
|
12 | 9 | [](https://api.reuse.software/info/github.com/abapPM/abapPM-Types)
|
13 | 10 |
|
14 |
| -# apm Types |
| 11 | +# Types and Constants for apm |
15 | 12 |
|
16 |
| -This repository contains an interface with the types and constants used by apm. |
| 13 | +Interface containing types and constants used by apm. |
17 | 14 |
|
18 | 15 | apm is a *package manager* 📦 for ABAP applications and modules, a *website* 🌐, and a *registry* 📑.
|
19 | 16 |
|
@@ -53,18 +50,30 @@ CONSTANTS BEGIN OF c_cpu
|
53 | 50 | CONSTANTS BEGIN OF c_db
|
54 | 51 | ```
|
55 | 52 |
|
| 53 | +## Prerequisites |
| 54 | + |
| 55 | +SAP Basis 7.50 or higher |
| 56 | + |
| 57 | +## Installation |
| 58 | + |
| 59 | +Install `@apm/types` as a global module in your system using [apm](https://abappm.com). |
| 60 | + |
| 61 | +or |
| 62 | + |
| 63 | +Specify the `@apm/types` module as a dependency in your project and import it to your namespace using [apm](https://abappm.com). |
| 64 | + |
56 | 65 | ## Contributions
|
57 | 66 |
|
58 | 67 | All contributions are welcome! Read our [Contribution Guidelines](https://github.com/abapPM/abapPM-Types/blob/main/CONTRIBUTING.md), fork this repo, and create a pull request.
|
59 | 68 |
|
60 |
| -Install `apm types` using [abapGit](https://github.com/abapGit/abapGit) by creating a new online repository for `https://github.com/abapPM/abapPM-Types`. |
| 69 | +You can install the developer version of `@apm/types` using [abapGit](https://github.com/abapGit/abapGit) by creating a new online repository for `https://github.com/abapPM/abapPM-Types`. |
61 | 70 |
|
62 | 71 | Recommended SAP Package: `$APM-TYPES`
|
63 | 72 |
|
64 | 73 | ## About
|
65 | 74 |
|
66 |
| -Made with ❤️ in Canada |
| 75 | +Made with ❤ in Canada |
67 | 76 |
|
68 |
| -Copyright 2024 apm.to Inc. <https://apm.to> |
| 77 | +Copyright 2025 apm.to Inc. <https://apm.to> |
69 | 78 |
|
70 |
| -Follow [@marcf.be](https://bsky.app/profile/marcf.be) on Bluesky and [@marcfbe](https://linkedin.com/in/marcfbe) on LinkedIn |
| 79 | +Follow [@marcf.be](https://bsky.app/profile/marcf.be) on Blueksy and [@marcfbe](https://linkedin.com/in/marcfbe) or LinkedIn |
0 commit comments