Understanding Data Store/Out - Writing or Outbound Functions

Objective

After completing this lesson, you will be able to use the most suitable function for writing the enriched data to the desired database.

The Data Outbound Overview

In this lesson, we explore the final step in the data processing workflow: Data Outbound. This stage involves storing processed data either locally or externally. You learn about various model tools such as Model Reference, Model HANA, and Model Entity, and how to use them with the Writer component to ensure data is stored correctly.

Flowchart depicting the relationship between environment, various elements (HANA, ODATA, SAC, SOAP), and processes like inbound, enrichment, processing, outbound, with notes on runtime environment creation.

Key Components for Data Outbound

The data outbound process relies on several key components to manage and store data efficiently:

  • Model Reference
  • Model HANA
  • Model Entity
  • Writer

Model Reference

Model Reference is used to link and store data within predefined models. It ensures that data integrity and consistency are maintained during storage.

Model HANA

Model HANA is specialized for integrating and storing data in SAP HANA databases. It uses the powerful capabilities of SAP HANA to ensure high-performance data storage and retrieval.

Usage: Ideal for scenarios requiring real-time data storage and access, especially in analytics and reporting applications.

Model Entity

Model Entity defines and stores data entities within a specific model environment. This component is essential for organizing and structuring data within the Universal Model.

Usage: Used to create, define, and store data entities, ensuring that data is organized logically according to the model's requirements.

Writer Component

The Writer component is responsible for transferring data to the designated storage location, whether local or external.

  • Local Storage: Data is stored on local servers or databases for internal access and use.
  • External Storage: Data is exported to external systems or cloud storage solutions.