Show TOC

APIs for the DataStore Object (advanced)Locate this document in the navigation structure

You can use various APIs to load, activate and delete data.

You can use the following APIs for a DataStore object (advanced) with the properties Activate/Compress Data and Write Change Log:

Type

Target Table

API for Local Use

API for RFC Use

Description

Load

Inbound Table

RSDSO_WRITE_API

RSDSO_WRITE_API_RFC

Loads data from an internal table to the inbound table. The activation can then be started.

Activate

Active Data

RSDSO_ACTIVATE_REQ_API_RFC

RSDSO_ACTIVATE_REQ_API_RFC

Activates loaded requests

You can use the following APIs for a DataStore object (advanced) for direct writing:

Type

Target Table

API for Local Use

API for RFC Use

Description

Load

Active Data

RSDSO_DU_WRITE_API

RSDSO_DU_WRITE_API_RFC

Loads data from an internal table to the inbound table.

Delete

Active Data

RSDSO_DU_DELETE_API_RFC

RSDSO_DU_DELETE_API_RFC

Deletes data from the table of active data. The table of active data can be truncated or selectively deleted.

Status

Active Data

RSDSO_DU_CLEANUP_API_RFC

RSDSO_DU_CLEANUP_API_RFC

Deletes API requests with errors. Red requests block further load requests by DTP or by API.