SAP Function Module C151_RECORDS_DET_TO_BE_READ

EHS: Bestimmen der noch im Puffer fehlenden Records

The Function Module C151_RECORDS_DET_TO_BE_READ (EHS: Bestimmen der noch im Puffer fehlenden Records) is a standard Function Module in SAP ERP and is part of the function group C151 within the package CBUI.

Technical Information

Function Module C151_RECORDS_DET_TO_BE_READ
Short Text EHS: Bestimmen der noch im Puffer fehlenden Records
Function Group C151
Package CBUI
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
I_LOCKMODE LIKE RCGRHBUF-LOCKMOD ESPAP_LOCKMODE-NONE Sperrmodus

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
E_NUMREAD LIKE SY-TABIX Number of missing records

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

These are the TABLE parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
E_NON_LOCKED_KEY_TAB LIKE RCGSTDRECN ungesperrte Records
E_READTAB LIKE RCGSTDRECN Missing records
I_KEYTAB LIKE RCGSTDRECN Requested records
I_LOADTAB LIKE RCGBUFLOAD Records already available

Exceptions

This function module does not define any Exceptions.