{"id":13698720,"url":"https://github.com/SAP/abap-file-formats","last_synced_at":"2025-05-04T03:31:55.832Z","repository":{"id":39634838,"uuid":"339325036","full_name":"SAP/abap-file-formats","owner":"SAP","description":"File formats that define and specify the file representation for ABAP development objects","archived":false,"fork":false,"pushed_at":"2025-04-25T14:16:10.000Z","size":1335,"stargazers_count":61,"open_issues_count":38,"forks_count":68,"subscribers_count":14,"default_branch":"main","last_synced_at":"2025-04-25T14:38:01.615Z","etag":null,"topics":["abap","abap-file-formats"],"latest_commit_sha":null,"homepage":"","language":"ABAP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SAP.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2021-02-16T08:03:50.000Z","updated_at":"2025-04-25T14:16:14.000Z","dependencies_parsed_at":"2023-02-19T11:31:42.640Z","dependency_job_id":"61a42c67-4bd5-47ae-bc0f-731b85cef677","html_url":"https://github.com/SAP/abap-file-formats","commit_stats":{"total_commits":481,"total_committers":54,"mean_commits":8.907407407407407,"dds":0.7214137214137214,"last_synced_commit":"e5de0f6a749e0b4671e9e9b39113d1efa245672d"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SAP%2Fabap-file-formats","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SAP%2Fabap-file-formats/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SAP%2Fabap-file-formats/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SAP%2Fabap-file-formats/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SAP","download_url":"https://codeload.github.com/SAP/abap-file-formats/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252283699,"owners_count":21723530,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["abap","abap-file-formats"],"created_at":"2024-08-02T19:00:52.215Z","updated_at":"2025-05-04T03:31:53.848Z","avatar_url":"https://github.com/SAP.png","language":"ABAP","funding_links":[],"categories":["Categories"],"sub_categories":["📔 Data Formatting"],"readme":"# ABAP File Formats\n\u003c!-- markdown-link-check-disable-next-line --\u003e\n[![REUSE status](https://api.reuse.software/badge/github.com/SAP/abap-file-formats)](https://api.reuse.software/info/github.com/SAP/abap-file-formats)\n\n## Description\n\nThis project provides file format definitions of [ABAP repository objects][1].\n\nThe project is still in an early phase. We plan to modify and extend this document as our understanding improves. Since the ABAP file formats can still change in the future, we do not recommend using them in a productive environment, yet.\n\n### Background and Scope\n\nABAP repository objects are stored on development systems and not as regular text files like in many other programming languages including python, C++ and others.\nThe aim of the ABAP file formats is to provide a common and transparent definition of how to store ABAP repository objects in files.\nThe file representation of ABAP repository objects facilitates the ongoing effort of applying and adapting existing developer tools and paradigms to ABAP.\n\nThis endeavour is on the one hand a commitment of SAP to use these file formats in the future whenever ABAP objects need to be written to files,\ne.g., in [ADT](https://tools.hana.ondemand.com/#abap) and [gCTS](https://blogs.sap.com/2019/11/14/gcts-is-here/),\nand on the other hand an offer to the ABAP community to adopt them also in [abapGit](https://abapgit.org/) and other tools.\n\nThe design of the ABAP file formats covers the following principles:\n* The file content is **complete** and can be used for the sharing and distribution of ABAP repository objects.\n* The file content is **human-readable** and the structure is as close as possible to what users know from their IDE.\n* The files don't contain metadata like dates, usernames, last editor, system specific information, plus no obsolete or redundant information as well as no autogenerated content.\n\nDetails on technical specifications can be found [here](./docs/specification.md).\n\n### Structure of the Repository\nFor each supported ABAP object type, there is a corresponding folder in [`file-formats`](./file-formats). The documentation as well as the JSON schema for every type are located in the root of the folder. The file representation of the underlying interface can be found in the subfolder `type`, the file representation of an exemplary object is contained in the subfolder `examples`.\n\n\n## How to Obtain Support\n\nFeel free to raise issues and ask questions or report bugs.\n\n## Contributing\n\nComments and suggestions for improvements are most welcome.\n\nDo you feel responsible for an ABAP object type?\nWe will be more than happy if you contribute your object type to this project.\nJust open a new pull request and create an ABAP type like it is specified [here](./docs/json.md#writing-json-schema-with-abap-types).\nFeel free to hand over the type to us, so we can generate the JSON Schema for you.\n\nMore details are found in [Contributing](./CONTRIBUTING.md).\n\n## Tooling\n\nWe provide a separate repository with an ABAP report that generates JSON Schema based on ABAP types, see https://github.com/SAP/abap-file-formats-tools.\n\nFor validation and annotation of JSON data, there is a visual studio code extension available [here](https://marketplace.visualstudio.com/items?itemName=larshp.vscode-abap-file-formats).\n\n## Licensing\n\n\u003c!-- markdown-link-check-disable-next-line --\u003e\nPlease see our [LICENSE](LICENSE) for copyright and license information. Detailed information including third-party components and their licensing/copyright information is available via the [REUSE tool](https://api.reuse.software/info/github.com/SAP/abap-file-formats).\n\n[1]: ./docs/glossary.md#abap-repository-object\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FSAP%2Fabap-file-formats","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FSAP%2Fabap-file-formats","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FSAP%2Fabap-file-formats/lists"}