Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[EDCC] Add new object type for EDCC #661

Open
wants to merge 26 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 15 commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
002ed00
[EDCC] Add new object type for EDCC
KUMARMUKULSAP Sep 17, 2024
5da854b
adding examples
KUMARMUKULSAP Sep 17, 2024
81ac874
commit abap lint fixes
KUMARMUKULSAP Sep 26, 2024
cc32868
abap lint fixes
KUMARMUKULSAP Sep 26, 2024
bf14d4c
EOL fix
KUMARMUKULSAP Sep 26, 2024
96f8345
Read me fix
KUMARMUKULSAP Sep 26, 2024
2ea5ecd
Merge branch 'main' into feature/edcc
albertmink Sep 30, 2024
37690a4
Merge branch 'main' into feature/edcc
huber-nicolas Oct 1, 2024
525d0d4
Fixes for Guilherme's comment
KUMARMUKULSAP Oct 3, 2024
14c7d6e
apalint fixes
KUMARMUKULSAP Oct 3, 2024
6ed4cdb
abap lint fixes
KUMARMUKULSAP Oct 3, 2024
283eda5
Fixes in example file
KUMARMUKULSAP Oct 3, 2024
783e85e
Last Comment fixes for AFF
KUMARMUKULSAP Oct 9, 2024
510ed62
Generated Schema error
KUMARMUKULSAP Oct 9, 2024
1c58269
abap lint fixes
KUMARMUKULSAP Oct 9, 2024
a510956
Changes after online review
KUMARMUKULSAP Oct 17, 2024
4d56863
ABAP Lint fix
KUMARMUKULSAP Oct 17, 2024
771c3ea
Merge branch 'main' into feature/edcc
albertmink Oct 23, 2024
f5856ed
Fix of latest comments
KUMARMUKULSAP Oct 24, 2024
6b72ee2
abap lint fix
KUMARMUKULSAP Oct 24, 2024
a438a33
corrections to abap_lint
KUMARMUKULSAP Oct 24, 2024
026ebce
Commit to older comments
KUMARMUKULSAP Oct 24, 2024
1bddfda
commit to abap lint
KUMARMUKULSAP Oct 24, 2024
2f6621a
abap_lint fix
KUMARMUKULSAP Oct 24, 2024
d74208b
Merge branch 'main' into feature/edcc
schneidermic0 Oct 29, 2024
452b477
Merge branch 'main' into feature/edcc
wurzka Nov 27, 2024
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
6 changes: 6 additions & 0 deletions file-formats/edcc/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# EDCC File Format

File | Cardinality | Definition | Schema | Example
:--- | :--- | :--- | :--- | :---
`<name>.edcc.json` | 1 | [`zif_aff_edcc_v1.intf.abap`](./type/zif_aff_edcc_v1.intf.abap) | [`edcc-v1.json`](./edcc-v1.json) | [`z_aff_example_edcc.edcc.json`](./examples/z_aff_example_edcc.edcc.json)

Loading
Loading