Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 957 Bytes

data-config.md

File metadata and controls

35 lines (21 loc) · 957 Bytes
title category order
Data Config
reference
79

Data Config

abapGit can serialize and deserialize data from any SAP table. The data is serialized in JSON format with the TABU object type.

Configuration

From the "Repository View", use "Advanced > Data Config" to add the tables you want to include in your repository. Optionally, you can specify if initial values should be serialized, and provide a where condition to filter the data.

:::warning For safety reasons, by default only customer-defined customizing tables are supported.

You can allow other tables using a exit CHANGE_SUPPORTED_DATA_OBJECTS. :::

Result

For each table, two JSON files are created: One for the configuration (table name and where clause), and one for the data.