Skip to content

Add TABU to supported object types #262

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

Merged
merged 2 commits into from
Feb 4, 2025
Merged
Changes from all commits
Commits
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
7 changes: 5 additions & 2 deletions src/user-guide/reference/supported.md
Original file line number Diff line number Diff line change
Expand Up @@ -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* |
Expand All @@ -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).
:::