Show TOC

API: RSB_API_OHS_DEST_SETPARAMSLocate this document in the navigation structure

You use this API to transfer the parameters of the third-party tool that are required to extract data to the BW system. These parameters are saved in a parameter table in the BW system in the metadata for the open hub destination.

 

Parameters

Type

Description

Import

OHDEST

RSOHDEST

Name of the open hub destination

3RDPARTYSYSTEM

LOGSYS

Third-party system (logical system)

EXTEND

RS_BOOL

Extending the parameter

Export

RETURN

BAPIRET2

 

Tables

PARAMETERS

BAPI6107PA

Parameter table

EXTEND: If the value is true, new parameters are added to the existing parameters. If the value is false, the existing parameters are deleted and the new parameters are inserted. The default setting is false.

The PARAMETERS table contains all the parameters required by the third-party system and saves these parameters in the metadata of the open hub destination. When extraction is finished, these parameters are sent to the third-party system (3RDPARTYSYSTEM) using API RSB_API_OHS_DEST_SEND_NOTIFICATION.