Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# All contributions are important small and big
github: abappm
github: mbtools
9 changes: 6 additions & 3 deletions .github/workflows/reuse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,17 @@

name: REUSE Compliance Check

on: [push, pull_request]
on: [push, pull_request, workflow_dispatch]

permissions:
contents: read

jobs:
reuse-compliance-check:
Reuse-Compliance-Check:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4

- name: REUSE Compliance Check
uses: fsfe/reuse-action@v5
uses: fsfe/reuse-action@694eabb15673ec601ea19d4cd949969141372512 # v5.0.0
14 changes: 3 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
The project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html)
and [ISO Date Format](https://www.iso.org/iso-8601-date-and-time-format.html).

## [Unreleased]

### Added

### Changed

### Fixed

See [unreleased changes] for the latest updates.

## Version [1.0.0] - 2022-01-01

Initial Release.


[Unreleased]: https://github.com/abapPM/ABAP-.../compare/1.0.0...main
[1.0.0]: https://github.com/abapPM/ABAP-.../releases/tag/1.0.0
[unreleased changes]: https://github.com/abapPM/abapPM-Types/compare/1.0.0...main
[1.0.0]: https://github.com/abapPM/abapPM-Types/releases/tag/1.0.0
35 changes: 22 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,16 @@
<div align="center">
<picture>
<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">
</picture>
<p>&nbsp;</p>
</div>
<picture>
<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">
</picture>

![Version](https://img.shields.io/endpoint?url=https://shield.abappm.com/github/abapPM/abapPM-Types/src/core/zif_types.intf.abap/c_version&label=Version&color=blue)

[![License](https://img.shields.io/github/license/abapPM/abapPM?label=License&color=success)](LICENSE)
[![License](https://img.shields.io/github/license/abapPM/abapPM-Types?label=License&color=success)](https://github.com/abapPM/abapPM-Types/blob/main/LICENSE)
[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg?color=success)](https://github.com/abapPM/.github/blob/main/CODE_OF_CONDUCT.md)
[![REUSE Status](https://api.reuse.software/badge/github.com/abapPM/abapPM-Types)](https://api.reuse.software/info/github.com/abapPM/abapPM-Types)

# apm Types
# Types and Constants for apm

This repository contains an interface with the types and constants used by apm.
Interface containing types and constants used by apm.

apm is a *package manager* 📦 for ABAP applications and modules, a *website* 🌐, and a *registry* 📑.

Expand Down Expand Up @@ -53,18 +50,30 @@ CONSTANTS BEGIN OF c_cpu
CONSTANTS BEGIN OF c_db
```

## Prerequisites

SAP Basis 7.50 or higher

## Installation

Install `@apm/types` as a global module in your system using [apm](https://abappm.com).

or

Specify the `@apm/types` module as a dependency in your project and import it to your namespace using [apm](https://abappm.com).

## Contributions

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.

Install `apm types` using [abapGit](https://github.com/abapGit/abapGit) by creating a new online repository for `https://github.com/abapPM/abapPM-Types`.
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`.

Recommended SAP Package: `$APM-TYPES`

## About

Made with ❤ in Canada
Made with ❤ in Canada

Copyright 2024 apm.to Inc. <https://apm.to>
Copyright 2025 apm.to Inc. <https://apm.to>

Follow [@marcf.be](https://bsky.app/profile/marcf.be) on Bluesky and [@marcfbe](https://linkedin.com/in/marcfbe) on LinkedIn
Follow [@marcf.be](https://bsky.app/profile/marcf.be) on Blueksy and [@marcfbe](https://linkedin.com/in/marcfbe) or LinkedIn
40 changes: 40 additions & 0 deletions package.abap.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
{
"name": "abappm-types",
"version": "1.0.0",
"description": "ABAPPM-TYPES",
"type": "module",
"keywords": [
"abap",
"apm",
"module"
],
"homepage": "https://abappm.com",
"bugs": {
"url": "https://github.com/abapPM/abapPM-Types"
},
"license": "MIT",
"author": {
"name": "Marc Bernard",
"url": "https://abappm.com"
},
"maintainers": [
{
"name": "Marc Bernard",
"url": "https://github.com/mbtools"
}
],
"repository": {
"url": "https://github.com/abapPM/abapPM-Types"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/abapPM"
},
"dependencies": {
"error": "^1.0.0"
},
"engines": {
"abap": ">=7.50",
"apm": ">=1"
}
}