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.
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 |
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 |
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 |
This function module does not define any CHANGING 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 |
This function module does not define any Exceptions.