From 76d53a58b1a3b13c8549757d7fe8dd9e267d48f9 Mon Sep 17 00:00:00 2001 From: Lars Hvam Date: Tue, 23 Jul 2024 10:24:56 +0200 Subject: [PATCH 1/2] Update supported.md --- src/user-guide/reference/supported.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/user-guide/reference/supported.md b/src/user-guide/reference/supported.md index b448bb855..56a23c5a3 100755 --- a/src/user-guide/reference/supported.md +++ b/src/user-guide/reference/supported.md @@ -43,8 +43,10 @@ order: 20 | `DOCT` | General Text | **Yes** | No | | `DOCV` | Documentation (Independent) | **Yes** | No | | `DOMA` | Domain | **Yes** | *Planned* | +| `DRAS` | CDS Aspect | **Yes**, [AFF](https://github.com/SAP/abap-file-formats) | **Yes** | | `DRTY` | CDS Type | **Yes**, [AFF](https://github.com/SAP/abap-file-formats) | **Yes** | | `DRUL` | Dependency Rule | **Yes** | No | +| `DSFD` | CDS Scalar Function Definition | **Yes**, [AFF](https://github.com/SAP/abap-file-formats) | **Yes** | | `DSYS` | Chapter of a Book Structure | **Yes** | No | | `DTDC` | Dynamic Cache | **Yes** | *Planned* | | `DTEB` | CDS Entity Buffer | **Yes**, [AFF](https://github.com/SAP/abap-file-formats) | **Yes** | From c9240859e4f12c07183cd8da5e60e4c764cc0df5 Mon Sep 17 00:00:00 2001 From: Lars Hvam Date: Mon, 5 Aug 2024 14:56:47 +0200 Subject: [PATCH 2/2] add DSFI --- src/user-guide/reference/supported.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/user-guide/reference/supported.md b/src/user-guide/reference/supported.md index 56a23c5a3..17f525174 100755 --- a/src/user-guide/reference/supported.md +++ b/src/user-guide/reference/supported.md @@ -47,6 +47,7 @@ order: 20 | `DRTY` | CDS Type | **Yes**, [AFF](https://github.com/SAP/abap-file-formats) | **Yes** | | `DRUL` | Dependency Rule | **Yes** | No | | `DSFD` | CDS Scalar Function Definition | **Yes**, [AFF](https://github.com/SAP/abap-file-formats) | **Yes** | +| `DSFI` | CDS Scalar Function Implementation | **Yes**, [AFF](https://github.com/SAP/abap-file-formats) | **Yes** | | `DSYS` | Chapter of a Book Structure | **Yes** | No | | `DTDC` | Dynamic Cache | **Yes** | *Planned* | | `DTEB` | CDS Entity Buffer | **Yes**, [AFF](https://github.com/SAP/abap-file-formats) | **Yes** |