Start of Content Area

Syntax documentation API: RSB_API_OHS_DEST_READ_DATA  Locate the document in its SAP Library structure

This API reads data from the database table in the BI system.

In Unicode systems, you have to use the same code pages if you use this API.

Parameters:

 

Parameter

Type

Description

Import

OHDEST

RSOHDEST

Name of the open hub destination

 

REQUESTID

RSBREQUIDOUT

Request ID

 

PACKETID

I

Number of data packages that are read

 

SKIP_TECKEY

RS_BOOL

Skips technical key in the target structure (layout structure)

Export

NUMROWS

BAPI6116XX-NUMROWS

Number of rows

 

LINES_PER_RECORD

BAPI6116XX-NUMROWS

Number

 

NUMB_OF_PACKETS

I

Number of packages for this request in the DB table

 

RETURN

BAPIRET2

 

Tables

DATALAYOUT

BAPI6118DALO

Layout of records

 

RESULTDATA

BAPI6116DA

Data records with FOLLOW indicator

 

 

End of Content Area