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.

If you use this API in Unicode systems, you have to use the same code pages.

If this is not possible, you can use API RSB_API_OHS_DEST_READ_DATA_RAW instead.

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)

 

I_ENQUEUE_LOOP_COUNT

I

Counter for lock loop

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 a FOLLOW flag

 

 

End of Content Area