From 0e431cacb823ae5c8a247a60d75e477c3607ec6a Mon Sep 17 00:00:00 2001 From: Marc Bernard Date: Tue, 4 Feb 2025 11:08:25 +0100 Subject: [PATCH 1/2] Add `TABU` to supported object types --- src/user-guide/reference/supported.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/user-guide/reference/supported.md b/src/user-guide/reference/supported.md index 057b8d878..2036b3ba7 100755 --- a/src/user-guide/reference/supported.md +++ b/src/user-guide/reference/supported.md @@ -157,6 +157,7 @@ order: 10 | `SWCR` | Software Component Relations | **Yes**, [AFF](https://github.com/SAP/abap-file-formats) | **Yes** | | `SXCI` | Business Add-Ins - Implementations | **Yes** | No | | `TABL` | Table | **Yes** | *Planned* | +| `TABU` | Table Data | **Yes**, [Data Config](data-config.md) | No | | `TOBJ` | Definition of a Maintenance and Transport Object | **Yes** | *Planned* | | `TRAN` | Transaction | **Yes** | No | | `TTYP` | Table Type | **Yes** | *Planned* | @@ -183,6 +184,8 @@ order: 10 If additional object types are required please add a comment to [issue](https://github.com/abapGit/abapGit/issues/5912) -Customizing can be moved via SCP1 Business configuration, or alternatively, the data feature which can move table contents to and from git. +Customizing can be moved via `SCP1` Business Sets configuration, or alternatively, the [data feature](data-config.md) which can move table contents to and from git. -abapGit in SAP Business Technology Platform, ABAP Environment [supports other object types](https://help.sap.com/docs/btp/sap-business-technology-platform/released-abap-object-types) +:::info +abapGit in SAP Business Technology Platform, ABAP Environment [supports other object types](https://help.sap.com/docs/btp/sap-business-technology-platform/released-abap-object-types)! +::: \ No newline at end of file From 762fe7986d7139da77a3d8a070a1c1c446a66506 Mon Sep 17 00:00:00 2001 From: Marc Bernard Date: Tue, 4 Feb 2025 11:08:53 +0100 Subject: [PATCH 2/2] Support --- src/user-guide/reference/supported.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/user-guide/reference/supported.md b/src/user-guide/reference/supported.md index 2036b3ba7..083426090 100755 --- a/src/user-guide/reference/supported.md +++ b/src/user-guide/reference/supported.md @@ -187,5 +187,5 @@ If additional object types are required please add a comment to [issue](https:// Customizing can be moved via `SCP1` Business Sets configuration, or alternatively, the [data feature](data-config.md) which can move table contents to and from git. :::info -abapGit in SAP Business Technology Platform, ABAP Environment [supports other object types](https://help.sap.com/docs/btp/sap-business-technology-platform/released-abap-object-types)! +abapGit in SAP Business Technology Platform, ABAP Environment [supports other object types](https://help.sap.com/docs/btp/sap-business-technology-platform/released-abap-object-types). ::: \ No newline at end of file