From cb17d05ff8f74e4187aa84e506b713f057aa278a Mon Sep 17 00:00:00 2001 From: BeckerWdf Date: Thu, 24 Feb 2022 15:00:00 +0100 Subject: [PATCH] DDLS: No longer use the objectdependencies.json file (#311) closes #163 --- file-formats/ddls/README.md | 1 - ...ff_example_ddls.ddls.objectdependencies.json | 17 ----------------- 2 files changed, 18 deletions(-) delete mode 100644 file-formats/ddls/examples/z_aff_example_ddls.ddls.objectdependencies.json diff --git a/file-formats/ddls/README.md b/file-formats/ddls/README.md index c7d313dc4..ce7112e84 100644 --- a/file-formats/ddls/README.md +++ b/file-formats/ddls/README.md @@ -5,4 +5,3 @@ File | Cardinality | Definition | Schema | Example :--- | :--- | :--- | :--- | :--- `.ddls.json` | 1 | [`zif_aff_ddls_v1.intf.abap`](./type/zif_aff_ddls_v1.intf.abap) | [`ddls-v1.json`](./ddls-v1.json) | [`z_aff_example_ddls.ddls.json`](./examples/z_aff_example_ddls.ddls.json) `.ddls.acds` | 1 | [CDS](https://help.sap.com/doc/abapdocu_cp_index_htm/CLOUD/en-US/index.htm?file=abencds.htm) | | [`z_aff_example_ddls.ddls.acds`](./examples/z_aff_example_ddls.ddls.acds) -`.ddls.objectdependencies.json` | 1 | | | [`z_aff_example_ddls.ddls.objectdependencies.json`](./examples/z_aff_example_ddls.ddls.objectdependencies.json) diff --git a/file-formats/ddls/examples/z_aff_example_ddls.ddls.objectdependencies.json b/file-formats/ddls/examples/z_aff_example_ddls.ddls.objectdependencies.json deleted file mode 100644 index 167427ea2..000000000 --- a/file-formats/ddls/examples/z_aff_example_ddls.ddls.objectdependencies.json +++ /dev/null @@ -1,17 +0,0 @@ -{ -"BASEINFO": -{ -"FROM": -[ -"SPFLI" -], -"ASSOCIATED": -[], -"BASE": -[], -"ANNO_REF": -[], -"VERSION":0, -"ANNOREF_EVALUATION_ERROR":"" -} -}