Defining Model Entity
A Model Entity functions similarly to a model table, which you might be familiar with if you have experience using SAP Profitability and Performance Management (PAPM). When configuring a Model Entity, you define which fields your table includes. Also, you must specify a key field to uniquely identify records within the table, typically using a UUID (Universal Unique Identifier).

Key Steps in Configuring a Model Entity
- Specify Fields: Define the fields that your table includes. They could be customer names, e-mail addresses, purchase history, and so on.
- Specify the Key Field: Use the value help tag section to specify which field serves as the key field. It is typically a UUID for unique identification.
Activating the Structure
Once you have configured the Model Entity structure, you must activate it. Activating the structure finalizes the table design, making it ready for data entry.
Data Entry and CSV Upload
You can store data in the configured and activated Model Entity using two primary methods:
- Manual Entry: Directly enter data into the table.
- CSV Upload: Import data from a CSV file. It is important to note that the Transport Data option must be set to Yes before you can export or import a CSV file.
- Practical Insight: Suppose you receive a CSV file with updated customer addresses. You can upload this file to your customer data table, ensuring that all address records are up to date without manual data entry.
Configuring Model Entity
After creating the Model Entity function through the Manage Functions application, you may need to perform more configurations. You can do it by:
- Accessing the Manage Model Entities Application: Enter this application to make detailed configurations.
- Using Semantic Links: From the Manage Functions application, use the semantic link to quickly access the Model Entity for further configuration.
- Practical Insight: If you must add a new field PhoneNumber to the existing customer data table, use the Manage Model Entities application or the semantic link to open the specific Model Entity and make the necessary changes.




